11175 Commits (747db4e31a876142aadd488625774151ec27a236)

Author SHA1 Message Date
  Michael Niedermayer 747db4e31a Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder(). 16 years ago
  Michael Niedermayer 77c6edb846 Remove 3 mv_cache zeroing instructions that zeroed the right side. 16 years ago
  Michael Niedermayer 8f8497ae78 Remove useless check of the 2 left MBs of a pair being in the same slice. 16 years ago
  Michael Niedermayer f57a5dcd4e Clarify ref_index. 16 years ago
  Michael Niedermayer 6e2fe0f20a Remove unneeded line of code from the neighbor setting code in h264. 16 years ago
  Michael Niedermayer aa5ee59eee Simplify code in mv_pred. 16 years ago
  Michael Niedermayer 358b5b1a59 Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to 16 years ago
  Michael Niedermayer 3b606e71c4 svq3 now in working condition, at least vissually, ill let fate tell us 16 years ago
  Michael Niedermayer fc7f7f171f fix compilation, sorry ive not checked cvslog for a while :((( 16 years ago
  Michael Niedermayer 36b54927fd Dont allocate direct_table 8 times too large. 16 years ago
  Michael Niedermayer 5e350863cc Store data in direct_table interleaved. 16 years ago
  Michael Niedermayer 013202d720 Simplify intra4x4_pred_mode_cache init. 16 years ago
  Michael Niedermayer 662a5b2370 Reorder intra4x4_pred_mode so that we can read/write 4 values at once. 16 years ago
  Michael Niedermayer 5b0fb5244d Store intra4x4_pred_mode per row only. 16 years ago
  Michael Niedermayer c2186cbddc unroll tiny and trivial loop. Same speed but clearer. 16 years ago
  Michael Niedermayer e1c88a2138 Cut the size of mvd_table by yet another factor of 2. 16 years ago
  Michael Niedermayer d43c192236 Keep mvd_table values of only 2 mb rows. 16 years ago
  Alex Converse c4a90caae2 aac: Keep decode_band_types() from eating all padding at the end of a buffer. 16 years ago
  Michael Niedermayer 09ef1ace4b 3rd and hopefully last 100l fix. 16 years ago
  Michael Niedermayer 3393bff10d Fix doxy and assert(). 16 years ago
  Michael Niedermayer 377fc38d5d Try to fix 100l compilation failure on some systems. 16 years ago
  Michael Niedermayer b5bd070029 Change mvd_cache & mvd_table to 8bit, this is overall a bit faster 16 years ago
  Michael Niedermayer f3ea29bfa3 Extend fill_rectangle() support for 16bit 16 years ago
  Michael Niedermayer 81b5e4ee92 Calculate mvd without abs() 16 years ago
  Michael Niedermayer 855a1ba5e8 switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now. 16 years ago
  Michael Niedermayer 01b35be14a Factorize common code from the top of decode_cabac_mb_mvd() 16 years ago
  Michael Niedermayer 6d0155c79c Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2) 16 years ago
  Michael Niedermayer 90332debfe Replace ad-hoc fill rectangle by fill_rectangle(). 16 years ago
  Kostya Shishkov d2df291f73 ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls 16 years ago
  Peter Ross 601e74d366 it is not necessary to display the decoder name, as av_log() automatically prints the context 16 years ago
  Michael Niedermayer 9127a369ad Replace /2 by faster >>1 as the mvd values are now all positive. 16 years ago
  Michael Niedermayer 5c34e36a23 Remove unused variable. Seems i forgot to commit this. 16 years ago
  Jai Menon 8790961d7e mlp_parser: Fix memleak. 16 years ago
  Daniel Verkamp d962706f96 Cosmetics: break all Makefile lines at 80 columns or less 16 years ago
  Peter Ross c8c77d8d97 Use reported_size to truncate final Bink Audio frame 16 years ago
  Daniel Verkamp 589760c68b Fix iff demuxer dependencies 16 years ago
  Daniel Verkamp 3dfd81e64e Fix vc1 parser dependencies 16 years ago
  Daniel Verkamp 0802cb85d0 Fix h264 parser dependencies 16 years ago
  Daniel Verkamp 401903dc69 Fix mpeg4video parser dependencies 16 years ago
  Daniel Verkamp 5c9b9c990a Fix wmv2 encoder dependencies 16 years ago
  Daniel Verkamp 818a4a6465 Fix gif encoder dependencies 16 years ago
  Daniel Verkamp fa7252494c Fix snow encoder dependencies 16 years ago
  Daniel Verkamp 19ecfb8aeb Fix svq1 encoder dependencies 16 years ago
  Kostya Shishkov 60819e694e 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and 16 years ago
  Kostya Shishkov 4f974de6f6 Decode alpha plane in Bink video 16 years ago
  Kostya Shishkov bf0d54a381 cosmetics: reindent after last commit 16 years ago
  Kostya Shishkov 54d4c0de7c Move plane decoding code into separate function in Bink decoder 16 years ago
  Kostya Shishkov ba3e821414 Bink video decoder now can use extradata to detect alpha plane presence 16 years ago
  Måns Rullgård 2fc492d842 Declare indeo VLC table storage with correct type 16 years ago
  Michael Niedermayer db8cb47d15 Try to set has_b_frames in codec init if we know everything alraedy. 16 years ago