11288 Commits (8eecdc8b789e3fa5b640ddd26e29e9254a1dffe3)

Author SHA1 Message Date
Reimar Döffinger eb285cfe8e Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding 15 years ago
Jindřich Makovička 8590e6d529 Strides in Indeo 5 reconstruction filter should be signed, 15 years ago
Kostya Shishkov e322aacedd Encapsulate VLC information needed for decoding blocks and macroblocks in 15 years ago
Kostya Shishkov 4982a77e56 Make it clear that ff_ivi_init_static_vlc() does not need arguments 15 years ago
Michael Niedermayer ce9c691616 Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup 15 years ago
Michael Niedermayer 82fb5bb2ee Split *_type setting up, 4 cpu cycles faster. 15 years ago
Zhou Zongyi 821fe7f3e6 Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster. 15 years ago
Laurent Aimar 4e06acbde4 Fixed a segfault in the DCA decoder with corrupted streams. 15 years ago
Vitor Sessak 4784b0922f Do not read beyond end of input in EA-TGV. This should avoid FATE test #362 15 years ago
Michael Niedermayer cf41a02b1b Only load the topleft mv/ref when the topright is unavailable. 15 years ago
Michael Niedermayer cf7b67bc40 Remove some useless operations from the code setting left_cbp. 15 years ago
Michael Niedermayer 59b5370f02 Simplify code to set cbp_* 15 years ago
Benoit Fouet 5818418758 Fix typos in ref_index documentation. 15 years ago
Michael Niedermayer 747db4e31a Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder(). 15 years ago
Michael Niedermayer 77c6edb846 Remove 3 mv_cache zeroing instructions that zeroed the right side. 15 years ago
Michael Niedermayer 8f8497ae78 Remove useless check of the 2 left MBs of a pair being in the same slice. 15 years ago
Michael Niedermayer f57a5dcd4e Clarify ref_index. 15 years ago
Michael Niedermayer 6e2fe0f20a Remove unneeded line of code from the neighbor setting code in h264. 15 years ago
Michael Niedermayer aa5ee59eee Simplify code in mv_pred. 15 years ago
Michael Niedermayer 358b5b1a59 Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to 15 years ago
Michael Niedermayer 3b606e71c4 svq3 now in working condition, at least vissually, ill let fate tell us 15 years ago
Michael Niedermayer fc7f7f171f fix compilation, sorry ive not checked cvslog for a while :((( 15 years ago
Michael Niedermayer 36b54927fd Dont allocate direct_table 8 times too large. 15 years ago
Michael Niedermayer 5e350863cc Store data in direct_table interleaved. 15 years ago
Michael Niedermayer 013202d720 Simplify intra4x4_pred_mode_cache init. 15 years ago
Michael Niedermayer 662a5b2370 Reorder intra4x4_pred_mode so that we can read/write 4 values at once. 15 years ago
Michael Niedermayer 5b0fb5244d Store intra4x4_pred_mode per row only. 15 years ago
Michael Niedermayer c2186cbddc unroll tiny and trivial loop. Same speed but clearer. 15 years ago
Michael Niedermayer e1c88a2138 Cut the size of mvd_table by yet another factor of 2. 15 years ago
Michael Niedermayer d43c192236 Keep mvd_table values of only 2 mb rows. 15 years ago
Alex Converse c4a90caae2 aac: Keep decode_band_types() from eating all padding at the end of a buffer. 15 years ago
Michael Niedermayer 09ef1ace4b 3rd and hopefully last 100l fix. 15 years ago
Michael Niedermayer 3393bff10d Fix doxy and assert(). 15 years ago
Michael Niedermayer 377fc38d5d Try to fix 100l compilation failure on some systems. 15 years ago
Michael Niedermayer b5bd070029 Change mvd_cache & mvd_table to 8bit, this is overall a bit faster 15 years ago
Michael Niedermayer f3ea29bfa3 Extend fill_rectangle() support for 16bit 15 years ago
Michael Niedermayer 81b5e4ee92 Calculate mvd without abs() 15 years ago
Michael Niedermayer 855a1ba5e8 switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now. 15 years ago
Michael Niedermayer 01b35be14a Factorize common code from the top of decode_cabac_mb_mvd() 15 years ago
Michael Niedermayer 6d0155c79c Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2) 15 years ago
Michael Niedermayer 90332debfe Replace ad-hoc fill rectangle by fill_rectangle(). 15 years ago
Kostya Shishkov d2df291f73 ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls 15 years ago
Peter Ross 601e74d366 it is not necessary to display the decoder name, as av_log() automatically prints the context 15 years ago
Michael Niedermayer 9127a369ad Replace /2 by faster >>1 as the mvd values are now all positive. 15 years ago
Michael Niedermayer 5c34e36a23 Remove unused variable. Seems i forgot to commit this. 15 years ago
Jai Menon 8790961d7e mlp_parser: Fix memleak. 15 years ago
Daniel Verkamp d962706f96 Cosmetics: break all Makefile lines at 80 columns or less 15 years ago
Peter Ross c8c77d8d97 Use reported_size to truncate final Bink Audio frame 15 years ago
Daniel Verkamp 589760c68b Fix iff demuxer dependencies 15 years ago
Daniel Verkamp 3dfd81e64e Fix vc1 parser dependencies 15 years ago