summaryrefslogtreecommitdiff
path: root/libavformat/tta.c
Commit message (Expand)AuthorAge
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* tta: Fix framepos and start_offset typesVittorio Giovara2015-02-03
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* tta demuxer: set packet durationJustin Ruggles2012-03-03
* tta: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* tta: Fix returned error code at EOFMichael Niedermayer2012-01-07
* tta: fix off be 1 error in the end detection.Michael Niedermayer2012-01-07
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* tta: check for extradata allocation failure in tta demuxerJustin Ruggles2011-10-25
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger2010-10-06
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-11
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* 10l : make sure probe buffer is large enough.Jai Menon2009-12-17
* Parse ID3v[12] metadata from TTA files.Jai Menon2009-12-16
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Set dts in tta demuxerDavid Conrad2007-08-11
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Support for seeking in TTA files.David Conrad2007-04-25
* Change from using a seek table internal to the TTA demuxer to using the stand...David Conrad2007-04-22
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* cosmetics: Fix indentation.Diego Biurrun2007-03-31
* argh, who commited this trashMichael Niedermayer2007-03-30
* 10^10l to the idiot who designed this format and didnt even realize what numb...Michael Niedermayer2007-03-30
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there...Aurelien Jacobs2006-08-28
* Fix FSF postal address.Diego Biurrun2006-07-26
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10