Thu, 22 Oct 2009 18:43:08 +0000 |
michael |
Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.
libavformat
|
Thu, 22 Oct 2009 18:32:27 +0000 |
michael |
Support non interleaved avi files that have 0<size<sample_size.
libavformat
|
Thu, 01 Oct 2009 10:24:02 +0000 |
aurel |
Fix playback of strange AVI files with stray LIST.
libavformat
|
Wed, 09 Sep 2009 16:26:24 +0000 |
cehoyos |
Fix a bug with reading non-interleaved AVI if one the streams is
libavformat
|
Wed, 09 Sep 2009 16:25:12 +0000 |
cehoyos |
Factorise st->nb_index_entries check.
libavformat
|
Wed, 26 Aug 2009 08:38:44 +0000 |
reimar |
Check for seek failures in avi_load_index, otherwise if the index offset
libavformat
|
Tue, 25 Aug 2009 09:46:16 +0000 |
diego |
Do not read index chunks as audio/video data; closes issue 1336.
libavformat
|
Mon, 10 Aug 2009 20:53:32 +0000 |
aurel |
avidec: simplify, using av_rescale_q() instead of av_rescale()
libavformat
|
Wed, 29 Jul 2009 17:12:47 +0000 |
diego |
Remove pointless '#ifdef DEBUG' around dprintf macro.
libavformat
|
Sun, 26 Jul 2009 12:20:04 +0000 |
mru |
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
libavformat
|
Fri, 03 Jul 2009 11:27:52 +0000 |
reimar |
Check for failed extradata malloc, fixes a crash in out-of-memory conditions
libavformat
|
Fri, 03 Jul 2009 11:26:14 +0000 |
reimar |
Check size of "strf" header against size of enclosing "LIST" if there is one.
libavformat
|
Mon, 22 Jun 2009 23:09:34 +0000 |
diego |
Add ff_ prefixes to exported symbols in libavformat/riff.h.
libavformat
|
Mon, 25 May 2009 18:28:26 +0000 |
michael |
Workaround broken AVI files from DC-XZ6.
libavformat
|
Sun, 24 May 2009 22:59:25 +0000 |
bcoudurier |
move DEBUG define before include to get dprintf and change printf to dprintf
libavformat
|
Thu, 19 Mar 2009 21:57:14 +0000 |
bcoudurier |
set avi fsize to INT64_MAX if riff tag end is not set and file size is not available
libavformat
|
Sat, 21 Feb 2009 20:57:46 +0000 |
michael |
Check for alloc failures.
libavformat
|
Sat, 21 Feb 2009 20:44:39 +0000 |
michael |
Check for EOF during index reading.
libavformat
|
Sat, 21 Feb 2009 20:11:34 +0000 |
michael |
Handle chunks with the MSB in size set correctly that is unsigned.
libavformat
|
Sat, 21 Feb 2009 15:32:56 +0000 |
michael |
Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php.
libavformat
|
Thu, 19 Feb 2009 12:19:33 +0000 |
pross |
AVI demuxer: return AVERROR_EOF upon detection of end of file.
libavformat
|
Mon, 16 Feb 2009 18:52:14 +0000 |
mru |
avidec: fix error introduced in r17382
libavformat
|
Mon, 16 Feb 2009 16:33:00 +0000 |
benoit |
Add a context to av_log() calls and modify a function prototype to allow it.
libavformat
|
Mon, 02 Feb 2009 21:45:55 +0000 |
aurel |
modify the way to pass parameters to av_metadata_set()
libavformat
|
Sat, 17 Jan 2009 12:21:01 +0000 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavformat
|
Fri, 16 Jan 2009 14:03:46 +0000 |
benoit |
Make unsigned int a variable that does not need to be explicitely 32 bits.
libavformat
|
Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavformat
|
Mon, 12 Jan 2009 00:07:40 +0000 |
mru |
AVI: add bswap.h include needed on big endian
libavformat
|
Sun, 04 Jan 2009 23:31:31 +0000 |
aurel |
rename AVMetaData to AVMetadata and meta_data to metadata
libavformat
|
Sun, 04 Jan 2009 18:48:37 +0000 |
michael |
Generic metadata API.
libavformat
|