summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAge
* Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.Diego Biurrun2009-12-29
* The MLP decoder depends on the MLP parser.Diego Biurrun2009-12-29
* Enable the TrueHD decoder when the MLP decoder is enabled.Diego Biurrun2009-12-29
* Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.Diego Biurrun2009-12-29
* Declare AAC parser dependencies in configure.Diego Biurrun2009-12-29
* The S/P-DIF muxer depends on mpeg4audio.o.Diego Biurrun2009-12-29
* Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.Diego Biurrun2009-12-29
* Add H.264 bitstream decoding through VAAPI.Gwenole Beauchesne2009-12-29
* vc1_parser.o does not depend on h263dec.o and intrax8.o.Diego Biurrun2009-12-29
* Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure.Diego Biurrun2009-12-28
* Declare dependencies for H.263 family decoders in configure.Diego Biurrun2009-12-28
* Declare the dependency of the H.263 decoder on the H.263 parser in configure.Diego Biurrun2009-12-28
* Auravision Aura 2 decoderKostya Shishkov2009-12-23
* Add Auravision Aura decoding supportKostya Shishkov2009-12-23
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-17
* CD+G demuxer and decoderMichael Tison2009-12-17
* ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård2009-12-02
* Add support for hardcoding the motionpixels rgb to yuv table.Reimar Döffinger2009-11-26
* -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho.Diego Biurrun2009-11-25
* Add MPEG-4 Audio Lossless Coding (ALS) decoder.Thilo Borgmann2009-11-11
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-29
* Makefile cosmeticsMåns Rullgård2009-10-28
* Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is setMåns Rullgård2009-10-28
* Fix dependency: generated table is needed to create the mpegaudiodec.o file, ...Reimar Döffinger2009-10-28
* Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger2009-10-28
* Split synth filter out of dca.c.Michael Niedermayer2009-10-28
* Split PAM encoder off into its own file.Diego Biurrun2009-10-28
* Split the decoders from pnmen.c off into their own file.Diego Biurrun2009-10-28
* The encoders in pnmenc.c now depend on the init/end functions in pnm.c.Diego Biurrun2009-10-28
* Compile LPC code when CONFIG_LPC is set.Diego Biurrun2009-10-23
* sin_tables.c is a generated file, so add it to CLEANFILESReimar Döffinger2009-10-20
* Add missing dependency of the S/PDIF muxer on the AAC parser.Diego Biurrun2009-10-19
* add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles2009-10-18
* Fix typo that mistakenly slipped into previous commit:Onur Küçük2009-10-18
* cosmetics: Break overly long lines.Diego Biurrun2009-10-18
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-17
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-16
* Add support for hardcoded ff_sin_* tables.Reimar Döffinger2009-10-15
* Use hardcoded instead of runtime-calculated ff_cos_* tables ifReimar Döffinger2009-10-14
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-13
* ARM: ARMv6 optimised add_pixels_clamped()Måns Rullgård2009-10-06
* ARM: clean up file/function naming conventionsMåns Rullgård2009-10-04
* ARM: clean up dsputil initialisationMåns Rullgård2009-10-04
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-22
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-15
* ARM: NEON optimised FFT and MDCTMåns Rullgård2009-09-10
* Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c.Benjamin Larsson2009-09-08
* add missing wmapro decoder partsSascha Sommer2009-09-02
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-26
* Add Bluray Subtitle SupportStephen Backway2009-08-25