11301 Commits (987e857f638bff63f11905d06466e198a9765f65)

Author SHA1 Message Date
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
Daniel Verkamp 0802cb85d0 Fix h264 parser dependencies 15 years ago
Daniel Verkamp 401903dc69 Fix mpeg4video parser dependencies 15 years ago
Daniel Verkamp 5c9b9c990a Fix wmv2 encoder dependencies 15 years ago
Daniel Verkamp 818a4a6465 Fix gif encoder dependencies 15 years ago
Daniel Verkamp fa7252494c Fix snow encoder dependencies 15 years ago
Daniel Verkamp 19ecfb8aeb Fix svq1 encoder dependencies 15 years ago
Kostya Shishkov 60819e694e 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and 15 years ago
Kostya Shishkov 4f974de6f6 Decode alpha plane in Bink video 15 years ago
Kostya Shishkov bf0d54a381 cosmetics: reindent after last commit 15 years ago
Kostya Shishkov 54d4c0de7c Move plane decoding code into separate function in Bink decoder 15 years ago
Kostya Shishkov ba3e821414 Bink video decoder now can use extradata to detect alpha plane presence 15 years ago
Måns Rullgård 2fc492d842 Declare indeo VLC table storage with correct type 15 years ago
Michael Niedermayer db8cb47d15 Try to set has_b_frames in codec init if we know everything alraedy. 15 years ago
Michael Niedermayer 9855b2e3c8 Move extradata reading code into codec init instead of doing it 15 years ago
Kostya Shishkov 1d6065ad08 Make Bink decoder able to skip alpha plane 15 years ago
Kostya Shishkov 9068f36dcc Macroblock and block Huffman code sets are to be used by both Indeo 4 and 15 years ago
Kostya Shishkov bb29fee3a6 Make Bink decoder to stop decoding planes after all bits are used. 15 years ago
Kostya Shishkov fb030bd046 Correct bundle lengths calculation for small Bink files. 15 years ago
Kostya Shishkov 9b3c455c50 ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16 15 years ago
Carl Eugen Hoyos f51674ff5d Fix compilation for --enable-version3 --enable-libopencore_amrwb (only). 15 years ago
Måns Rullgård a87b2f6df4 ARM: add missing preserve8 directives 15 years ago
Måns Rullgård 39261cd8d9 get/show_bits() can read up to MIN_CACHE_BITS bits 15 years ago
Michael Niedermayer acbb378d1d Fix timestamp association for mpeg2 field pictures. 15 years ago
Måns Rullgård 7cd7d19e86 Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend 15 years ago
Måns Rullgård 48960b8f24 Add zero_extend() function 15 years ago
avcoder 0cb17649d8 Remove unused variable mb_xy. 15 years ago
Vitor Sessak 4fe3edaadf AMR-NB floating-point based decoder. 15 years ago
Diego Biurrun dd3475682e Remove unused variable, fixes warnings of the type: 15 years ago
Måns Rullgård 769c497565 indent 15 years ago
Måns Rullgård 4c4e746566 Avoid negative shifts in build_table() 15 years ago
Kostya Shishkov 342c7dfdbb Bink video decoder 15 years ago
Måns Rullgård d68b27a95d VC1: fix missing include h263.h 15 years ago
David Conrad 6cb35b45e6 Simplify determing whether fragments are coded 15 years ago
David Conrad a89264761f Handle Theora's continued runs in superblock coding. 15 years ago
David Conrad 855c720c86 Decode fully coded superblocks in the same manner as partial superblocks and qpi 15 years ago
David Conrad ecb51b25bb Make the special 4129 case for long-run bit strings a #define and explain it 15 years ago
David Conrad 33dbc1b7ca Use memset to set the runs partially coded superblocks 15 years ago