summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAge
* 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
* ARM: NEON VP3 Loop FilterDavid Conrad2009-05-23
* Revert part of r18903:Ramiro Polla2009-05-23
* MLP DSP functions x86-optimized.Ramiro Polla2009-05-23
* Add missing libavformat dependencies on mpeg4audio.oAlex Converse2009-05-19
* V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier2009-05-12
* Add 8088flex TMV video decoder.Daniel Verkamp2009-05-06
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-30
* Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)Michael Niedermayer2009-04-22
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-12
* Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun2009-04-12
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-07
* Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne2009-04-03
* Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne2009-04-02
* Add MPEG-4 / H.263 bitstream decoding through VA API.Gwenole Beauchesne2009-04-02
* Remove aandcttab.o from dct-test dependencies, the lib includes itMåns Rullgård2009-04-01
* Replace MPEG group reference DCT implementation by newly rewritten version.Dylan Yudaken2009-03-31
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-29
* Rename apiexample.c --> api-example.c to be consistent with other example files.Diego Biurrun2009-03-29
* fft-test does not depend on fdctref.o.Diego Biurrun2009-03-25
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-25