summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* add SSE2 version of vp6_filter_diagZuxy Meng2009-02-131-3/+3
* add MMX version of vp6_filter_diagSebastien Lucas2009-02-121-3/+6
* Fix compilation, there is no file vdpauvideo.c, only vdpau.cReimar Döffinger2009-02-121-4/+4
* 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.Diego Biurrun2009-02-121-1/+1
* Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fitDiego Biurrun2009-02-111-2/+2
* move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs2009-02-091-3/+3
* Use libopenjpeg for jpeg2k decoding.Jai Menon2009-02-061-0/+1
* Electronic Arts TQI decoderPeter Ross2009-02-051-0/+1
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-301-0/+1
* rename flac.c to flacdec.cJustin Ruggles2009-01-231-1/+1
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-201-0/+2
* Add mpeg1_vdpau decoder.Carl Eugen Hoyos2009-01-161-0/+1
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-161-0/+1
* Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer2009-01-131-0/+1
OpenPOWER on IntegriCloud