summaryrefslogtreecommitdiff
path: root/libavformat/tiertexseq.c
Commit message (Collapse)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
| | | | | | | | | | | bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove inaccurate computation of pts for audio packets and rely onGregory Montoir2008-07-06
| | | | | | | 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-03
| | | | | | | 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-28
| | | | Originally committed as revision 13503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do a little more checking.Michael Niedermayer2008-05-28
| | | | 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-28
| | | | Originally committed as revision 13501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | 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-19
| | | | Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
| | | | | | 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-02
| | | | 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-21
| | | | | | 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-21
| | | | 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-12
%cyx A users P sourceforge P net% Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk