summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Separate h264 qpelMans Rullgard2013-01-241-0/+1
* wmv2: move IDCT to its own DSP context.Ronald S. Bultje2013-01-201-2/+2
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-191-1/+1
* libvpx: make vp8 and vp9 selectableLuca Barbato2013-01-141-2/+4
* build: Remove stray Makefile entry for non-existent VCR1 encoderDiego Biurrun2013-01-141-1/+0
* vdpau: Add VC-1 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-131-0/+1
* vdpau: Add H.264 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-131-0/+1
* vdpau: Add MPEG-4 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-131-0/+2
* vdpau: Add MPEG-1/2 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-131-0/+2
* Drop Snow codecDiego Biurrun2013-01-061-4/+0
* huffyuv: split encoder and decoder into separate files.Anton Khirnov2012-12-231-4/+4
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-0/+1
* tak: demuxer, parser, and decoderPaul B Mahol2012-12-071-0/+3
* alacenc: add support for multi-channel encodingJustin Ruggles2012-12-051-2/+2
* build: The FLAC encoder also depends on the flacdsp codeDiego Biurrun2012-11-291-1/+1
* avcodec: split avpicture from imgconvertLuca Barbato2012-11-201-0/+1
* Drop broken and unused CABAC test program.Diego Biurrun2012-11-141-2/+1
* avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö2012-10-291-0/+2
* Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com...Anton Khirnov2012-10-231-1/+0
* ffv1: split decoder and encoderLuca Barbato2012-10-201-2/+2
* avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibilityMartin Storsjö2012-10-201-0/+1
* build: Drop OBJS declaration for non-existing PCM_DVD encoderDiego Biurrun2012-10-191-1/+0
* avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-121-0/+1
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-111-6/+1
* lavc: split asv12 encoder/decoderAnton Khirnov2012-10-091-4/+4
* build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIODiego Biurrun2012-10-041-22/+12
* Opus encoder using libopusNathan Caldwell2012-10-011-1/+4
* Opus decoder using libopusNicolas George2012-09-281-0/+1
* rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset2012-09-091-0/+1
* build: avcodec: order cosmeticsDiego Biurrun2012-09-031-2/+2
* Delete motion-test tool; it is of doubtful utility.Diego Biurrun2012-09-031-1/+0
* MSS2 decoderAlberto Delmás2012-08-311-0/+1
* build: Restore dependency of acelp_filters.o on celp_math.oDiego Biurrun2012-08-271-3/+3
* celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-271-6/+6
* celp_math: Move ff_cos() to the only place it is usedDiego Biurrun2012-08-271-2/+2
* mss1: move code that will be reused by MSS2 decoder into separate fileKostya Shishkov2012-08-271-1/+1
* cavs: convert cavsdata.h to a .c fileMans Rullgard2012-08-261-1/+1
* libavcodec: drop bogus dependencies from mpc[78] and qdm2Mans Rullgard2012-08-241-9/+3
* mpegaudio: move ff_mpa_enwindow to a separate fileMans Rullgard2012-08-241-1/+2
* svq1/svq3: Move common code out of SVQ1 decoder-specific fileDiego Biurrun2012-08-241-4/+3
* build: Make the E-AC-3 encoder select the AC-3 encoderDiego Biurrun2012-08-221-2/+1
* build: amrwb: Drop redundant lsp dependency declarationDiego Biurrun2012-08-201-1/+1
* lavc: add Ut Video encoderJan Ekström2012-08-201-1/+2
* utvideo: Rename utvideo.c to utvideodec.cJan Ekström2012-08-171-1/+1
* build: Factor out rangecoder dependencies to CONFIG_RANGECODERDiego Biurrun2012-08-161-4/+5
* build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCEDiego Biurrun2012-08-161-35/+20
* vda: Merge implementation into one fileSebastien Zwickert2012-08-141-2/+1
* build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENCDiego Biurrun2012-08-141-30/+14
* lavc: add codec descriptors.Anton Khirnov2012-08-111-0/+1
* lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov2012-08-101-0/+1
OpenPOWER on IntegriCloud