summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* h264: Use + instead of | in some placesAlexander Strange2010-03-26
* libxvid: Clear extradata pointer when freeing it.Ramiro Polla2010-03-26
* h264: Remove unused function argumentAlexander Strange2010-03-26
* h264: Simplify decode_cabac_residual() specializationAlexander Strange2010-03-26
* Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /Stefano Sabatini2010-03-25
* Enable mbtree by default, and remove it from presetsBaptiste Coudurier2010-03-25
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-25
* aacenc: Merge quantize_band_cost() with quantize_and_encode_band().Alex Converse2010-03-24
* Bump minor version, I forgot in the last commitVitor Sessak2010-03-23
* Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak2010-03-23
* Always check if ff_alloc_picture() succeeds.Pavel Pavlov2010-03-23
* Remove unused variable, fixes the warning:Diego Biurrun2010-03-23
* ARM: NEON optimised RDFTMåns Rullgård2010-03-23
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-23
* Disallow VLC coding with more than 8 bits as there are several bugsMichael Niedermayer2010-03-22
* Throw out last experimental warning that was printed for colorspaces with mor...Michael Niedermayer2010-03-22
* Add doxygen docs for av_xiphlacingJosh Allmann2010-03-22
* Remove the word "experimental"Michael Niedermayer2010-03-22
* Ignore x264 build=0 as there is no such version, this restores previousMichael Niedermayer2010-03-21
* Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather thanStefano Sabatini2010-03-21
* Do not use puts, it adds additional newlines making the generated filesReimar Döffinger2010-03-21
* Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger2010-03-21
* Extend and move macros to create table printing functions to header.Reimar Döffinger2010-03-21
* Split VLC-related tables out of dvdata.h to make it easier to add supportReimar Döffinger2010-03-21
* Reindent after r22618.Vitor Sessak2010-03-21
* Split DCT-II and DCT-III in different functions, they do not share any code.Vitor Sessak2010-03-21
* 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