summaryrefslogtreecommitdiff
path: root/libavformat/bethsoftvid.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
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16556 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
* 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
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
| | | | Originally committed as revision 13069 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
* bethsoftvid: use correct type for size passed to av_fast_realloc()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/rle_num_bytes/code/Michael Niedermayer2007-04-07
| | | | | | shorter and correcter (its not the number of anything) Originally committed as revision 8673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* conform to specMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use shorter names for the block type enumMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* code claims to use 32bit timestamp, lets make it also use thatMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant commentsMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove inappropriate debuging av_log() alternatively they could be changed ↵Michael Niedermayer2007-04-07
| | | | | | to dprintf() Originally committed as revision 8660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak (seems ive missed that under the obfuscated indention)Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sane indention (no more 3 statements on one line...)Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bethsoft VID demuxer and video decoderNicholas Tung2007-04-07
patch by Nicholas Tung, ntung ntung com Originally committed as revision 8649 to svn://svn.ffmpeg.org/ffmpeg/trunk