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
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-06-08audiointerleave: Always initialize new_pktVittorio Giovara
2014-10-25audiointerleave: check av_new_packet return valueVittorio Giovara
2014-07-17avpacket: Check for and return errors in ff_interleave_add_packet()Nidhi Makhijani
2013-04-30avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2012-11-02audiointerleave: deobfuscate a function call.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-03-09Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger
2009-03-08Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
2009-02-18check fifo size and realloc if neededBaptiste Coudurier
2009-02-10rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier
2009-02-09Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier
2009-02-09 Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier
2009-02-08rewrite pts also, as comment saysBaptiste Coudurier
2009-02-08extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier