aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/tiertexseq.c
Commit message (Expand)AuthorAgeFilesLines
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-3/+3
* Remove inaccurate computation of pts for audio packets and rely onGregory Montoir2008-07-061-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* remove != 0Michael Niedermayer2008-05-281-7/+7
* Do a little more checking.Michael Niedermayer2008-05-281-1/+1
* Do not read from after the table, fixes CID108 RUN2.Michael Niedermayer2008-05-281-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-2/+2
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-3/+3
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-4/+4
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
* missdetected a broken mp3Michael Niedermayer2007-01-021-1/+4
* avoid crashing when trying to parse invalid files, patch by Andreas Oman, and...Andreas Öman2006-10-211-2/+7
* fix probe, patch by Andreas Oman, andreas at olebyn dot nuAndreas Öman2006-10-211-1/+1
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c...Baptiste Coudurier2006-10-121-0/+305