log

age author description
2010-03-20 michael Hotfix for regtest-error failure libavcodec
2010-03-20 michael Error concealment of h264 with multiple references. libavcodec
2010-03-18 stefano Reinitialize the h264 decoder context on every valid aspect ratio libavcodec
2010-03-18 mru Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED libavcodec
2010-03-18 stefano Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than libavcodec
2010-03-17 cehoyos Fix compilation on PPC 470. libavcodec
2010-03-17 benoit qtrleenc: add rgb555 output libavcodec
2010-03-17 kostya Correct reference buffer switching in Indeo 5 decoder. libavcodec
2010-03-17 kostya document two variables in Indeo5 decoding context libavcodec
2010-03-17 michael Use H264s MC instead of mpeg4-asp qpel for h264 error resilience. libavcodec
2010-03-16 mru Simplify arch-specific object file lists libavcodec
2010-03-16 mru Move arch-specific makefile parts into $arch/Makefile libavcodec
2010-03-16 mru Move H264 dsputil functions into their own struct libavcodec
2010-03-15 bcoudurier 100L, revert r22560, already present libavcodec
2010-03-15 bcoudurier mpegts muxer now needs mpeg4audio code like adts muxer libavcodec
2010-03-15 mru H264: fix signed overflow in constant multiplication libavcodec
2010-03-15 michael Add ff_ prefix for mpeg2_dc_scale_table. libavcodec
2010-03-15 michael Support intra_dc_precision>8 in jpeg libavcodec
2010-03-15 michael use mpeg2 quantization bias for mjpeg. libavcodec
2010-03-15 benoit Remove avcodec_thread_execute from avcodec.h, and make static functions that libavcodec
2010-03-14 cehoyos Cosmetics: Fix a comment. libavcodec
2010-03-14 mru DWT: x86 init should depend on HAVE_MMX libavcodec
2010-03-14 reimar Allow hard-coding of the 32kB cubic-root table for AAC. libavcodec
2010-03-14 reimar Allow hard-coding several QDM2 tables (about 32 kB size). libavcodec
2010-03-14 reimar Add some more table-printing functions needed for future patches. libavcodec
2010-03-14 mru Add ff_ prefix to dwt functions libavcodec
2010-03-14 mru Separate DWT from snow and dsputil libavcodec
2010-03-14 michael Make sure all mvs of a mb are set in the error concealment code. libavcodec
2010-03-14 michael Ensure that the deblock filter accesses the correct MVs for h264. libavcodec
2010-03-13 alexc aacsbr: DSPUtilize analysis input scaling. libavcodec
2010-03-13 alexc aac: Don't bias output during the IMDCT if SBR will be used. libavcodec
2010-03-13 stefano Make iff.c:decode_init return the value returned by libavcodec
2010-03-13 aurel CODEC_ID_XVID is not used anywhere, remove it at next major bump libavcodec
2010-03-13 aurel bump minor avcodec version for libxvid codec id change (r22489) libavcodec
2010-03-13 conrad vp3: Split out motion vectors to their own array libavcodec
2010-03-13 stefano Move error code definitions from libavcodec/avcodec.h to libavcodec
2010-03-13 conrad theora: Add support for 4:2:2 and 4:4:4 subsampling libavcodec
2010-03-13 conrad vp3: remove unneeded error, this is internal and doesn't happen libavcodec
2010-03-13 conrad vp3: Make fragment_width _height by plane libavcodec
2010-03-13 conrad vp3: we only need a temp MV array of size 4 libavcodec
2010-03-13 conrad vp3: Use memset to clear the fragment array libavcodec
2010-03-13 conrad vp3: Init MVs to 0 libavcodec
2010-03-13 conrad vp3: Simplify init_block_mapping libavcodec
2010-03-12 aurel libxvid is producing standard mpeg4 so it don't need its own codec id libavcodec
2010-03-12 michael Fix guess_mv() so that it works correctly with 4x4 MV blocks. libavcodec
2010-03-12 michael Fix indention libavcodec
2010-03-12 michael Always reset slice_table. libavcodec
2010-03-12 aurel fix compilation with --disable-everything --enable-muxer=mpegts libavcodec
2010-03-12 aurel fix compilation with --disable-everything --enable-decoder=twinvq libavcodec
2010-03-11 rbultje Fix spelling. libavcodec
2010-03-11 pross Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot st) libavcodec
2010-03-11 mru snow: remove unused stub functions libavcodec
2010-03-11 mru Add some required casts libavcodec
2010-03-10 mru sparc: fix a few pages of cast warnings libavcodec
2010-03-10 mru sparc: fix dsputil prototypes libavcodec
2010-03-10 mstorsjo Only use .size in ARM assembly when targeting ELF libavcodec
2010-03-10 michael Check level_prefix a bit (this just checks the max our bitreader can handle, libavcodec
2010-03-10 mru Replace $(G) with more generic $(M) in silent make rules libavcodec
2010-03-10 conrad vp3: avoid buffer overread in coeff decode libavcodec
2010-03-09 cehoyos Fix indentation after r22414. libavcodec