Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavformat
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavformat
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavformat
|
Mon, 08 Sep 2008 14:24:59 +0000 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Tue, 06 May 2008 09:16:36 +0000 |
diego |
Remove unnecessary parentheses from return calls.
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Thu, 19 Jul 2007 15:21:30 +0000 |
takis |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
libavformat
|
Sun, 08 Jul 2007 13:42:42 +0000 |
mru |
bethsoftvid: use correct type for size passed to av_fast_realloc()
libavformat
|
Sun, 08 Apr 2007 11:34:15 +0000 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
Sat, 07 Apr 2007 23:32:55 +0000 |
michael |
s/rle_num_bytes/code/
libavformat
|
Sat, 07 Apr 2007 23:26:11 +0000 |
michael |
simplify
libavformat
|
Sat, 07 Apr 2007 23:24:31 +0000 |
michael |
conform to spec
libavformat
|
Sat, 07 Apr 2007 23:10:22 +0000 |
michael |
use shorter names for the block type enum
libavformat
|
Sat, 07 Apr 2007 22:57:04 +0000 |
michael |
code claims to use 32bit timestamp, lets make it also use that
libavformat
|
Sat, 07 Apr 2007 22:55:15 +0000 |
michael |
remove redundant comments
libavformat
|
Sat, 07 Apr 2007 22:51:05 +0000 |
michael |
remove inappropriate debuging av_log() alternatively they could be changed to dprintf()
libavformat
|
Sat, 07 Apr 2007 22:47:55 +0000 |
michael |
memleak (seems ive missed that under the obfuscated indention)
libavformat
|
Sat, 07 Apr 2007 22:41:45 +0000 |
michael |
sane indention (no more 3 statements on one line...)
libavformat
|
Sat, 07 Apr 2007 20:51:58 +0000 |
diego |
Bethsoft VID demuxer and video decoder
libavformat
|