summaryrefslogtreecommitdiffstats
path: root/libavformat/tiertexseq.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove inaccurate computation of pts for audio packets and rely onGregory Montoir2008-07-061-1/+1
| | | | | | | libavformat to generate them. patch by Gregory Montoir, cyx users sourceforge net Originally committed as revision 14085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove != 0Michael Niedermayer2008-05-281-7/+7
| | | | Originally committed as revision 13503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do a little more checking.Michael Niedermayer2008-05-281-1/+1
| | | | Originally committed as revision 13502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read from after the table, fixes CID108 RUN2.Michael Niedermayer2008-05-281-1/+1
| | | | Originally committed as revision 13501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-2/+2
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-3/+3
| | | | Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-4/+4
| | | | Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missdetected a broken mp3Michael Niedermayer2007-01-021-1/+4
| | | | Originally committed as revision 7404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid crashing when trying to parse invalid files, patch by Andreas Oman, ↵Andreas Öman2006-10-211-2/+7
| | | | | | andreas at olebyn dot nu Originally committed as revision 6752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix probe, patch by Andreas Oman, andreas at olebyn dot nuAndreas Öman2006-10-211-1/+1
| | | | Originally committed as revision 6751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir ↵Baptiste Coudurier2006-10-121-0/+305
%cyx A users P sourceforge P net% Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud