summaryrefslogtreecommitdiff
path: root/libavformat/tta.c
Commit message (Expand)AuthorAge
* 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
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* sanity checks some might have been exploitableMichael Niedermayer2006-05-13
* 10l, allocate bitbuffer with regard to the padding sizeAlex Beregszaszi2006-02-13
* tta demuxer, also usable for moving tta audio data into an other containerAlex Beregszaszi2006-02-12