log

age author description
2009-07-16 diego cosmetics: Move some code blocks to reduce the number of #ifdefs. libavcodec
2009-07-14 stefano Set subtitle type in DVB subtitle decoder. libavcodec
2009-07-14 alexc Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. libavcodec
2009-07-13 conrad Fix "warning: assignment discards qualifiers from pointer target type" libavcodec
2009-07-13 conrad Fix memory leak in libtheora encoder libavcodec
2009-07-12 diego Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. libavcodec
2009-07-10 alexc Cosmetics: reindent after last commit libavcodec
2009-07-10 alexc Ignore subsequent channel configurations after the first in an AAC file. The libavcodec
2009-07-10 alexc Mark iir filter init and free functions av_cold. libavcodec
2009-07-10 alexc Fix "iirfilter.c:55: warning: unused variable ‘size’" libavcodec
2009-07-10 alexc Eliminate use of complex.h from iirfilter.c libavcodec
2009-07-09 alexc Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. libavcodec
2009-07-09 mru Fix declarations of complex numbers libavcodec
2009-07-08 alexc Reindent after last commit libavcodec
2009-07-08 alexc Prevent AAC frame size overflows. libavcodec
2009-07-08 alexc Refactor windowing and early psy from bitstream writing parts of the AAC encoder. libavcodec
2009-07-08 alexc Turn on AAC rate control. libavcodec
2009-07-08 diego cosmetics: Remove unnecessary {} around if/for blocks; libavcodec
2009-07-08 diego cosmetics: prettyprinting, K&R style, break overly long lines libavcodec
2009-07-08 alexc Cosmetics: Pretty print the AAC encoder. libavcodec
2009-07-08 alexc Merge the AAC encoder from SoC svn. It is still considered experimental. libavcodec
2009-07-08 reimar Add extra validation checks to ff_vorbis_len2vlc. libavcodec
2009-07-08 reimar Make sure that values generated for ff_vorbis_len2vlc in libavcodec
2009-07-08 cehoyos Add PIX_FMT_ARGB encoding to qtrle. libavcodec
2009-07-07 diego whitespace cosmetics: Realign colums after last commit. libavcodec
2009-07-07 diego Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just libavcodec
2009-07-07 diego Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. libavcodec
2009-07-06 reimar Change av_free to av_freep libavcodec
2009-07-06 reimar Reallocate internal buffer when coded frame size changes. libavcodec
2009-07-06 reimar Change iv_decode_frame to get AVCodecContext as argument, so that libavcodec
2009-07-06 reimar Remove useless ret variable added in last revision again. libavcodec
2009-07-06 reimar 100l, theora_decode_init must pass on errors from vp3_decode_init libavcodec
2009-07-06 reimar Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. libavcodec
2009-07-05 reimar Ensure that the filter limit values do not exceed the maximum allowed value of 127. libavcodec
2009-07-05 reimar Extend init_loop_filter to work for filter limit values up to 127 instead libavcodec
2009-07-05 reimar Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer. libavcodec
2009-07-05 aurel vp56dec: ensure range coder won't read past the end of input buffer libavcodec
2009-07-05 reimar Check that palctrl is available on init instead of crashing when trying to use libavcodec
2009-07-04 lorenm fix a buffer overrun on corrupt huffyuv streams libavcodec
2009-07-04 conrad ARM: NEON VP3 IDCT libavcodec
2009-07-04 reimar If the end of the input buffer is reached while decoding MJPEG and at least libavcodec
2009-07-04 reimar Make the MJPEG decoder return -1 when no image was decoded so that decode libavcodec
2009-07-04 reimar Add a got_picture flag to MJpegDecodeContext which indicates if its picture libavcodec
2009-07-04 reimar mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table. libavcodec
2009-07-04 astrange H.264: Check the return value of decode_vui_parameters() libavcodec
2009-07-03 astrange H.264: Don't set data_partitioning for invalid NAL_DPA. libavcodec
2009-07-02 jai_menon Cleanup properly at the end of MPEG Audio parsing. libavcodec
2009-07-01 bcoudurier Revert r19317, "simplify slice_end, return size of output frame". libavcodec
2009-07-01 michael indent libavcodec
2009-07-01 michael Make sure we dont read over the end. libavcodec
2009-07-01 mru Fix potentially unaligned accesses in ff_copy_bits() libavcodec
2009-07-01 bcoudurier simplify slice_end, return size of output frame libavcodec
2009-07-01 kostya RV3/4 intra types array causes alignment issues (at least on ARM5), thus change libavcodec
2009-07-01 mru Fix argument type mismatches for av_picture_crop and av_picture_fill libavcodec
2009-07-01 bcoudurier add missing \n to error message libavcodec
2009-07-01 mru ADPCM: remove unreachable break statement after return libavcodec