Mercurial > libavcodec.hg
graph
-
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. libavcodec2009-07-30, by diego
-
Only enable WMV3 decoder when it has been turned on in the build system. libavcodec2009-07-29, by diego
-
Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER, libavcodec2009-07-29, by diego
-
Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE. libavcodec2009-07-27, by diego
-
Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set. libavcodec2009-07-23, by diego
-
Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled. libavcodec2009-07-22, by diego
-
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. libavcodec2009-07-22, by diego
-
Revert unintended portion of last commit. (Setting the default coder to libavcodec2009-07-22, by alexc
-
Be sure to increment our position in the coefficient array when skipping a zero libavcodec2009-07-22, by alexc
-
Actually use all the codebooks we are iterating over in the two-loop scalefactor search. libavcodec2009-07-20, by alexc
-
Icc 11.1 still does not align the stack pointer, disable some x264 functions. libavcodec2009-07-17, by cehoyos
-
When calculating AAC quantized band cost, don't leave garbage in the bit count libavcodec2009-07-16, by alexc
-
Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. libavcodec2009-07-14, by alexc
-
Fix "warning: assignment discards qualifiers from pointer target type" libavcodec2009-07-13, by conrad
-
Ignore subsequent channel configurations after the first in an AAC file. The libavcodec2009-07-10, by alexc
-
Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. libavcodec2009-07-09, by alexc
-
Refactor windowing and early psy from bitstream writing parts of the AAC encoder. libavcodec2009-07-08, by alexc
-
Merge the AAC encoder from SoC svn. It is still considered experimental. libavcodec2009-07-08, by alexc
-
Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just libavcodec2009-07-07, by diego
-
Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. libavcodec2009-07-07, by diego
-
Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. libavcodec2009-07-06, by reimar
-
Ensure that the filter limit values do not exceed the maximum allowed value of 127. libavcodec2009-07-05, by reimar
-
Extend init_loop_filter to work for filter limit values up to 127 instead libavcodec2009-07-05, by reimar
-
Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer. libavcodec2009-07-05, by reimar
-
Check that palctrl is available on init instead of crashing when trying to use libavcodec2009-07-05, by reimar
-
If the end of the input buffer is reached while decoding MJPEG and at least libavcodec2009-07-04, by reimar
-
Make the MJPEG decoder return -1 when no image was decoded so that decode libavcodec2009-07-04, by reimar
-
Add a got_picture flag to MJpegDecodeContext which indicates if its picture libavcodec2009-07-04, by reimar
-
mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table. libavcodec2009-07-04, by reimar
-
Revert r19317, "simplify slice_end, return size of output frame". libavcodec2009-07-01, by bcoudurier