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-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-04-16segafilm: make the loop condition in film_read_packet() match the contents.Michael Niedermayer
2012-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04segafilm: use the sample rate as the time base for audio streamsJustin Ruggles
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-25segafilm: fail earlier in case theres not enough bytestream left for aMichael Niedermayer
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-27adx: add an ADX parser.Justin Ruggles
2011-11-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-18segafilm: add support for raw videosMatthew Hoops
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-10-07segafilm: Check for memory allocation failures in segafilm demuxer.Laurent Aimar
2011-10-07segafilm: Fix potential division by 0 on corrupted streams in the demuxerLaurent Aimar
2011-10-07Fixed segfault on corrupted sega streams in the demuxer.Laurent Aimar
2011-09-12segafilm: Fix potential division by 0 on corrupted segafilm streams in the de...Laurent Aimar
2011-09-12segafilm: Check for memory allocation failures in segafilm demuxer.Laurent Aimar
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-09segafilm: add support for videos with cri adx adpcmMatthew Hoops
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* 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-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-14The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-02-20Fix ;;Michael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris