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