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
2012-07-04lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard
2012-07-04graph2dot: fix printf format specifierDiego Biurrun
2012-07-04swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32.Martin Storsjö
2012-07-04vp8: loopfilter >=sse2 functions need aligned stack on x86-32.Martin Storsjö
2012-07-04amr: remove shift out of the AMR_BIT() macro.Ronald S. Bultje
2012-07-04dsputilenc: group yasm and inline asm function pointer assignment.Ronald S. Bultje
2012-07-04mov: use forward declaration of a function instead of a table.Ronald S. Bultje
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-04configure: simplify get_version()Diego Biurrun
2012-07-04Create version.h headers for libraries that lack themDiego Biurrun
2012-07-04gitignore: Use full path instead of relative path to specify patternsDiego Biurrun
2012-07-04mpegvideo: remove VLAsRonald S. Bultje
2012-07-04Add XTEA encryption support in libavutilSamuel Pitoiset
2012-07-04Add Blowfish encryption support in libavutilSamuel Pitoiset
2012-07-04eval: Add the isinf() function and tests for itMartin Storsjö
2012-07-04flacdec: move lpc filter to flacdspMans Rullgard
2012-07-04flacdec: split off channel decorrelation as flacdspMans Rullgard
2012-07-04avplay: Add an option for not limiting the input buffer sizeMartin Storsjö
2012-07-04FATE: add a test for WMA cover art.Anton Khirnov
2012-07-04FATE: add a test for apetag cover artAnton Khirnov
2012-07-04FATE: add a test for itunes cover art.Anton Khirnov
2012-07-04flacdec: factor out code setting avctx->sample_fmtMans Rullgard
2012-07-04flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard
2012-07-04flacdec: allocate sample buffers with av_mallocMans Rullgard
2012-07-04flacdec: remove curr_bps from FLACContextMans Rullgard
2012-07-04fate: add flac encode/decode tests with various optionsMans Rullgard
2012-07-04flacenc: add option for forcing stereo decorrelation modeMans Rullgard
2012-07-03ismindex: Verify that all bitrate variants matchMartin Storsjö
2012-07-03ismindex: Properly report errors reading the MFRA atomMartin Storsjö
2012-07-03cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun
2012-07-03anm: fix a few Doxygen commentsDiego Biurrun
2012-07-03misc typo and wording fixesDiego Biurrun
2012-07-03attributes: add av_noreturnReinhard Tartler
2012-07-03attributes: drop pointless define guardsReinhard Tartler
2012-07-03configure: do not disable av_always_inline with --enable-smallMans Rullgard
2012-07-03flvdec: initial stream switch supportLuca Barbato
2012-07-03avplay: fix write on freed memory for rawvideoLuca Barbato
2012-07-03snow: remove a VLA used for edge emulationRonald S. Bultje
2012-07-03x86: lavfi: fix gradfun/yadif build with mmx/sse disabledMans Rullgard
2012-07-03snow: remove the runs[] VLA.Ronald S. Bultje
2012-07-03snow: Check mallocs at initMartin Storsjö
2012-07-03flacdec: remove redundant setting of avctx->sample_fmtMans Rullgard
2012-07-02asfdec: read attached pictures.Anton Khirnov
2012-07-02apetag: reindentAnton Khirnov
2012-07-02apetag: export attached covers as video streams.Anton Khirnov
2012-07-02apetag: fix the amount of data read from binary tags.Anton Khirnov
2012-07-02apetag: make sure avio_get_str() doesn't read more than it should.Anton Khirnov
2012-07-02mov: read itunes cover art.Anton Khirnov
2012-07-02snow: remove VLA in mc_block()Mans Rullgard
2012-07-02intfloat: Don't use designated initializers in the public headersRonald S. Bultje