summaryrefslogtreecommitdiff
path: root/libavformat/tta.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* tta demuxer: set packet durationJustin Ruggles2012-03-031-4/+12
* tta: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-1/+2
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* tta: Fix returned error code at EOFMichael Niedermayer2012-01-071-1/+1
* tta: fix off be 1 error in the end detection.Michael Niedermayer2012-01-071-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* tta: check for extradata allocation failure in tta demuxerJustin Ruggles2011-10-251-0/+4
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+7
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-3/+3
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-3/+3
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-3/+3
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-8/+8
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger2010-10-061-8/+0
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-111-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* 10l : make sure probe buffer is large enough.Jai Menon2009-12-171-0/+3
* Parse ID3v[12] metadata from TTA files.Jai Menon2009-12-161-3/+14
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-1/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-15/+15
* Set dts in tta demuxerDavid Conrad2007-08-111-3/+5
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Support for seeking in TTA files.David Conrad2007-04-251-0/+15
* Change from using a seek table internal to the TTA demuxer to using the stand...David Conrad2007-04-221-37/+21
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* cosmetics: Fix indentation.Diego Biurrun2007-03-311-1/+1
* argh, who commited this trashMichael Niedermayer2007-03-301-5/+3
* 10^10l to the idiot who designed this format and didnt even realize what numb...Michael Niedermayer2007-03-301-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there...Aurelien Jacobs2006-08-281-1/+0
* Fix FSF postal address.Diego Biurrun2006-07-261-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-6/+0
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* sanity checks some might have been exploitableMichael Niedermayer2006-05-131-0/+19
* 10l, allocate bitbuffer with regard to the padding sizeAlex Beregszaszi2006-02-131-1/+1
* tta demuxer, also usable for moving tta audio data into an other containerAlex Beregszaszi2006-02-121-0/+138