Mercurial > libavcodec.hg
graph
-
Icc 11.1 still does not align the stack pointer, disable some x264 functions. libavcodecFri, 17 Jul 2009 09:07:38 +0000, by cehoyos
-
Add iirfilter to the TESTPROGS variable (and target) libavcodecThu, 16 Jul 2009 22:39:50 +0000, by alexc
-
When calculating AAC quantized band cost, don't leave garbage in the bit count libavcodecThu, 16 Jul 2009 22:20:17 +0000, by alexc
-
cosmetics: Move some code blocks to reduce the number of #ifdefs. libavcodecThu, 16 Jul 2009 21:37:58 +0000, by diego
-
Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. libavcodecTue, 14 Jul 2009 05:22:23 +0000, by alexc
-
Fix "warning: assignment discards qualifiers from pointer target type" libavcodecMon, 13 Jul 2009 01:59:48 +0000, by conrad
-
Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. libavcodecSun, 12 Jul 2009 13:22:01 +0000, by diego
-
Ignore subsequent channel configurations after the first in an AAC file. The libavcodecFri, 10 Jul 2009 21:53:04 +0000, by alexc
-
Mark iir filter init and free functions av_cold. libavcodecFri, 10 Jul 2009 20:55:15 +0000, by alexc
-
Fix "iirfilter.c:55: warning: unused variable ¡Æsize¡Ç" libavcodecFri, 10 Jul 2009 20:51:22 +0000, by alexc
-
Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. libavcodecThu, 09 Jul 2009 17:22:59 +0000, by alexc
-
Refactor windowing and early psy from bitstream writing parts of the AAC encoder. libavcodecWed, 08 Jul 2009 23:10:13 +0000, by alexc
-
cosmetics: Remove unnecessary {} around if/for blocks; libavcodecWed, 08 Jul 2009 21:36:33 +0000, by diego
-
cosmetics: prettyprinting, K&R style, break overly long lines libavcodecWed, 08 Jul 2009 21:16:06 +0000, by diego
-
Merge the AAC encoder from SoC svn. It is still considered experimental. libavcodecWed, 08 Jul 2009 20:01:31 +0000, by alexc
-
Add extra validation checks to ff_vorbis_len2vlc. libavcodecWed, 08 Jul 2009 19:39:23 +0000, by reimar
-
Make sure that values generated for ff_vorbis_len2vlc in libavcodecWed, 08 Jul 2009 19:31:04 +0000, by reimar
-
whitespace cosmetics: Realign colums after last commit. libavcodecTue, 07 Jul 2009 09:33:53 +0000, by diego
-
Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just libavcodecTue, 07 Jul 2009 09:33:08 +0000, by diego
-
Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. libavcodecTue, 07 Jul 2009 00:28:16 +0000, by diego
-
Reallocate internal buffer when coded frame size changes. libavcodecMon, 06 Jul 2009 16:48:23 +0000, by reimar
-
Change iv_decode_frame to get AVCodecContext as argument, so that libavcodecMon, 06 Jul 2009 16:45:12 +0000, by reimar
-
Remove useless ret variable added in last revision again. libavcodecMon, 06 Jul 2009 10:28:58 +0000, by reimar
-
100l, theora_decode_init must pass on errors from vp3_decode_init libavcodecMon, 06 Jul 2009 09:35:00 +0000, by reimar
-
Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. libavcodecMon, 06 Jul 2009 09:22:39 +0000, by reimar
-
Ensure that the filter limit values do not exceed the maximum allowed value of 127. libavcodecSun, 05 Jul 2009 18:27:39 +0000, by reimar
-
Extend init_loop_filter to work for filter limit values up to 127 instead libavcodecSun, 05 Jul 2009 18:25:58 +0000, by reimar
-
Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer. libavcodecSun, 05 Jul 2009 16:01:51 +0000, by reimar
-
vp56dec: ensure range coder won't read past the end of input buffer libavcodecSun, 05 Jul 2009 15:23:42 +0000, by aurel
-
Check that palctrl is available on init instead of crashing when trying to use libavcodecSun, 05 Jul 2009 12:14:05 +0000, by reimar
-
fix a buffer overrun on corrupt huffyuv streams libavcodecSat, 04 Jul 2009 23:59:10 +0000, by lorenm
-
If the end of the input buffer is reached while decoding MJPEG and at least libavcodecSat, 04 Jul 2009 18:24:43 +0000, by reimar
-
Make the MJPEG decoder return -1 when no image was decoded so that decode libavcodecSat, 04 Jul 2009 18:22:33 +0000, by reimar
-
Add a got_picture flag to MJpegDecodeContext which indicates if its picture libavcodecSat, 04 Jul 2009 18:20:35 +0000, by reimar