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-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
2012-07-02snow: remove a VLA.Ronald S. Bultje
2012-07-02doc: Remind devs to check return values, especially for malloc() et alDiego Biurrun
2012-07-02MS ATC Screen (aka MSS3) decoderKostya Shishkov
2012-07-02vf_yadif: move x86 init code to x86/yadif.cMans Rullgard
2012-07-02vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard
2012-07-02roqvideo: Remove a totally unused dspcontextMartin Storsjö
2012-07-01smacker: remove some unused codeMans Rullgard
2012-07-01dsicin: remove dead assignmentMans Rullgard
2012-07-01aacdec: remove dead assignmentMans Rullgard
2012-07-01rl2: remove dead assignmentMans Rullgard
2012-07-01proresenc: make a variable local to the loop where it is usedMans Rullgard
2012-07-01alsdec: remove dead assignmentsMans Rullgard
2012-07-01opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö
2012-07-01mathematics: Don't use division by zero in NAN/INFINITY macrosRonald S. Bultje
2012-07-01wma: Lower the maximum number of channels to 2Martin Storsjö
2012-07-01x86: cpu: clean up check for cpuid instruction supportMans Rullgard
2012-07-01ARM: generate position independent code to access data symbolsMans Rullgard
2012-06-30dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section.Ronald S. Bultje
2012-06-30dnxhdenc: add space between function argument type and comment.Ronald S. Bultje
2012-06-30x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*Ronald S. Bultje
2012-06-30attributes: Add a definition of av_always_inline for MSVCRonald S. Bultje
2012-06-30cmdutils: Pass the actual chosen encoder to filter_codec_optsMartin Storsjö
2012-06-30os_support: Add fallback definitions for stat flagsRonald S. Bultje
2012-06-30os_support: Rename the poll fallback function to ff_pollMartin Storsjö
2012-06-30network: Check for struct pollfdMartin Storsjö
2012-06-30os_support: Don't compare a negative number against socket descriptorsMartin Storsjö
2012-06-30os_support: Include all the necessary headers for the win32 open functionRonald S. Bultje
2012-06-30x86: vc1: fix and enable optimised loop filterMans Rullgard
2012-06-29file: Only include unistd.h if it existsRonald S. Bultje
2012-06-29random_seed: Only read /dev/*random if we have unistd.hRonald S. Bultje
2012-06-29doc: Indicate that RTMPT is natively implemented in libavformatSamuel Pitoiset
2012-06-29rtpdec: Don't explicitly include unistd.h any longerRonald S. Bultje
2012-06-28flv: add support for G.711Damien Fetis