Thu, 24 Aug 2006 18:39:57 +0000 |
bcoudurier |
fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only if mono, dont rely on bits per sample which can be wrong
libavformat
|
Thu, 24 Aug 2006 09:53:53 +0000 |
bcoudurier |
move amr parameters adjusting like other codecs
libavformat
|
Thu, 24 Aug 2006 09:09:20 +0000 |
bcoudurier |
dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let decoder init them
libavformat
|
Thu, 24 Aug 2006 08:37:51 +0000 |
bcoudurier |
put dv demuxing code around ifdef
libavformat
|
Thu, 24 Aug 2006 08:32:52 +0000 |
bcoudurier |
put dv demuxing code around ifdef
libavformat
|
Thu, 24 Aug 2006 08:28:11 +0000 |
bcoudurier |
support vdva fourcc (dv + dv audio in mov)
libavformat
|
Wed, 09 Aug 2006 12:11:32 +0000 |
bcoudurier |
fourcc cleanup
libavformat
|
Wed, 09 Aug 2006 12:10:25 +0000 |
bcoudurier |
enable 'NONE' audio fourcc
libavformat
|
Thu, 03 Aug 2006 16:22:01 +0000 |
bcoudurier |
sample size is 1 if bits per sample is 8 and mono channel
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
|
Wed, 12 Jul 2006 00:09:34 +0000 |
mru |
move common stuff from avienc.c and wav.c to new file riff.c
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Mon, 10 Jul 2006 12:10:10 +0000 |
bcoudurier |
assign exact codec id, needed when stream copy
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Sat, 08 Jul 2006 23:23:47 +0000 |
bcoudurier |
simplify, use LE_32, BE_32 macros
libavformat
|
Sat, 08 Jul 2006 13:36:31 +0000 |
bcoudurier |
clean up useless code
libavformat
|
Sat, 08 Jul 2006 12:58:50 +0000 |
bcoudurier |
better handling of partial files
libavformat
|
Sat, 08 Jul 2006 12:14:41 +0000 |
bcoudurier |
new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm
libavformat
|
Fri, 07 Jul 2006 09:43:46 +0000 |
bcoudurier |
add MS ADPCM fourcc
libavformat
|
Fri, 07 Jul 2006 08:56:05 +0000 |
bcoudurier |
skip others fourcc, if present
libavformat
|
Fri, 07 Jul 2006 08:45:50 +0000 |
bcoudurier |
clean
libavformat
|
Thu, 15 Jun 2006 23:22:32 +0000 |
bcoudurier |
export all tracks to libavformat layer
libavformat
|
Tue, 13 Jun 2006 23:13:59 +0000 |
bcoudurier |
check fseek return value
libavformat
|
Tue, 13 Jun 2006 22:49:05 +0000 |
bcoudurier |
fix unused computed value
libavformat
|
Mon, 12 Jun 2006 13:09:19 +0000 |
bcoudurier |
simplify, completely ignore streams not recognized, that fixes seeking for some files
libavformat
|
Thu, 18 May 2006 15:18:25 +0000 |
bcoudurier |
fix seeking, typo provoking hard segfault
libavformat
|
Thu, 18 May 2006 15:17:09 +0000 |
bcoudurier |
fix keyframe check, stss might be there but count set to 0
libavformat
|
Sun, 14 May 2006 14:21:06 +0000 |
bcoudurier |
add quicktime uncompressed 8bit 4:2:2 support
libavformat
|
Thu, 11 May 2006 21:29:37 +0000 |
bcoudurier |
fix spliting chunks, simplify
libavformat
|