summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* ARM: NEON optimised RDFTMåns Rullgård2010-03-235-0/+168
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-237-16/+17
* Disallow VLC coding with more than 8 bits as there are several bugsMichael Niedermayer2010-03-221-0/+4
* Throw out last experimental warning that was printed for colorspaces with mor...Michael Niedermayer2010-03-221-5/+0
* Add doxygen docs for av_xiphlacingJosh Allmann2010-03-221-0/+7
* Remove the word "experimental"Michael Niedermayer2010-03-221-1/+1
* Ignore x264 build=0 as there is no such version, this restores previousMichael Niedermayer2010-03-211-1/+1
* Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather thanStefano Sabatini2010-03-211-1/+1
* Do not use puts, it adds additional newlines making the generated filesReimar Döffinger2010-03-211-3/+2
* Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger2010-03-214-55/+155
* Extend and move macros to create table printing functions to header.Reimar Döffinger2010-03-212-25/+29
* Split VLC-related tables out of dvdata.h to make it easier to add supportReimar Döffinger2010-03-213-227/+260
* Reindent after r22618.Vitor Sessak2010-03-211-42/+43
* Split DCT-II and DCT-III in different functions, they do not share any code.Vitor Sessak2010-03-211-5/+11
* Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak2010-03-212-1/+4
* Cosmetics: move ff_dct_init() to the bottom of the fileVitor Sessak2010-03-211-25/+25
* DCT: remove unused field from contextVitor Sessak2010-03-211-1/+0
* fix minor typoKostya Shishkov2010-03-211-1/+1
* fix compilation with --disable-everything --enable-decoder=mpeg2videoAurelien Jacobs2010-03-201-1/+1
* rdft: reorder functions to avoid static prototypeMåns Rullgård2010-03-201-30/+28
* Call rdft by function pointerMåns Rullgård2010-03-202-6/+9
* Hotfix for regtest-error failureMichael Niedermayer2010-03-201-2/+3
* Error concealment of h264 with multiple references.Michael Niedermayer2010-03-201-18/+35
* Reinitialize the h264 decoder context on every valid aspect ratioJanusz Krzysztofik2010-03-181-1/+2
* Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård2010-03-183-45/+39
* Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather thanStefano Sabatini2010-03-181-1/+1
* Fix compilation on PPC 470.Carl Eugen Hoyos2010-03-171-1/+1
* qtrleenc: add rgb555 outputAlexis Ballier2010-03-171-3/+3
* Correct reference buffer switching in Indeo 5 decoder.Maxim Poliakovski2010-03-171-39/+27
* document two variables in Indeo5 decoding contextKostya Shishkov2010-03-171-2/+2
* Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.Michael Niedermayer2010-03-171-0/+11
* Simplify arch-specific object file listsMåns Rullgård2010-03-166-11/+8
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-169-129/+122
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-1612-522/+663
* 100L, revert r22560, already presentBaptiste Coudurier2010-03-151-1/+0
* mpegts muxer now needs mpeg4audio code like adts muxerBaptiste Coudurier2010-03-151-0/+1
* H264: fix signed overflow in constant multiplicationMåns Rullgård2010-03-151-1/+1
* Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer2010-03-154-5/+5
* Support intra_dc_precision>8 in jpegMichael Niedermayer2010-03-154-32/+35
* use mpeg2 quantization bias for mjpeg.Michael Niedermayer2010-03-151-4/+1
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-155-6/+5
* Cosmetics: Fix a comment.Carl Eugen Hoyos2010-03-141-1/+1
* DWT: x86 init should depend on HAVE_MMXMåns Rullgård2010-03-141-1/+1
* Allow hard-coding of the 32kB cubic-root table for AAC.Reimar Döffinger2010-03-144-9/+96
* Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger2010-03-144-67/+176
* Add some more table-printing functions needed for future patches.Reimar Döffinger2010-03-142-0/+6
* Add ff_ prefix to dwt functionsMåns Rullgård2010-03-143-25/+25
* Separate DWT from snow and dsputilMåns Rullgård2010-03-1411-974/+1043
* Make sure all mvs of a mb are set in the error concealment code.Michael Niedermayer2010-03-141-3/+8
* Ensure that the deblock filter accesses the correct MVs for h264.Michael Niedermayer2010-03-141-6/+12
OpenPOWER on IntegriCloud