11118 Commits (403c545d08c8cfeb335f3ecb508ef90a54a44037)

Author SHA1 Message Date
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
Måns Rullgård e4a35244fa Replace log2f(10) with a constant 15 years ago
Vitor Sessak c4f267ab75 Free encoder extradata in avcodec_close(). Should fix several small memory 15 years ago
Ramiro Polla da2a5feaea x86_fft.o depends on MMX and FFT. 15 years ago
Stefan Gehrer cbdcf479ce remove tables of codebook vector values which are contained in 15 years ago
Kostya Shishkov 4689ac41e9 16l trocadero: don't forget to free frame data buffer in APE decoder 15 years ago
Daniel Verkamp 7fa78f49f0 msmpeg4v* encoders depend on h263dec 15 years ago
Daniel Verkamp 8e25a3d637 Declare WMV1 decoder dependencies 15 years ago
Daniel Verkamp 77ce6653d2 Declare CAF demuxer dependency on mpegaudio 15 years ago
Daniel Verkamp e0ae359115 Fix compilation of binkaudio_rdft when dct is disabled 15 years ago
Stefan Gehrer 3a201bd04f remove a Huffman table from WMA which also exists in AAC 15 years ago
Vitor Sessak f1c8e5aa94 Add missing dependency of TwinVQ 15 years ago
Stefan Gehrer cc01ab903e remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct 15 years ago
Kostya Shishkov aa170ed625 cosmetics: reindent after last commit 15 years ago
Kostya Shishkov 965828bb66 Since WavPack chunk can contain more samples than FFmpeg is guaranteed to 15 years ago
Thilo Borgmann 245d5a48ef Add the dependency for mpeg4audio.o of the ALS decoder. 15 years ago
Thilo Borgmann a8c09ff2d8 Do sequential bit reading outside of []-operators. 15 years ago
Michael Niedermayer f4ce853125 get rid of an if() 1 cpu cycle faster. 15 years ago
Michael Niedermayer e69bfde6b2 Get rid of a local variable, 10 cpu cycles faster. 15 years ago
Michael Niedermayer a305449df6 Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache. 15 years ago
Alex Converse 8d63712486 Add some AAC buffer overread checks. 15 years ago
Stefan Gehrer 3cc3581dc0 fix intra prediction modes with inter-MB neighbors, 15 years ago
Måns Rullgård 19769ece3b H264: use alias-safe macros 15 years ago
Michael Niedermayer 024bf79fe0 Simplify deblock_left/top condition for deblocking_filter=2 15 years ago
Michael Niedermayer 90a5849efd Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles. 15 years ago
Måns Rullgård 5e46be96f8 Move NEG_[US]SR32 macros to mathops.h 15 years ago
Thilo Borgmann dc9e57a878 Fix sizeof()-statement to use the actual pointer type. 15 years ago
Thilo Borgmann cd09284924 Fix wrong buffer allocation for MCC in ALS. 15 years ago
Alex Converse fd10543ef2 get_bits: Fix spelling and grammar in GET_VLC() comment. 15 years ago
Måns Rullgård 1e2245c29b 10l: remove stray '(' I don't know where it came from 15 years ago
Måns Rullgård 40d1122752 Use LOCAL_ALIGNED macro for local arrays 15 years ago
Måns Rullgård d96cd42969 Add LOCAL_ALIGNED() macro for declaring aligned local arrays 15 years ago
Måns Rullgård 2480c390bd Simplify some declarations of aligned arrays 15 years ago
Michael Niedermayer 69a28f3e2b Move predict_field_decoding_flag() from h264.h to .c as its only used there and belongs 15 years ago