Sun, 16 Dec 2007 18:51:00 +0000 |
bcoudurier |
useless 0L here
libavformat
|
Sun, 16 Dec 2007 18:46:57 +0000 |
bcoudurier |
remove now useless fields
libavformat
|
Sun, 16 Dec 2007 18:45:48 +0000 |
bcoudurier |
do not retain useless pointers to avstream priv_data, use it directly
libavformat
|
Sun, 16 Dec 2007 18:30:45 +0000 |
bcoudurier |
remove duplicate field
libavformat
|
Sun, 16 Dec 2007 18:26:34 +0000 |
bcoudurier |
cosmetics: func -> parse, remove useless parenthesis
libavformat
|
Sun, 16 Dec 2007 18:24:32 +0000 |
bcoudurier |
remove useless declaration
libavformat
|
Sun, 16 Dec 2007 18:20:27 +0000 |
bcoudurier |
save pointer to parse table, it is unlikely to change
libavformat
|
Sun, 16 Dec 2007 18:10:52 +0000 |
bcoudurier |
remove useless seek
libavformat
|
Sun, 16 Dec 2007 18:10:18 +0000 |
bcoudurier |
cosmetics
libavformat
|
Sun, 16 Dec 2007 18:08:06 +0000 |
bcoudurier |
support streamed mov/mp4
libavformat
|
Sat, 15 Dec 2007 19:08:42 +0000 |
bcoudurier |
choose next sample by sample position
libavformat
|
Wed, 05 Dec 2007 04:32:45 +0000 |
melanson |
adjust indentation on latest patch
libavformat
|
Wed, 05 Dec 2007 04:30:33 +0000 |
melanson |
Check sanity in the palette loading operation. The addresses a potential security risk in
libavformat
|
Mon, 03 Dec 2007 22:26:07 +0000 |
bcoudurier |
return error if malloc failed, found by takis, fix issue 286
libavformat
|
Mon, 03 Dec 2007 22:22:50 +0000 |
bcoudurier |
check mov_read_default return value where appropriate, patch by takis, fix issue 285
libavformat
|
Sun, 02 Dec 2007 23:27:01 +0000 |
reimar |
Make ff_qt_default_palette_* arrays "static const"
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Sat, 10 Nov 2007 12:05:30 +0000 |
diego |
comment typo
libavformat
|
Tue, 23 Oct 2007 22:28:57 +0000 |
bcoudurier |
use FFMIN
libavformat
|
Mon, 22 Oct 2007 14:36:14 +0000 |
bcoudurier |
fix issue 225, instead of stoping when wrong atom size is found,
libavformat
|
Mon, 08 Oct 2007 13:06:48 +0000 |
bcoudurier |
append extradata atoms when parsing, fix OLOCOONS_O3.mov
libavformat
|
Wed, 12 Sep 2007 10:18:01 +0000 |
bcoudurier |
stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV
libavformat
|
Sat, 04 Aug 2007 12:33:34 +0000 |
bcoudurier |
set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov
libavformat
|
Sat, 04 Aug 2007 00:22:28 +0000 |
michael |
detect MS wav codecs
libavformat
|
Tue, 31 Jul 2007 15:20:36 +0000 |
benoit |
fill title, author, copyright and comment fields by parsing udta atom
libavformat
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavformat
|
Sat, 12 May 2007 22:17:40 +0000 |
bcoudurier |
simplify, no need for a function
libavformat
|
Sat, 12 May 2007 22:02:27 +0000 |
bcoudurier |
fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti
libavformat
|
Thu, 26 Apr 2007 11:46:04 +0000 |
bcoudurier |
remove no more true comment
libavformat
|
Thu, 26 Apr 2007 11:36:05 +0000 |
bcoudurier |
cosmectics, use consistant and homogeneous type names for atoms
libavformat
|