summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAge
* build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIODiego Biurrun2012-10-04
* Opus encoder using libopusNathan Caldwell2012-10-01
* Opus decoder using libopusNicolas George2012-09-28
* rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset2012-09-09
* build: avcodec: order cosmeticsDiego Biurrun2012-09-03
* Delete motion-test tool; it is of doubtful utility.Diego Biurrun2012-09-03
* MSS2 decoderAlberto Delmás2012-08-31
* build: Restore dependency of acelp_filters.o on celp_math.oDiego Biurrun2012-08-27
* celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-27
* celp_math: Move ff_cos() to the only place it is usedDiego Biurrun2012-08-27
* mss1: move code that will be reused by MSS2 decoder into separate fileKostya Shishkov2012-08-27
* cavs: convert cavsdata.h to a .c fileMans Rullgard2012-08-26
* libavcodec: drop bogus dependencies from mpc[78] and qdm2Mans Rullgard2012-08-24
* mpegaudio: move ff_mpa_enwindow to a separate fileMans Rullgard2012-08-24
* svq1/svq3: Move common code out of SVQ1 decoder-specific fileDiego Biurrun2012-08-24
* build: Make the E-AC-3 encoder select the AC-3 encoderDiego Biurrun2012-08-22
* build: amrwb: Drop redundant lsp dependency declarationDiego Biurrun2012-08-20
* lavc: add Ut Video encoderJan Ekström2012-08-20
* utvideo: Rename utvideo.c to utvideodec.cJan Ekström2012-08-17
* build: Factor out rangecoder dependencies to CONFIG_RANGECODERDiego Biurrun2012-08-16
* build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCEDiego Biurrun2012-08-16
* vda: Merge implementation into one fileSebastien Zwickert2012-08-14
* build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENCDiego Biurrun2012-08-14
* lavc: add codec descriptors.Anton Khirnov2012-08-11
* lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov2012-08-10
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-09
* build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEOMans Rullgard2012-08-09
* lavc: add AV prefix to codec ids.Anton Khirnov2012-08-07
* dct-test: always link with aandcttab.oMans Rullgard2012-08-02
* Canopus Lossless decoderDerek Buitenhuis2012-08-01
* dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun2012-08-01
* dca: Rename dca.c ---> dcadec.cDiego Biurrun2012-08-01
* build: Rename aandct component to more descriptive aandcttablesDiego Biurrun2012-07-26
* G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-22
* build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard2012-07-18
* libopenjpeg: introduce encoding supportMichael Bradshaw2012-07-17
* libopenjpeg: rename decoder source file.Michael Bradshaw2012-07-17
* MS Expression Encoder Screen decoderKostya Shishkov2012-07-13
* build: Fix Ogg demuxer dependenciesDiego Biurrun2012-07-12
* build: Fix FLAC demuxer dependenciesDiego Biurrun2012-07-12
* flac: Move flac functions shared between libraries to flac common codeDiego Biurrun2012-07-12
* build: Fix CAF demuxer dependenciesDiego Biurrun2012-07-12
* build: Fix MP2 muxer dependenciesDiego Biurrun2012-07-12
* build: Add missing build rules for the ISMV muxerDiego Biurrun2012-07-12
* Support AAC encoding via the external library fdk-aacMartin Storsjö2012-07-12
* TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-11
* mss3: split DSP functions that are used in MTS2(MSS4) into separate fileKostya Shishkov2012-07-09
* flacdec: split off channel decorrelation as flacdspMans Rullgard2012-07-04
* MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-02
* MS Screen 1 decoderKostya Shishkov2012-06-20