summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAge
* 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
* Make E-AC-3 decoder depend on the AC-3 decoder.Diego Biurrun2009-07-21
* Make VP6A/VP6F decoders depend on the VP6 decoder.Diego Biurrun2009-07-20
* Remove two more lines related to the WMV3 decoder.Diego Biurrun2009-07-19
* Make WMV3 decoders depend on their VC-1 counterparts.Diego Biurrun2009-07-19
* Add iirfilter to the TESTPROGS variable (and target)Alex Converse2009-07-16
* Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.Diego Biurrun2009-07-12
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-08
* whitespace cosmetics: Realign colums after last commit.Diego Biurrun2009-07-07
* Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of justDiego Biurrun2009-07-07
* Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun2009-07-07
* Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger2009-06-19
* Electronic Arts Madcow decoderPeter Ross2009-06-13
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
* 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1.Diego Biurrun2009-06-11
* Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun2009-06-11
* Add code to enable and disable all VAAPI and VDPAU parts.Diego Biurrun2009-06-10
* Express the H.264 parser dependency on the golomb code in configure instead ofDiego Biurrun2009-06-09
* Add missing dependencies for H.264 and VC-1 parsers.Diego Biurrun2009-06-09
* Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun2009-06-05
* AAC ADTS to AudioSpecificConfig bitstream filterAlex Converse2009-06-03
* Altivec VP3 IDCTDavid Conrad2009-05-25
* The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun2009-05-25
* cosmetics: tabs->spacesRamiro Polla2009-05-25
* mlp: Re-enable x86-optimized DSP functions.Ramiro Polla2009-05-25