summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vp8: loopfilter >=sse2 functions need aligned stack on x86-32.Martin Storsjö2012-07-041-0/+6
* amr: remove shift out of the AMR_BIT() macro.Ronald S. Bultje2012-07-043-3/+3
* dsputilenc: group yasm and inline asm function pointer assignment.Ronald S. Bultje2012-07-041-1/+1
* mov: use forward declaration of a function instead of a table.Ronald S. Bultje2012-07-041-74/+74
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-047-15/+29
* configure: simplify get_version()Diego Biurrun2012-07-041-10/+10
* Create version.h headers for libraries that lack themDiego Biurrun2012-07-0410-94/+190
* gitignore: Use full path instead of relative path to specify patternsDiego Biurrun2012-07-041-35/+35
* mpegvideo: remove VLAsRonald S. Bultje2012-07-044-3/+19
* Add XTEA encryption support in libavutilSamuel Pitoiset2012-07-046-1/+235
* Add Blowfish encryption support in libavutilSamuel Pitoiset2012-07-046-2/+652
* eval: Add the isinf() function and tests for itMartin Storsjö2012-07-044-2/+23
* flacdec: move lpc filter to flacdspMans Rullgard2012-07-043-33/+49
* flacdec: split off channel decorrelation as flacdspMans Rullgard2012-07-045-43/+179
* avplay: Add an option for not limiting the input buffer sizeMartin Storsjö2012-07-041-2/+5
* FATE: add a test for WMA cover art.Anton Khirnov2012-07-041-0/+4
* FATE: add a test for apetag cover artAnton Khirnov2012-07-041-0/+8
* FATE: add a test for itunes cover art.Anton Khirnov2012-07-042-0/+8
* flacdec: factor out code setting avctx->sample_fmtMans Rullgard2012-07-041-13/+15
* flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard2012-07-043-15/+9
* flacdec: allocate sample buffers with av_mallocMans Rullgard2012-07-041-2/+1
* flacdec: remove curr_bps from FLACContextMans Rullgard2012-07-041-17/+18
* fate: add flac encode/decode tests with various optionsMans Rullgard2012-07-042-0/+20
* flacenc: add option for forcing stereo decorrelation modeMans Rullgard2012-07-041-1/+11
* ismindex: Verify that all bitrate variants matchMartin Storsjö2012-07-031-4/+26
* ismindex: Properly report errors reading the MFRA atomMartin Storsjö2012-07-031-4/+11
* cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun2012-07-033-3/+3
* anm: fix a few Doxygen commentsDiego Biurrun2012-07-031-2/+3
* misc typo and wording fixesDiego Biurrun2012-07-039-12/+12
* attributes: add av_noreturnReinhard Tartler2012-07-032-1/+7
* attributes: drop pointless define guardsReinhard Tartler2012-07-031-22/+0
* configure: do not disable av_always_inline with --enable-smallMans Rullgard2012-07-031-9/+0
* flvdec: initial stream switch supportLuca Barbato2012-07-031-4/+91
* avplay: fix write on freed memory for rawvideoLuca Barbato2012-07-031-2/+4
* snow: remove a VLA used for edge emulationRonald S. Bultje2012-07-033-1/+6
* x86: lavfi: fix gradfun/yadif build with mmx/sse disabledMans Rullgard2012-07-032-6/+18
* snow: remove the runs[] VLA.Ronald S. Bultje2012-07-033-1/+4
* snow: Check mallocs at initMartin Storsjö2012-07-033-10/+23
* flacdec: remove redundant setting of avctx->sample_fmtMans Rullgard2012-07-021-2/+0
* asfdec: read attached pictures.Anton Khirnov2012-07-021-0/+99
* apetag: reindentAnton Khirnov2012-07-021-9/+9
* apetag: export attached covers as video streams.Anton Khirnov2012-07-021-1/+24
* apetag: fix the amount of data read from binary tags.Anton Khirnov2012-07-021-1/+6
* apetag: make sure avio_get_str() doesn't read more than it should.Anton Khirnov2012-07-021-1/+1
* mov: read itunes cover art.Anton Khirnov2012-07-021-0/+50
* snow: remove VLA in mc_block()Mans Rullgard2012-07-021-16/+25
* intfloat: Don't use designated initializers in the public headersRonald S. Bultje2012-07-021-4/+8
* snow: remove a VLA.Ronald S. Bultje2012-07-021-20/+21
* doc: Remind devs to check return values, especially for malloc() et alDiego Biurrun2012-07-021-0/+4
* MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-028-1/+975
OpenPOWER on IntegriCloud