aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4Aurelien Jacobs2010-03-011-3/+1
* Remove some unneeded fill_rectangle() for 16x16 blocks.Michael Niedermayer2010-02-282-11/+5
* Make av_build_filter static (and remove av_): It is not used outside resample...Carl Eugen Hoyos2010-02-281-2/+2
* Make av_get_bit_rate() static and remove av_, the function is only usedCarl Eugen Hoyos2010-02-281-2/+2
* Include libxvid_internal.h: It contains the prototype for av_tempfile().Carl Eugen Hoyos2010-02-281-0/+1
* Make the following functions static (and remove ff_), they are only usedCarl Eugen Hoyos2010-02-281-6/+6
* Make function get_channel_name() static: It is only used in audioconvert.c.Carl Eugen Hoyos2010-02-281-1/+1
* Process picture aspect ratio changes in H.264.Janusz Krzysztofik2010-02-281-1/+3
* Include internal.h and imgconvert.h, they contain the prototypes for theCarl Eugen Hoyos2010-02-281-0/+2
* Include msrledec.h: It contains the prototype for ff_msrle_decode().Carl Eugen Hoyos2010-02-281-0/+1
* Include atrac.h: It contains the prototypes for atrac_generate_tables()Carl Eugen Hoyos2010-02-281-0/+1
* Include mpegaudiodecheader.h: It contains the prototype forCarl Eugen Hoyos2010-02-281-0/+1
* Remove declaration of unused variables.Carl Eugen Hoyos2010-02-281-4/+0
* Include h263_parser.h: It contains the prototype forCarl Eugen Hoyos2010-02-281-0/+1
* Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header.Carl Eugen Hoyos2010-02-281-0/+1
* Fix avcodec_align_dimensions to return values suitably aligned for FLV decodingReimar Döffinger2010-02-272-15/+46
* Strides in Indeo 5 reconstruction filter should be signed,Jindřich Makovička2010-02-271-1/+1
* Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov2010-02-273-86/+86
* Make it clear that ff_ivi_init_static_vlc() does not need argumentsKostya Shishkov2010-02-272-2/+2
* Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedupMichael Niedermayer2010-02-271-2/+1
* Split *_type setting up, 4 cpu cycles faster.Michael Niedermayer2010-02-271-5/+12
* Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.Zhou Zongyi2010-02-261-1/+2
* Fixed a segfault in the DCA decoder with corrupted streams.Laurent Aimar2010-02-261-0/+4
* Do not read beyond end of input in EA-TGV. This should avoid FATE test #362Vitor Sessak2010-02-261-0/+4
* Only load the topleft mv/ref when the topright is unavailable.Michael Niedermayer2010-02-261-10/+11
* Remove some useless operations from the code setting left_cbp.Michael Niedermayer2010-02-261-3/+3
* Simplify code to set cbp_*Michael Niedermayer2010-02-261-11/+3
* Fix typos in ref_index documentation.Benoit Fouet2010-02-261-2/+2
* Move init of right side of ref_cache from fill_caches() to init_the_darn_deco...Michael Niedermayer2010-02-262-3/+4
* Remove 3 mv_cache zeroing instructions that zeroed the right side.Michael Niedermayer2010-02-261-3/+0
* Remove useless check of the 2 left MBs of a pair being in the same slice.Michael Niedermayer2010-02-261-2/+2
* Clarify ref_index.Michael Niedermayer2010-02-261-0/+1
* Remove unneeded line of code from the neighbor setting code in h264.Michael Niedermayer2010-02-261-1/+0
* Simplify code in mv_pred.Michael Niedermayer2010-02-261-4/+4
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-256-56/+49
* svq3 now in working condition, at least vissually, ill let fate tell usMichael Niedermayer2010-02-251-15/+15
* fix compilation, sorry ive not checked cvslog for a while :(((Michael Niedermayer2010-02-251-15/+15
* Dont allocate direct_table 8 times too large.Michael Niedermayer2010-02-251-1/+1
* Store data in direct_table interleaved.Michael Niedermayer2010-02-251-9/+9
* Simplify intra4x4_pred_mode_cache init.Michael Niedermayer2010-02-251-14/+2
* Reorder intra4x4_pred_mode so that we can read/write 4 values at once.Michael Niedermayer2010-02-252-14/+7
* Store intra4x4_pred_mode per row only.Michael Niedermayer2010-02-252-16/+18
* unroll tiny and trivial loop. Same speed but clearer.Michael Niedermayer2010-02-251-3/+3
* Cut the size of mvd_table by yet another factor of 2.Michael Niedermayer2010-02-252-15/+17
* Keep mvd_table values of only 2 mb rows.Michael Niedermayer2010-02-252-4/+11
* aac: Keep decode_band_types() from eating all padding at the end of a buffer.Alex Converse2010-02-241-0/+4
* 3rd and hopefully last 100l fix.Michael Niedermayer2010-02-241-1/+1
* Fix doxy and assert().Michael Niedermayer2010-02-241-2/+2
* Try to fix 100l compilation failure on some systems.Michael Niedermayer2010-02-241-16/+16
* Change mvd_cache & mvd_table to 8bit, this is overall a bit fasterMichael Niedermayer2010-02-243-37/+44