summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).Carl Eugen Hoyos2010-02-22
| | | | Originally committed as revision 21956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: add missing preserve8 directivesMåns Rullgård2010-02-22
| | | | Originally committed as revision 21952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get/show_bits() can read up to MIN_CACHE_BITS bitsMåns Rullgård2010-02-21
| | | | | | | The limit for get/show_bits_long() to use get/show_bits() directly should be MIN_CACHE_BITS, not 17. Originally committed as revision 21951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix timestamp association for mpeg2 field pictures.Michael Niedermayer2010-02-21
| | | | | | Fixes /MPlayer/incoming/codec_copy_fails_vob_to_mpeg-ts/codec_copy_fails_vob_to_mpeg-ts.vob Originally committed as revision 21949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extendMåns Rullgård2010-02-21
| | | | Originally committed as revision 21948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add zero_extend() functionMåns Rullgård2010-02-21
| | | | Originally committed as revision 21947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable mb_xy.avcoder2010-02-21
| | | | | | Patch by avcoder, ffmpeg gmail Originally committed as revision 21945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-NB floating-point based decoder.Vitor Sessak2010-02-21
| | | | | | Code produced during SoC by Robert Swain and Colin McQuillan. Originally committed as revision 21943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable, fixes warnings of the type:Diego Biurrun2010-02-21
| | | | | | libavcodec/h264.h:816: warning: unused variable `mb_xy' Originally committed as revision 21941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMåns Rullgård2010-02-21
| | | | Originally committed as revision 21940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid negative shifts in build_table()Måns Rullgård2010-02-21
| | | | | | | | A shift by a negative amount has undefined behaviour. Even though the result of this shift is never used, the shift itself could cause an exception of some kind. Originally committed as revision 21939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink video decoderKostya Shishkov2010-02-21
| | | | Originally committed as revision 21937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC1: fix missing include h263.hMåns Rullgård2010-02-21
| | | | Originally committed as revision 21932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify determing whether fragments are codedDavid Conrad2010-02-21
| | | | | | No measurable speed difference Originally committed as revision 21931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle Theora's continued runs in superblock coding.David Conrad2010-02-21
| | | | | | | This doesn't really matter yet since 4:2:0 1080p has only 3060 superblocks, but larger resolutions or 4:4:4 1080p could hit this case. Originally committed as revision 21930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode fully coded superblocks in the same manner as partial superblocks and qpiDavid Conrad2010-02-21
| | | | | | No speed difference, but it will simplify the special 4129 case. Originally committed as revision 21929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the special 4129 case for long-run bit strings a #define and explain itDavid Conrad2010-02-21
| | | | Originally committed as revision 21928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use memset to set the runs partially coded superblocksDavid Conrad2010-02-21
| | | | | | | Much faster for long runs (e.g. nearly uncoded frames), slightly faster for the general case. Originally committed as revision 21927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace log2f(10) with a constantMåns Rullgård2010-02-20
| | | | Originally committed as revision 21924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Free encoder extradata in avcodec_close(). Should fix several small memoryVitor Sessak2010-02-20
| | | | | | | | leaks when encoding (at least for asv, wma and aac). Fix also issue 1577. Originally committed as revision 21923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86_fft.o depends on MMX and FFT.Ramiro Polla2010-02-20
| | | | Originally committed as revision 21921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove tables of codebook vector values which are contained inStefan Gehrer2010-02-20
| | | | | | another table Originally committed as revision 21918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16l trocadero: don't forget to free frame data buffer in APE decoderKostya Shishkov2010-02-19
| | | | Originally committed as revision 21910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* msmpeg4v* encoders depend on h263decDaniel Verkamp2010-02-19
| | | | Originally committed as revision 21907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare WMV1 decoder dependenciesDaniel Verkamp2010-02-19
| | | | Originally committed as revision 21906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare CAF demuxer dependency on mpegaudioDaniel Verkamp2010-02-19
| | | | Originally committed as revision 21904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation of binkaudio_rdft when dct is disabledDaniel Verkamp2010-02-19
| | | | Originally committed as revision 21903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-19
| | | | Originally committed as revision 21902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing dependency of TwinVQVitor Sessak2010-02-19
| | | | Originally committed as revision 21898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ivi5_scans8x8[0], it duplicates ff_zigzag_directStefan Gehrer2010-02-19
| | | | Originally committed as revision 21897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitKostya Shishkov2010-02-19
| | | | Originally committed as revision 21895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Since WavPack chunk can contain more samples than FFmpeg is guaranteed toKostya Shishkov2010-02-19
| | | | | | hold, decode it in several iterations outputting as many samples as possible. Originally committed as revision 21894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the dependency for mpeg4audio.o of the ALS decoder.Thilo Borgmann2010-02-19
| | | | Originally committed as revision 21893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do sequential bit reading outside of []-operators.Thilo Borgmann2010-02-19
| | | | Originally committed as revision 21892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of an if() 1 cpu cycle faster.Michael Niedermayer2010-02-19
| | | | Originally committed as revision 21889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of a local variable, 10 cpu cycles faster.Michael Niedermayer2010-02-19
| | | | Originally committed as revision 21888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache.Michael Niedermayer2010-02-18
| | | | | | 4-8 cycles faster Originally committed as revision 21887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some AAC buffer overread checks.Alex Converse2010-02-18
| | | | Originally committed as revision 21886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix intra prediction modes with inter-MB neighbors,Stefan Gehrer2010-02-18
| | | | | | the old sample clips are in violation of the 2006 spec Originally committed as revision 21883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264: use alias-safe macrosMåns Rullgård2010-02-18
| | | | | | | This eliminates all aliasing violation warnings in h264 code. No measurable speed difference with gcc-4.4.3 on i7. Originally committed as revision 21881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify deblock_left/top condition for deblocking_filter=2Michael Niedermayer2010-02-18
| | | | Originally committed as revision 21876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles.Michael Niedermayer2010-02-18
| | | | Originally committed as revision 21875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move NEG_[US]SR32 macros to mathops.hMåns Rullgård2010-02-17
| | | | Originally committed as revision 21873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix sizeof()-statement to use the actual pointer type.Thilo Borgmann2010-02-17
| | | | Originally committed as revision 21872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong buffer allocation for MCC in ALS.Thilo Borgmann2010-02-17
| | | | Originally committed as revision 21871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_bits: Fix spelling and grammar in GET_VLC() comment.Alex Converse2010-02-17
| | | | Originally committed as revision 21868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: remove stray '(' I don't know where it came fromMåns Rullgård2010-02-17
| | | | Originally committed as revision 21867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-17
| | | | Originally committed as revision 21866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add LOCAL_ALIGNED() macro for declaring aligned local arraysMåns Rullgård2010-02-17
| | | | Originally committed as revision 21864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify some declarations of aligned arraysMåns Rullgård2010-02-17
| | | | | | If DECLARE_ALIGNED_16 works on uint64_t it will work smaller types too. Originally committed as revision 21863 to svn://svn.ffmpeg.org/ffmpeg/trunk