summaryrefslogtreecommitdiffstats
path: root/libavformat/tta.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
OpenPOWER on IntegriCloud