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-31lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-02rawdec: Set start_time to 0 for raw audio files.Reimar Döffinger
2011-12-11rawdec: don't set codec timebase.Anton Khirnov
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-02Create separate functions for the raw GSM demuxer.Justin Ruggles
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-14shn: do not allow seeking in the raw shn demuxer.Justin Ruggles
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-22Add LATM demuxerJanne Grunau
2011-09-17rawdec: refactor private option for raw video demuxersAnton Khirnov
2011-09-17pcmdec: use unique classes for all pcm demuxers.Anton Khirnov
2011-09-17rawdec: g722 is always 1 channel/16kHzAnton Khirnov
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-04rawdec: add framerate private option.Anton Khirnov
2011-06-03rawdec: initialize return value to 0.Anton Khirnov
2011-06-03rawdec: don't leak option strings.Anton Khirnov
2011-05-28rawdec: add a pixel_format private option.Anton Khirnov
2011-05-27rawdec: factor video demuxer definitions into a macro.Anton Khirnov
2011-05-27rawdec: add video_size private option.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov
2011-05-25rawdec: add sample_rate/channels private options.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-02-21avio: make get_partial_buffer internal.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-09-09Add a muxer and demuxer for raw G.722Martin Storsjö
2010-08-31split raw.c into rawdec.c and rawenc.cAurelien Jacobs