Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-24dsputil: Separate h264 qpelMans Rullgard
2013-01-21wmv2: move IDCT to its own DSP context.Ronald S. Bultje
2013-01-20Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje
2013-01-14libvpx: make vp8 and vp9 selectableLuca Barbato
2013-01-14build: Remove stray Makefile entry for non-existent VCR1 encoderDiego Biurrun
2013-01-13vdpau: Add VC-1 decoding via hwaccel infrastructureRémi Denis-Courmont
2013-01-13vdpau: Add H.264 decoding via hwaccel infrastructureRémi Denis-Courmont
2013-01-13vdpau: Add MPEG-4 decoding via hwaccel infrastructureRémi Denis-Courmont
2013-01-13vdpau: Add MPEG-1/2 decoding via hwaccel infrastructureRémi Denis-Courmont
2013-01-06Drop Snow codecDiego Biurrun
2012-12-23huffyuv: split encoder and decoder into separate files.Anton Khirnov
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-08tak: demuxer, parser, and decoderPaul B Mahol
2012-12-06alacenc: add support for multi-channel encodingJustin Ruggles
2012-11-29build: The FLAC encoder also depends on the flacdsp codeDiego Biurrun
2012-11-20avcodec: split avpicture from imgconvertLuca Barbato
2012-11-14Drop broken and unused CABAC test program.Diego Biurrun
2012-10-30avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö
2012-10-23Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com...Anton Khirnov
2012-10-20ffv1: split decoder and encoderLuca Barbato
2012-10-20avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibilityMartin Storsjö
2012-10-19build: Drop OBJS declaration for non-existing PCM_DVD encoderDiego Biurrun
2012-10-12avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-09lavc: split asv12 encoder/decoderAnton Khirnov
2012-10-04build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIODiego Biurrun
2012-10-01Opus encoder using libopusNathan Caldwell
2012-09-28Opus decoder using libopusNicolas George
2012-09-09rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset
2012-09-03build: avcodec: order cosmeticsDiego Biurrun
2012-09-03Delete motion-test tool; it is of doubtful utility.Diego Biurrun
2012-08-31MSS2 decoderAlberto Delmás
2012-08-27build: Restore dependency of acelp_filters.o on celp_math.oDiego Biurrun
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-08-27celp_math: Move ff_cos() to the only place it is usedDiego Biurrun
2012-08-27mss1: move code that will be reused by MSS2 decoder into separate fileKostya Shishkov
2012-08-26cavs: convert cavsdata.h to a .c fileMans Rullgard
2012-08-24libavcodec: drop bogus dependencies from mpc[78] and qdm2Mans Rullgard
2012-08-24mpegaudio: move ff_mpa_enwindow to a separate fileMans Rullgard
2012-08-24svq1/svq3: Move common code out of SVQ1 decoder-specific fileDiego Biurrun
2012-08-22build: Make the E-AC-3 encoder select the AC-3 encoderDiego Biurrun
2012-08-20build: amrwb: Drop redundant lsp dependency declarationDiego Biurrun
2012-08-20lavc: add Ut Video encoderJan Ekström
2012-08-17utvideo: Rename utvideo.c to utvideodec.cJan Ekström
2012-08-16build: Factor out rangecoder dependencies to CONFIG_RANGECODERDiego Biurrun
2012-08-16build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCEDiego Biurrun
2012-08-14vda: Merge implementation into one fileSebastien Zwickert
2012-08-14build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENCDiego Biurrun
2012-08-11lavc: add codec descriptors.Anton Khirnov