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-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-17lavf: deprecate AVFormatContext.file_sizeAnton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-08-31move pcm demuxers to their own fileAurelien Jacobs
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-12-13Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer
2009-12-01decode qcelp in aiff, implement #1524, patch by VitorVitor Sessak
2009-10-15Rename aiff.c to aiffdec.cJustin Ruggles