Mon, 07 Aug 2006 14:19:33 +0000 |
bcoudurier |
indention
libavformat
|
Mon, 07 Aug 2006 14:18:43 +0000 |
bcoudurier |
only set fields for mov, reserved for 3gp, mp4
libavformat
|
Mon, 07 Aug 2006 14:15:05 +0000 |
bcoudurier |
sampleSize field to 16, reserved for mp4 and 3gp
libavformat
|
Mon, 07 Aug 2006 14:11:17 +0000 |
bcoudurier |
mp4, 3gp field is reserved and value is 2
libavformat
|
Mon, 07 Aug 2006 14:09:17 +0000 |
bcoudurier |
use ternary
libavformat
|
Mon, 07 Aug 2006 14:06:23 +0000 |
bcoudurier |
vbr compression id is only used in mov
libavformat
|
Sun, 06 Aug 2006 15:29:50 +0000 |
bcoudurier |
always write duration and file size, fix seeking, progress bar is now active
libavformat
|
Thu, 03 Aug 2006 16:22:01 +0000 |
bcoudurier |
sample size is 1 if bits per sample is 8 and mono channel
libavformat
|
Thu, 03 Aug 2006 15:33:48 +0000 |
bcoudurier |
revert r5909, dont use non constant static variable, breaks multithreaded apps
libavformat
|
Thu, 03 Aug 2006 12:31:15 +0000 |
bcoudurier |
parse SONY hidden MPEG-4 extradata, fix C0023S01.mxf
libavformat
|
Thu, 03 Aug 2006 12:08:06 +0000 |
bcoudurier |
skip run-in sequence before reading header
libavformat
|
Thu, 03 Aug 2006 11:59:38 +0000 |
bcoudurier |
again, disable DEBUG
libavformat
|
Thu, 03 Aug 2006 11:57:28 +0000 |
bcoudurier |
10l, check container_ul existence
libavformat
|
Thu, 03 Aug 2006 11:28:08 +0000 |
bcoudurier |
remove duplicate code
libavformat
|
Thu, 03 Aug 2006 11:21:54 +0000 |
bcoudurier |
attempt to demux clip wrapped content
libavformat
|
Thu, 03 Aug 2006 09:14:56 +0000 |
bcoudurier |
add codec detection based on essence container ul
libavformat
|
Wed, 02 Aug 2006 15:02:42 +0000 |
bcoudurier |
resolve strong refs in parse_structural_metadata since objects may not be ordered, use object oriented approach
libavformat
|
Wed, 02 Aug 2006 10:37:10 +0000 |
bcoudurier |
remove unneeded audio fourcc as well
libavformat
|
Wed, 02 Aug 2006 09:59:10 +0000 |
reimar |
Minor resync optimization
libavformat
|
Wed, 02 Aug 2006 09:48:05 +0000 |
lucabe |
Do not set the codec's pixel format in the format's write_header()
libavformat
|
Wed, 02 Aug 2006 08:45:10 +0000 |
bcoudurier |
do not set unneeded fourcc
libavformat
|
Tue, 01 Aug 2006 22:30:15 +0000 |
bcoudurier |
fix ending null entry in table
libavformat
|
Tue, 01 Aug 2006 17:00:27 +0000 |
bcoudurier |
more codecs uls
libavformat
|
Tue, 01 Aug 2006 14:58:15 +0000 |
bcoudurier |
move common code from mov.c and movenc.c to isom.c
libavformat
|
Tue, 01 Aug 2006 13:43:24 +0000 |
bcoudurier |
add some useful debug info
libavformat
|
Tue, 01 Aug 2006 10:19:25 +0000 |
reimar |
Support for seeking, both with and without index and correct timestamps
libavformat
|
Tue, 01 Aug 2006 10:00:12 +0000 |
bcoudurier |
negative to_pad won't provoke infinite loop
libavformat
|
Tue, 01 Aug 2006 09:56:27 +0000 |
bcoudurier |
avoid reading beyond packet size
libavformat
|