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-06-094xm: fix division by zero caused by bps<8Michael Niedermayer
2012-03-19Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2012-03-184xmdemux: prevent use of uninitialized memoryLaurent Aimar
2011-10-02Fix use of uninitialized memory in 4X Technologies demuxer.Laurent Aimar
2011-10-014xm: Replace av_realloc by av_realloc_f when relevant.Nicolas George
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02Remove unused variablesMans Rullgard
2011-05-30Fix various unused variable warningsClément Bœsch
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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-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ò
2011-01-16Check 4xm headers for validity. This should avoid 1/0.Michael Niedermayer
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-28Fix remotely exploitable arbitrary code execution vulnerability.Michael Niedermayer
2009-01-28Prefer av_freep() over av_free() for variables in the context for safety.Michael Niedermayer
2009-01-28Add {} between if/elseMichael Niedermayer
2009-01-28Export all tracks (each is a different language) instead of just one.Michael Niedermayer
2009-01-28remove pointless {}Michael Niedermayer
2009-01-28Move current_track variable closer to where it is used.Michael Niedermayer
2009-01-28Fix memleak of fourxm->tracks on error return.Michael Niedermayer
2009-01-28vertical alignMichael Niedermayer
2009-01-28Fix memleak of header in error returns.Michael Niedermayer
2009-01-28better header_size checkMichael Niedermayer
2009-01-27size < 4 is invalidMichael Niedermayer
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2009-01-12cosmetics: indentationDiego Biurrun
2009-01-12Fix illegal identifier starting with an underscore.Diego Biurrun
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
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-08-28Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni
2007-08-13export 4xm video versionMichael Niedermayer
2007-08-12pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)Michael Niedermayer
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-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer