summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAge
* 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
* Add MPEG-2 bitstream decoding through VA API.Gwenole Beauchesne2009-03-23
* Add pcxenc.o to the $OBJS list, it was erroneously removed from it inStefano Sabatini2009-03-22
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
* Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encodersDiego Biurrun2009-03-22
* Add rule for building API example programs.Diego Biurrun2009-03-22
* add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles2009-03-21
* share sample rate and blocksize tables between the FLAC encoder and FLACJustin Ruggles2009-03-21
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-20
* Only build motion-test if MMX is enabled.Diego Biurrun2009-03-20
* Split TrueHD decoder from MLPRamiro Polla2009-03-19
* Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet2009-03-09
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-06
* Remove old scaler.Michael Niedermayer2009-03-03
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-26
* Do not reimplement ff_celp_lp_synthesis_filterf().Vitor Sessak2009-02-24
* Fix xvmc object dependencies.Diego Biurrun2009-02-22
* fix missing dependenciesAurelien Jacobs2009-02-19
* The 3DNow! and SSE FFT optimizations depend on the yasm optimizations inDiego Biurrun2009-02-18
* Handle conditional compilation of CPU-specific FFT code in the Makefile.Diego Biurrun2009-02-18
* mpegvideo_xvmc.o depends on mpegvideo.o.Diego Biurrun2009-02-17
* Add missing object dependencies: eatqi.o depends on mpeg12.o.Diego Biurrun2009-02-16
* Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun2009-02-14
* Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.Diego Biurrun2009-02-14
* Make xvmc.h an installed header, applications like MPlayer need it.Diego Biurrun2009-02-14
* Revert adding a _pixfmt to vdpau/xvmc header names.Diego Biurrun2009-02-14
* cosmetics: alphabetical orderDiego Biurrun2009-02-14
* add SSE2 version of vp6_filter_diagZuxy Meng2009-02-13
* add MMX version of vp6_filter_diagSebastien Lucas2009-02-12
* Fix compilation, there is no file vdpauvideo.c, only vdpau.cReimar Döffinger2009-02-12
* 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.Diego Biurrun2009-02-12
* Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fitDiego Biurrun2009-02-11
* move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs2009-02-09
* Use libopenjpeg for jpeg2k decoding.Jai Menon2009-02-06
* Electronic Arts TQI decoderPeter Ross2009-02-05
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-30
* rename flac.c to flacdec.cJustin Ruggles2009-01-23
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-20