summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak2010-03-21
* Cosmetics: move ff_dct_init() to the bottom of the fileVitor Sessak2010-03-21
* DCT: remove unused field from contextVitor Sessak2010-03-21
* fix minor typoKostya Shishkov2010-03-21
* fix compilation with --disable-everything --enable-decoder=mpeg2videoAurelien Jacobs2010-03-20
* rdft: reorder functions to avoid static prototypeMåns Rullgård2010-03-20
* Call rdft by function pointerMåns Rullgård2010-03-20
* Hotfix for regtest-error failureMichael Niedermayer2010-03-20
* Error concealment of h264 with multiple references.Michael Niedermayer2010-03-20
* Reinitialize the h264 decoder context on every valid aspect ratioJanusz Krzysztofik2010-03-18
* Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård2010-03-18
* Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather thanStefano Sabatini2010-03-18
* Fix compilation on PPC 470.Carl Eugen Hoyos2010-03-17
* qtrleenc: add rgb555 outputAlexis Ballier2010-03-17
* Correct reference buffer switching in Indeo 5 decoder.Maxim Poliakovski2010-03-17
* document two variables in Indeo5 decoding contextKostya Shishkov2010-03-17
* Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.Michael Niedermayer2010-03-17
* Simplify arch-specific object file listsMåns Rullgård2010-03-16
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-16
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
* 100L, revert r22560, already presentBaptiste Coudurier2010-03-15
* mpegts muxer now needs mpeg4audio code like adts muxerBaptiste Coudurier2010-03-15
* H264: fix signed overflow in constant multiplicationMåns Rullgård2010-03-15
* Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer2010-03-15
* Support intra_dc_precision>8 in jpegMichael Niedermayer2010-03-15
* use mpeg2 quantization bias for mjpeg.Michael Niedermayer2010-03-15
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-15
* Cosmetics: Fix a comment.Carl Eugen Hoyos2010-03-14
* DWT: x86 init should depend on HAVE_MMXMåns Rullgård2010-03-14
* Allow hard-coding of the 32kB cubic-root table for AAC.Reimar Döffinger2010-03-14
* Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger2010-03-14
* Add some more table-printing functions needed for future patches.Reimar Döffinger2010-03-14
* Add ff_ prefix to dwt functionsMåns Rullgård2010-03-14
* Separate DWT from snow and dsputilMåns Rullgård2010-03-14
* Make sure all mvs of a mb are set in the error concealment code.Michael Niedermayer2010-03-14
* Ensure that the deblock filter accesses the correct MVs for h264.Michael Niedermayer2010-03-14
* aacsbr: DSPUtilize analysis input scaling.Alex Converse2010-03-13
* aac: Don't bias output during the IMDCT if SBR will be used.Alex Converse2010-03-13
* Make iff.c:decode_init return the value returned byStefano Sabatini2010-03-13
* CODEC_ID_XVID is not used anywhere, remove it at next major bumpAurelien Jacobs2010-03-13
* bump minor avcodec version for libxvid codec id change (r22489)Aurelien Jacobs2010-03-13
* vp3: Split out motion vectors to their own arrayDavid Conrad2010-03-13
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-13
* theora: Add support for 4:2:2 and 4:4:4 subsamplingDavid Conrad2010-03-13
* vp3: remove unneeded error, this is internal and doesn't happenDavid Conrad2010-03-13
* vp3: Make fragment_width _height by planeDavid Conrad2010-03-13
* vp3: we only need a temp MV array of size 4David Conrad2010-03-13
* vp3: Use memset to clear the fragment arrayDavid Conrad2010-03-13
* vp3: Init MVs to 0David Conrad2010-03-13
* vp3: Simplify init_block_mappingDavid Conrad2010-03-13