|
|
|
@8fbb368d
|
17 years |
justin.ruggles |
BLOCK_SIZE is not used properly, just use numbers instead to avoid …
|
|
|
@7bfd22f2
|
17 years |
justin.ruggles |
remove broken downmixing. will add new implementation later.
…
|
|
|
@edecaff8
|
17 years |
takis.issaris |
Take care of some renames (Doxygen and function name) after the …
|
|
|
@bd38efff
|
17 years |
takis.issaris |
Rename h264dsp.c to h264dspenc.c
Originally committed as revision …
|
|
|
@36cf20f5
|
17 years |
diego |
Merge get_str() and get_str8() functions.
patch by Ronald S. Bultje, …
|
|
|
@28263f5f
|
17 years |
diego |
Fix get_str/get_str8() to also work if the target string is not long …
|
|
|
@bd7c6fd5
|
17 years |
diego |
typo
Originally committed as revision 23889 to …
|
|
|
@19032450
|
17 years |
diego |
Ahem, fix typos overlooked in last commit.
Originally committed as …
|
|
|
@df3a80b5
|
17 years |
diego |
cosmetics: misc typo fixes
Originally committed as revision 9815 to …
|
|
|
@bd35bdf1
|
17 years |
lessen42 |
Add EBML ID for Segment UID
Originally committed as revision 9814 to …
|
|
|
@6611c0b4
|
17 years |
takis.issaris |
Replace a return of -1 with ENOMEM.
Originally committed as revision …
|
|
|
@794f8e97
|
17 years |
takis.issaris |
Add the possibility to show all configurable encoders, decoders, …
|
|
|
@4cb3aa09
|
17 years |
takis.issaris |
Add a section about C++ and extern "C" in the FAQ.
Originally …
|
|
|
@6b90f8e
|
17 years |
michaelni |
note about removing needs_more_info
Originally committed as revision …
|
|
|
@8950f828
|
17 years |
michaelni |
detect voxware (closes issue39)
Originally committed as revision 9809 …
|
|
|
@41415d28
|
17 years |
michaelni |
try exact match before case insensitive match in codec_get_id
…
|
|
|
@60ff1c44
|
17 years |
michaelni |
ignore invalid packet_obj_size
fixes video5.asf
Originally committed …
|
|
|
@c5388c07
|
17 years |
lucabe72 |
Introduce an SDP generator
Originally committed as revision 9806 to …
|
|
|
@0eb7d780
|
17 years |
michaelni |
remove "Advanced Prediction Mode not supported" spam
Originally …
|
|
|
@59ba3fd
|
17 years |
michaelni |
also support DEBUG_PICT_INFO for h263i
Originally committed as …
|
|
|
@1be7c87f
|
17 years |
michaelni |
move show_pict_info() to its own function
Originally committed as …
|
|
|
@89aa478f
|
17 years |
Aurélien Jacobs |
cosmetics: alignment
Originally committed as revision 9802 to …
|
|
|
@b1dc5be
|
17 years |
Aurélien Jacobs |
replaces hardcoded values by the equivalent enum definitions
…
|
|
|
@4d8243d3
|
17 years |
michaelni |
add vst option to select video stream
Originally committed as …
|
|
|
@e0c850a8
|
17 years |
michaelni |
Avoid misdetecting acelp in ASF as MP3.
fixes 2001-04-11.asf
…
|
|
|
@11bf3847
|
17 years |
Aurélien Jacobs |
add proper support for subtitles muxing/stream copying
Originally …
|
|
|
@8e0d882b
|
17 years |
Aurélien Jacobs |
copy language information from input stream to output
Originally …
|
|
|
@a03d59b7
|
17 years |
Aurélien Jacobs |
copy packet duration when doing a stream copy
Originally committed as …
|
|
|
@977f6a90
|
17 years |
Aurélien Jacobs |
remove wrong const qualifier
Originally committed as revision 9795 to …
|
|
|
@868e43d
|
17 years |
Aurélien Jacobs |
use the most appropriate codec id for A_MPEG/L1 and L2
Originally …
|
|
|
@0f40b54c
|
17 years |
Aurélien Jacobs |
reorder matroska codec tags so that the encoder picks up the …
|
|
|
@5d2b15b8
|
17 years |
stefan.gehrer |
have less functions as inline
Originally committed as revision 9792 …
|
|
|
@d58d7ade
|
17 years |
vitor1001 |
Minor cosmetics
Originally committed as revision 9791 to …
|
|
|
@e4f42564
|
17 years |
takis.issaris |
Update the dvdsub parser to be able to parse HD-DVD subtitle packets. …
|
|
|
@4e16a060
|
17 years |
takis.issaris |
Reindent two lines.
Patch by: Ian Caulfield, ian caulfield & gmx at
…
|
|
|
@1aadf63f
|
17 years |
takis.issaris |
Add HD-DVD subpicture decoding.
Patch by: Ian Caulfield, ian caulfield …
|
|
|
@a363effb
|
17 years |
takis.issaris |
Rename "palette" to "colormap" when it's referring to the mapping from …
|
|
|
@c7d96ac6
|
17 years |
gpoirier |
increase buffer size of LAME MP3 encoder
The previous size lead to A/V …
|
|
|
@73f51a4d
|
17 years |
Aurélien Jacobs |
help some gcc version to optimize out those functions
Originally …
|
|
|
@4611b64
|
17 years |
justin.ruggles |
simplify snr offset and bit allocation
Originally committed as …
|
|
|
@e9a38248
|
17 years |
justin.ruggles |
only use sized data types when necessary
Originally committed as …
|
|
|
@8f58a4c9
|
17 years |
justin.ruggles |
set bit allocation parameters directly instead of copying
Originally …
|
|
|
@e2cd6686
|
17 years |
justin.ruggles |
use enum value instead of numerical value for acmod
Originally …
|
|
|
@bc8edb7e
|
17 years |
justin.ruggles |
use consistent data type for exponents. needs to be int8_t to pass to …
|
|
|
@878c40a1
|
17 years |
justin.ruggles |
change some bit masks to arrays
Originally committed as revision 9779 …
|
|
|
@21d0a823
|
17 years |
diego |
10l: Uppercase some more overlooked makefile variables.
Originally …
|
|
|
@021551c5
|
18 years |
diego |
Uppercase variable overlooked in last commit.
Originally committed as …
|
|
|
@22a324da
|
18 years |
diego |
cosmetics: Use uppercase names for installation directories in …
|
|
|
@c75560ae
|
18 years |
diego |
cosmetics: Do not use braces in makefiles, use normal parentheses.
…
|
|
|
@bec37145
|
18 years |
justin.ruggles |
cosmetics: indentation
Originally committed as revision 9774 to …
|
|
|
@9fc1ab72
|
18 years |
justin.ruggles |
Use shared AC-3 header parsing. Move some initializations to block …
|
|
|
@9ef60390
|
18 years |
justin.ruggles |
don't need to synchronize in the decoder. the parser does that …
|
|
|
@de34875c
|
18 years |
justin.ruggles |
get rid of an ugly macro
Originally committed as revision 9771 to …
|
|
|
@7868349a
|
18 years |
takis.issaris |
Return AVERROR(EINVAL) when invalid width and/or height are specified …
|
|
|
@90f06cea
|
18 years |
takis.issaris |
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.
…
|
|
|
@9510da2b
|
18 years |
takis.issaris |
Replace ENOSYS by ENOTSUP as in this case the problem is not really a …
|
|
|
@7889f52
|
18 years |
mmhoffm |
integrating blackfin optimized yuyvtoyv12 converter
Originally …
|
|
|
@b41c9046
|
18 years |
mmhoffm |
removing reference to bfin_sram.h its not used anylonger
Originally …
|
|
|
@4055d271
|
18 years |
mmhoffm |
adding blackfin optimized yuyvtoyv12 converter
Originally committed …
|
|
|
@f0326fde
|
18 years |
ramiro.polla |
Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi.
…
|
|
|
@b8ef6423
|
18 years |
ramiro.polla |
Remove EXTRADEPS from common.mak since it is no longer used
…
|
|
|
@6b8bcd3e
|
18 years |
benoit.fouet |
regression tests for yuv440p yuvj440p
patch by Andreas Öman: [andreas …
|
|
|
@83c43e4d
|
18 years |
gpoirier |
bail out on unknown jpeg pixel format instead of silently decoding …
|
|
|
@85565db0
|
18 years |
takis.issaris |
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
…
|
|
|
@5632e568
|
18 years |
takis.issaris |
Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).
…
|
|
|
@24fddf48
|
18 years |
takis.issaris |
Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).
…
|
|
|
@6f3e0b21
|
18 years |
takis.issaris |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Originally …
|
|
|
@769e10f0
|
18 years |
takis.issaris |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
…
|
|
|
@390d5a7c
|
18 years |
diego |
cosmetics: indentation
Originally committed as revision 9758 to …
|
|
|
@d0f596b4
|
18 years |
diego |
Make video hook infrastructure conditional on video hooks being …
|
|
|
@d72e7d0f
|
18 years |
benoit.fouet |
use sscanf to parse address
Originally committed as revision 9756 to …
|
|
|
@d04d5bcd
|
18 years |
takis.issaris |
Fix the self tests which are contained in some codecs and are using …
|
|
|
@cc61f96f
|
18 years |
takis.issaris |
Fix the compilation of dct-test, fft-test and motion-test which are …
|
|
|
@90c1d7b4
|
18 years |
benoit.fouet |
UltraSPARC VIS yuv2rgb
patch by Denes Balatoni: [dbalatoni interware …
|
|
|
@1e7f3638
|
18 years |
lucabe72 |
Implement av_strlcatf(): a strlcat which adds a printf style formatted …
|
|
|
@614e9b24
|
18 years |
justin.ruggles |
don't need to define ALT_BITSTREAM_READER
Originally committed as …
|
|
|
@36266421
|
18 years |
justin.ruggles |
update license header. add copyright for myself. correct and complete …
|
|
|
@3bb004fc
|
18 years |
justin.ruggles |
revise comment for exponent decoding function
Originally committed as …
|
|
|
@4415076f
|
18 years |
justin.ruggles |
new implementation of exponent decoding
Originally committed as …
|
|
|
@d699d38
|
18 years |
justin.ruggles |
cosmetics: indentation
Originally committed as revision 9748 to …
|
|
|
@0ce6680
|
18 years |
justin.ruggles |
remove portions of bit allocation which are no longer needed since …
|
|
|
@d24ce947
|
18 years |
alex |
indentation fix
Originally committed as revision 9746 to …
|
|
|
@6c4d4fa3
|
18 years |
alex |
removed unused variable ti
Originally committed as revision 9745 to …
|
|
|
@9c8d9f25
|
18 years |
vitor1001 |
Another minor simplification
Originally committed as revision 9744 to …
|
|
|
@ac069107
|
18 years |
banan |
Set the step index correctly for flash adpcm. Patch by Baptiste …
|
|
|
@9fff16bc
|
18 years |
banan |
Calculate the correct blocksize for flash adpcm. Patch by Baptiste …
|
|
|
@1f48345a
|
18 years |
benoit.fouet |
remove warnings
Originally committed as revision 9741 to …
|
|
|
@2c79288d
|
18 years |
benoit.fouet |
fix mem leak
patch by Zdenek Kabelac: [zdenek kabelac gmail com]
…
|
|
|
@c9128d56
|
18 years |
vitor1001 |
Make deinterlace_16 receive an array as a parameter and not two …
|
|
|
@b37bce6b
|
18 years |
vitor1001 |
Minor simplification
Originally committed as revision 9738 to …
|
|
|
@60c4a31c
|
18 years |
vitor1001 |
Yet more cosmetics
Originally committed as revision 9737 to …
|
|
|
@10024d44
|
18 years |
vitor1001 |
More cosmetics
Originally committed as revision 9736 to …
|
|
|
@d0da8020
|
18 years |
vitor1001 |
Remove reimplementation of av_log2
Originally committed as revision …
|
|
|
@ef0d7a0d
|
18 years |
Reimar.Doeffinger |
Document aes init code writing on purpose beyond round_key array into …
|
|
|
@109d30e9
|
18 years |
benoit.fouet |
remove useless check
Originally committed as revision 9733 to …
|
|
|
@9ba7fe6d
|
18 years |
benoit.fouet |
use YUV440P in swscale
patch by Andreas Öman: \andreas olebyn nu/ …
|
|
|
@4196cfb7
|
18 years |
benoit.fouet |
add YUV440P and YUVJ440P support
patch by Andreas Öman: \andreas …
|
|
|
@104d0418
|
18 years |
benoit.fouet |
fix emulated inet_aton so that it fails for invalid addresses
patch by …
|
|
|
@f1752010
|
18 years |
vitor1001 |
Test for supported number of channels
Originally committed as …
|
|
|
@586e5bd9
|
18 years |
vitor1001 |
Cosmetics: indentation
Originally committed as revision 9729 to …
|
|
|