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-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05amr demuxer: do not set AVCodecContext.frame_size.Justin Ruggles
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-21amr: Set the AVFMT_GENERIC_INDEX flagMartin Storsjö
2011-03-21amr: Set the pkt->pos field properly to the start of the packetMartin Storsjö
2011-03-21amr: Set the codec->bit_rate field based on the last packetMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-02-26lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov
2011-02-25lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov
2011-02-22avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-09-03Set frame_size in the amr demuxerMartin Storsjö
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-09-03Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-07kill uninitialised variable warning in amr_read_packet()Måns Rullgård
2007-06-27remove empty write trailer functionsVitor Sessak
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2006-10-11unused #defineMichael Niedermayer
2006-10-11remove dummy amr_read_close()Michael Niedermayer
2006-10-11more factoriztaion and a FIXME noteMichael Niedermayer
2006-10-11factorze another 2 linesMichael Niedermayer
2006-10-11set duration and timebase (based on a patch by Simon Morlat simon.morlat linp...Michael Niedermayer