Sat, 10 Jul 2010 22:12:30 +0000 |
mru |
Add av_ prefix to bswap macros
libavformat
|
Wed, 21 Apr 2010 13:00:48 +0000 |
vitor |
Fix MTV decoding on big-endian systems
libavformat
|
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
|
Tue, 02 Mar 2010 21:32:56 +0000 |
vitor |
Plug memory leak for truncated files
libavformat
|
Thu, 05 Nov 2009 02:04:21 +0000 |
reynaldo |
Corrects two typos
libavformat
|
Thu, 05 Nov 2009 01:59:07 +0000 |
reynaldo |
Decrement probe score at unsuported bpp
libavformat
|
Mon, 19 Oct 2009 01:42:05 +0000 |
reynaldo |
Fix wrong comparison in r20304
libavformat
|
Sun, 18 Oct 2009 23:56:00 +0000 |
reynaldo |
If missing, calculate width or height from bpp and
libavformat
|
Sun, 18 Oct 2009 18:02:12 +0000 |
reynaldo |
Smarten mtv's probe a bit. Check for non zero
libavformat
|
Tue, 25 Aug 2009 07:47:34 +0000 |
reimar |
Mark video from .mtv files correctly as upside-down.
libavformat
|
Sun, 26 Jul 2009 12:20:04 +0000 |
mru |
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
libavformat
|
Sun, 03 May 2009 09:32:40 +0000 |
banan |
Remove dead assignments found by CSA
libavformat
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavformat
|
Sun, 07 Dec 2008 01:53:31 +0000 |
reynaldo |
COSMETICS
libavformat
|
Tue, 18 Nov 2008 03:49:33 +0000 |
reynaldo |
Trivial, Cosmetics
libavformat
|
Mon, 08 Sep 2008 14:24:59 +0000 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavformat
|
Sat, 28 Jun 2008 09:01:16 +0000 |
reimar |
Change mtv_read_packet so it does not break after seeking (displaying a shifted image).
libavformat
|
Sat, 28 Jun 2008 08:59:02 +0000 |
reimar |
Fix pkt->pos to really point at start of packet for mtv audio packets.
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, 15 Apr 2007 13:51:57 +0000 |
aurel |
add an enum for need_parsing
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 14:09:20 +0000 |
diego |
typos/grammar
libavformat
|
Fri, 03 Nov 2006 20:13:42 +0000 |
reynaldo |
now we set codec_tag, still have to figure out how to handle flipping
libavformat
|
Thu, 12 Oct 2006 01:04:32 +0000 |
reynaldo |
new mtv demuxer
libavformat
|