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
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-06tty: add framerate private option.Anton Khirnov
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-04tty: factorise returning error codes.Anton Khirnov
2011-05-27tty: add video_size private option.Anton Khirnov
2011-05-25tty: replace AVFormatParameters.sample_rate abuse with a private option.Anton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton 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-02-03tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-25tty: remove superflous #include <strings.h>Mans Rullgard
2010-09-26Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini
2010-07-27Fix doxy that refers to the wrong variable.Michael Niedermayer
2010-07-19Add doxygen @file comment blockPeter Ross
2010-07-18Tele-typewriter demuxerPeter Ross