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