summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAge
* 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
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-23
* TwinVQ decoderVitor Sessak2009-08-23
* Make WMV2 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
* Make MPEG-4 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
* Make WMV1 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
* Make FLV encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-05
* Make H.263+ (H263P) encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-05
* Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on theDiego Biurrun2009-08-05
* Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure.Diego Biurrun2009-08-05
* Split RV10 encoder off into its own file.Diego Biurrun2009-08-03
* Split RV20 encoder into its own file.Diego Biurrun2009-08-03
* Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan2009-08-03
* Make XVMC mpegvideo decoder depend on mpegvideo decoder.Diego Biurrun2009-08-02
* Remove unnecessary mpeg12data.o entries from OBJS- variables.Diego Biurrun2009-07-26
* Remove duplicated mpeg12data.o entries.Diego Biurrun2009-07-26
* fix various compilation dependenciesAurelien Jacobs2009-07-24
* refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun2009-07-23
* Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.Diego Biurrun2009-07-22
* Make Theora decoder depend on the VP3 decoder.Diego Biurrun2009-07-22