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-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-03-04tta demuxer: set packet durationJustin Ruggles
2012-02-11tta: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-07tta: Fix returned error code at EOFMichael Niedermayer
2012-01-07tta: fix off be 1 error in the end detection.Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-25tta: check for extradata allocation failure in tta demuxerJustin Ruggles
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-10-07Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger
2010-06-11Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-12-1710l : make sure probe buffer is large enough.Jai Menon
2009-12-16Parse ID3v[12] metadata from TTA files.Jai Menon
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
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-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-08-12Set dts in tta demuxerDavid Conrad
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-04-26Support for seeking in TTA files.David Conrad
2007-04-22Change from using a seek table internal to the TTA demuxer to using the stand...David Conrad
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-03-31cosmetics: Fix indentation.Diego Biurrun
2007-03-31argh, who commited this trashMichael Niedermayer
2007-03-3110^10l to the idiot who designed this format and didnt even realize what numb...Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-28ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there...Aurelien Jacobs
2006-07-26Fix FSF postal address.Diego Biurrun
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-05-13sanity checks some might have been exploitableMichael Niedermayer
2006-02-1310l, allocate bitbuffer with regard to the padding sizeAlex Beregszaszi
2006-02-12tta demuxer, also usable for moving tta audio data into an other containerAlex Beregszaszi