aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Create a public API for FFT family of functionsMåns Rullgård2010-03-071-2/+2
* Make lsp a separate configurable and select it from codecs needing itMåns Rullgård2010-03-021-6/+6
* Cosmetics: break all Makefile lines at 80 columns or lessDaniel Verkamp2010-02-231-22/+43
* Fix iff demuxer dependenciesDaniel Verkamp2010-02-231-0/+1
* Fix vc1 parser dependenciesDaniel Verkamp2010-02-231-1/+1
* Fix h264 parser dependenciesDaniel Verkamp2010-02-231-0/+1
* Fix mpeg4video parser dependenciesDaniel Verkamp2010-02-231-1/+1
* Fix wmv2 encoder dependenciesDaniel Verkamp2010-02-231-1/+1
* Fix gif encoder dependenciesDaniel Verkamp2010-02-231-1/+1
* Fix snow encoder dependenciesDaniel Verkamp2010-02-231-1/+1
* Fix svq1 encoder dependenciesDaniel Verkamp2010-02-231-1/+1
* ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16Kostya Shishkov2010-02-221-0/+1
* Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).Carl Eugen Hoyos2010-02-221-1/+1
* AMR-NB floating-point based decoder.Vitor Sessak2010-02-211-0/+4
* Bink video decoderKostya Shishkov2010-02-211-0/+1
* x86_fft.o depends on MMX and FFT.Ramiro Polla2010-02-201-1/+2
* msmpeg4v* encoders depend on h263decDaniel Verkamp2010-02-191-5/+5
* Declare WMV1 decoder dependenciesDaniel Verkamp2010-02-191-0/+1
* Declare CAF demuxer dependency on mpegaudioDaniel Verkamp2010-02-191-0/+1
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-191-4/+4
* Add missing dependency of TwinVQVitor Sessak2010-02-191-1/+1
* Add the dependency for mpeg4audio.o of the ALS decoder.Thilo Borgmann2010-02-191-1/+1
* Add lsp.o as a dependency for wmavoice. This fixes a compilation error whenJames Darnley2010-02-161-1/+2
* Support arithmetic decoding in ALS.Thilo Borgmann2010-02-131-1/+1
* WMAVoice decoder.Ronald S. Bultje2010-02-121-0/+3
* Indeo 5 decoderKostya Shishkov2010-02-091-0/+1
* IFF PBM/ILBM bitmap decoderPeter Ross2010-02-031-0/+2
* Bink Audio decoderPeter Ross2010-01-311-0/+2
* VC-1/WMV3 DXVA2 implementationLaurent Aimar2010-01-241-0/+1
* Moved reusable functions from dxva2_h264.c to dxva2.cLaurent Aimar2010-01-231-0/+2
* H264 DXVA2 implementationLaurent Aimar2010-01-201-1/+2
* Floating point discrete cosine transformVitor Sessak2010-01-201-0/+1
* Install <libavcodec/vaapi.h> header.Gwenole Beauchesne2010-01-181-1/+1
* Add missing Makefile dependencies to CONFIG_SNOW_ENCODER.Alexander Strange2010-01-171-1/+2
* SIPR16k decoderVitor Sessak2010-01-161-1/+2
* Split cabac decoding code out of h264.c.Michael Niedermayer2010-01-131-2/+2
* Split cavlc out of h264.c.Michael Niedermayer2010-01-131-2/+2
* Split all the reference picture handling off h264.c.Michael Niedermayer2010-01-121-2/+2
* Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer2010-01-121-2/+2
* Split SEI code off h264.c.Michael Niedermayer2010-01-121-0/+2
* Split direct mode (macro)block decoding off h264.c.Michael Niedermayer2010-01-121-2/+2
* Split h264 loop filter off h264.c.Michael Niedermayer2010-01-121-2/+2
* Move svq3.o to the correct spot.Michael Niedermayer2010-01-121-2/+2
* Get rid of #include "svq3.c"Michael Niedermayer2010-01-121-1/+1
* Add support for dirac in oggDavid Conrad2010-01-111-1/+2
* SIPR decoder for modes 8k5, 6k5 and 5k0.Vladimir Voroshilov2010-01-101-0/+3
* Deluxe Paint Animation decoderPeter Ross2010-01-101-0/+1
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-091-2/+2
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-091-0/+1
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-071-2/+2