summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split out intel H263 decoder.Michael Niedermayer2010-01-071-1/+1
* Split flv decoding out.Michael Niedermayer2010-01-071-1/+1
* Split out flv encoding.Michael Niedermayer2010-01-071-1/+1
* Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.Diego Biurrun2009-12-291-3/+2
* The MLP decoder depends on the MLP parser.Diego Biurrun2009-12-291-1/+1
* Enable the TrueHD decoder when the MLP decoder is enabled.Diego Biurrun2009-12-291-1/+0
* Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.Diego Biurrun2009-12-291-5/+1
* Declare AAC parser dependencies in configure.Diego Biurrun2009-12-291-6/+2
* The S/P-DIF muxer depends on mpeg4audio.o.Diego Biurrun2009-12-291-1/+2
* Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.Diego Biurrun2009-12-291-8/+2
* Add H.264 bitstream decoding through VAAPI.Gwenole Beauchesne2009-12-291-0/+1
* vc1_parser.o does not depend on h263dec.o and intrax8.o.Diego Biurrun2009-12-291-2/+1
* Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure.Diego Biurrun2009-12-281-4/+2
* Declare dependencies for H.263 family decoders in configure.Diego Biurrun2009-12-281-12/+3
* Declare the dependency of the H.263 decoder on the H.263 parser in configure.Diego Biurrun2009-12-281-1/+1
* Auravision Aura 2 decoderKostya Shishkov2009-12-231-0/+1
* Add Auravision Aura decoding supportKostya Shishkov2009-12-231-0/+1
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-171-0/+1
* CD+G demuxer and decoderMichael Tison2009-12-171-0/+1
* ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård2009-12-021-0/+2
* Add support for hardcoding the motionpixels rgb to yuv table.Reimar Döffinger2009-11-261-0/+1
* -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho.Diego Biurrun2009-11-251-0/+2
* Add MPEG-4 Audio Lossless Coding (ALS) decoder.Thilo Borgmann2009-11-111-0/+1
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-291-4/+3
* Makefile cosmeticsMåns Rullgård2009-10-281-1/+2
* Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is setMåns Rullgård2009-10-281-1/+4
* Fix dependency: generated table is needed to create the mpegaudiodec.o file, ...Reimar Döffinger2009-10-281-1/+1
* Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger2009-10-281-1/+13
* Split synth filter out of dca.c.Michael Niedermayer2009-10-281-1/+1
* Split PAM encoder off into its own file.Diego Biurrun2009-10-281-1/+1
* Split the decoders from pnmen.c off into their own file.Diego Biurrun2009-10-281-5/+5
* The encoders in pnmenc.c now depend on the init/end functions in pnm.c.Diego Biurrun2009-10-281-5/+5
* Compile LPC code when CONFIG_LPC is set.Diego Biurrun2009-10-231-2/+3
* sin_tables.c is a generated file, so add it to CLEANFILESReimar Döffinger2009-10-201-1/+1
* Add missing dependency of the S/PDIF muxer on the AAC parser.Diego Biurrun2009-10-191-0/+1
* add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles2009-10-181-1/+1
* Fix typo that mistakenly slipped into previous commit:Onur Küçük2009-10-181-1/+1
* cosmetics: Break overly long lines.Diego Biurrun2009-10-181-73/+183