aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-161-2/+4
* Add support for hardcoded ff_sin_* tables.Reimar Döffinger2009-10-151-1/+5
* Use hardcoded instead of runtime-calculated ff_cos_* tables ifReimar Döffinger2009-10-141-1/+10
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-131-0/+1
* ARM: ARMv6 optimised add_pixels_clamped()Måns Rullgård2009-10-061-0/+1
* ARM: clean up file/function naming conventionsMåns Rullgård2009-10-041-5/+5
* ARM: clean up dsputil initialisationMåns Rullgård2009-10-041-2/+4
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-221-0/+1
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-151-0/+2
* ARM: NEON optimised FFT and MDCTMåns Rullgård2009-09-101-0/+4
* Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c.Benjamin Larsson2009-09-081-1/+1
* add missing wmapro decoder partsSascha Sommer2009-09-021-0/+1
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-261-0/+1
* Add Bluray Subtitle SupportStephen Backway2009-08-251-0/+1
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-231-0/+5
* TwinVQ decoderVitor Sessak2009-08-231-0/+1
* Make WMV2 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-061-1/+1
* Make MPEG-4 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-061-1/+0
* Make WMV1 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-061-1/+0
* Make FLV encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-051-1/+0
* Make H.263+ (H263P) encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-051-1/+0
* Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on theDiego Biurrun2009-08-051-3/+3
* Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure.Diego Biurrun2009-08-051-2/+2
* Split RV10 encoder off into its own file.Diego Biurrun2009-08-031-1/+1
* Split RV20 encoder into its own file.Diego Biurrun2009-08-031-1/+1
* Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan2009-08-031-1/+1
* Make XVMC mpegvideo decoder depend on mpegvideo decoder.Diego Biurrun2009-08-021-1/+1
* Remove unnecessary mpeg12data.o entries from OBJS- variables.Diego Biurrun2009-07-261-15/+15
* Remove duplicated mpeg12data.o entries.Diego Biurrun2009-07-261-2/+2
* fix various compilation dependenciesAurelien Jacobs2009-07-241-4/+4
* refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun2009-07-231-1/+2
* Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.Diego Biurrun2009-07-221-2/+3
* Make Theora decoder depend on the VP3 decoder.Diego Biurrun2009-07-221-4/+1
* Make E-AC-3 decoder depend on the AC-3 decoder.Diego Biurrun2009-07-211-1/+0
* Make VP6A/VP6F decoders depend on the VP6 decoder.Diego Biurrun2009-07-201-8/+0
* Remove two more lines related to the WMV3 decoder.Diego Biurrun2009-07-191-2/+0
* Make WMV3 decoders depend on their VC-1 counterparts.Diego Biurrun2009-07-191-2/+0
* Add iirfilter to the TESTPROGS variable (and target)Alex Converse2009-07-161-1/+1
* Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.Diego Biurrun2009-07-121-10/+5
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-081-0/+1
* whitespace cosmetics: Realign colums after last commit.Diego Biurrun2009-07-071-4/+4
* Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of justDiego Biurrun2009-07-071-12/+16
* Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun2009-07-071-2/+0
* Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger2009-06-191-0/+1
* Electronic Arts Madcow decoderPeter Ross2009-06-131-0/+1
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-121-0/+1
* 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1.Diego Biurrun2009-06-111-3/+3
* Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun2009-06-111-3/+3
* Add code to enable and disable all VAAPI and VDPAU parts.Diego Biurrun2009-06-101-10/+12
* Express the H.264 parser dependency on the golomb code in configure instead ofDiego Biurrun2009-06-091-1/+1