summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Altivec VP3 IDCTDavid Conrad2009-05-251-0/+6
* The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun2009-05-251-2/+5
* cosmetics: tabs->spacesRamiro Polla2009-05-251-1/+1
* mlp: Re-enable x86-optimized DSP functions.Ramiro Polla2009-05-251-0/+2
* ARM: NEON VP3 Loop FilterDavid Conrad2009-05-231-0/+4
* Revert part of r18903:Ramiro Polla2009-05-231-2/+0
* MLP DSP functions x86-optimized.Ramiro Polla2009-05-231-0/+2
* Add missing libavformat dependencies on mpeg4audio.oAlex Converse2009-05-191-0/+2
* V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier2009-05-121-0/+2
* Add 8088flex TMV video decoder.Daniel Verkamp2009-05-061-0/+1
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-301-2/+2
* Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)Michael Niedermayer2009-04-221-0/+1
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-121-1/+0
* Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun2009-04-121-1/+0
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-071-0/+1
* Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne2009-04-031-0/+2
* Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne2009-04-021-1/+1
* Add MPEG-4 / H.263 bitstream decoding through VA API.Gwenole Beauchesne2009-04-021-0/+2
* Remove aandcttab.o from dct-test dependencies, the lib includes itMåns Rullgård2009-04-011-1/+1
* Replace MPEG group reference DCT implementation by newly rewritten version.Dylan Yudaken2009-03-311-1/+1
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-291-1/+1
* Rename apiexample.c --> api-example.c to be consistent with other example files.Diego Biurrun2009-03-291-1/+1
* fft-test does not depend on fdctref.o.Diego Biurrun2009-03-251-1/+0
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-251-3/+3
* Add MPEG-2 bitstream decoding through VA API.Gwenole Beauchesne2009-03-231-0/+1
* Add pcxenc.o to the $OBJS list, it was erroneously removed from it inStefano Sabatini2009-03-221-0/+1
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-221-3/+3
* Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encodersDiego Biurrun2009-03-221-6/+10
* Add rule for building API example programs.Diego Biurrun2009-03-221-1/+2
* add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles2009-03-211-8/+8
* share sample rate and blocksize tables between the FLAC encoder and FLACJustin Ruggles2009-03-211-8/+8
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-201-0/+1
* Only build motion-test if MMX is enabled.Diego Biurrun2009-03-201-1/+2
* Split TrueHD decoder from MLPRamiro Polla2009-03-191-0/+1
* Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet2009-03-091-1/+1
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-061-0/+1
* Remove old scaler.Michael Niedermayer2009-03-031-3/+0
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-261-3/+4
* Do not reimplement ff_celp_lp_synthesis_filterf().Vitor Sessak2009-02-241-1/+1
* Fix xvmc object dependencies.Diego Biurrun2009-02-221-1/+1
* fix missing dependenciesAurelien Jacobs2009-02-191-8/+20
* The 3DNow! and SSE FFT optimizations depend on the yasm optimizations inDiego Biurrun2009-02-181-6/+4
* Handle conditional compilation of CPU-specific FFT code in the Makefile.Diego Biurrun2009-02-181-5/+6
* mpegvideo_xvmc.o depends on mpegvideo.o.Diego Biurrun2009-02-171-1/+1
* Add missing object dependencies: eatqi.o depends on mpeg12.o.Diego Biurrun2009-02-161-1/+1
* Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun2009-02-141-1/+1
* Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.Diego Biurrun2009-02-141-1/+1
* Make xvmc.h an installed header, applications like MPlayer need it.Diego Biurrun2009-02-141-1/+1
* Revert adding a _pixfmt to vdpau/xvmc header names.Diego Biurrun2009-02-141-1/+1
* cosmetics: alphabetical orderDiego Biurrun2009-02-141-3/+3
OpenPOWER on IntegriCloud