log

age author description
Sun, 12 Jul 2009 13:22:01 +0000 diego Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. libavcodec
Fri, 10 Jul 2009 21:54:06 +0000 alexc Cosmetics: reindent after last commit libavcodec
Fri, 10 Jul 2009 21:53:04 +0000 alexc Ignore subsequent channel configurations after the first in an AAC file. The libavcodec
Fri, 10 Jul 2009 20:55:15 +0000 alexc Mark iir filter init and free functions av_cold. libavcodec
Fri, 10 Jul 2009 20:51:22 +0000 alexc Fix "iirfilter.c:55: warning: unused variable ¡Æsize¡Ç" libavcodec
Fri, 10 Jul 2009 20:45:13 +0000 alexc Eliminate use of complex.h from iirfilter.c libavcodec
Thu, 09 Jul 2009 17:22:59 +0000 alexc Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. libavcodec
Thu, 09 Jul 2009 10:16:00 +0000 mru Fix declarations of complex numbers libavcodec
Wed, 08 Jul 2009 23:14:47 +0000 alexc Reindent after last commit libavcodec
Wed, 08 Jul 2009 23:12:53 +0000 alexc Prevent AAC frame size overflows. libavcodec
Wed, 08 Jul 2009 23:10:13 +0000 alexc Refactor windowing and early psy from bitstream writing parts of the AAC encoder. libavcodec
Wed, 08 Jul 2009 23:04:22 +0000 alexc Turn on AAC rate control. libavcodec
Wed, 08 Jul 2009 21:36:33 +0000 diego cosmetics: Remove unnecessary {} around if/for blocks; libavcodec
Wed, 08 Jul 2009 21:16:06 +0000 diego cosmetics: prettyprinting, K&R style, break overly long lines libavcodec
Wed, 08 Jul 2009 20:36:45 +0000 alexc Cosmetics: Pretty print the AAC encoder. libavcodec
Wed, 08 Jul 2009 20:01:31 +0000 alexc Merge the AAC encoder from SoC svn. It is still considered experimental. libavcodec
Wed, 08 Jul 2009 19:39:23 +0000 reimar Add extra validation checks to ff_vorbis_len2vlc. libavcodec
Wed, 08 Jul 2009 19:31:04 +0000 reimar Make sure that values generated for ff_vorbis_len2vlc in libavcodec
Wed, 08 Jul 2009 14:58:16 +0000 cehoyos Add PIX_FMT_ARGB encoding to qtrle. libavcodec
Tue, 07 Jul 2009 09:33:53 +0000 diego whitespace cosmetics: Realign colums after last commit. libavcodec
Tue, 07 Jul 2009 09:33:08 +0000 diego Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just libavcodec
Tue, 07 Jul 2009 00:28:16 +0000 diego Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. libavcodec
Mon, 06 Jul 2009 16:49:36 +0000 reimar Change av_free to av_freep libavcodec
Mon, 06 Jul 2009 16:48:23 +0000 reimar Reallocate internal buffer when coded frame size changes. libavcodec
Mon, 06 Jul 2009 16:45:12 +0000 reimar Change iv_decode_frame to get AVCodecContext as argument, so that libavcodec
Mon, 06 Jul 2009 10:28:58 +0000 reimar Remove useless ret variable added in last revision again. libavcodec
Mon, 06 Jul 2009 09:35:00 +0000 reimar 100l, theora_decode_init must pass on errors from vp3_decode_init libavcodec
Mon, 06 Jul 2009 09:22:39 +0000 reimar Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. libavcodec
Sun, 05 Jul 2009 18:27:39 +0000 reimar Ensure that the filter limit values do not exceed the maximum allowed value of 127. libavcodec
Sun, 05 Jul 2009 18:25:58 +0000 reimar Extend init_loop_filter to work for filter limit values up to 127 instead libavcodec