summaryrefslogtreecommitdiff
path: root/libavformat/tta.c
Commit message (Collapse)AuthorAge
* Support for seeking in TTA files.David Conrad2007-04-25
| | | | Originally committed as revision 8820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change from using a seek table internal to the TTA demuxer to using the ↵David Conrad2007-04-22
| | | | | | standard lavf index. Originally committed as revision 8780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation.Diego Biurrun2007-03-31
| | | | Originally committed as revision 8565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* argh, who commited this trashMichael Niedermayer2007-03-30
| | | | | | start must be 0 ... Originally committed as revision 8563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10^10l to the idiot who designed this format and didnt even realize what ↵Michael Niedermayer2007-03-30
| | | | | | number he used Originally committed as revision 8562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as ↵Aurelien Jacobs2006-08-28
| | | | | | there was a typo in the define Originally committed as revision 6119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix FSF postal address.Diego Biurrun2006-07-26
| | | | Originally committed as revision 5829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks some might have been exploitableMichael Niedermayer2006-05-13
| | | | Originally committed as revision 5370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, allocate bitbuffer with regard to the padding sizeAlex Beregszaszi2006-02-13
| | | | Originally committed as revision 5014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tta demuxer, also usable for moving tta audio data into an other containerAlex Beregszaszi2006-02-12
Originally committed as revision 4997 to svn://svn.ffmpeg.org/ffmpeg/trunk