Tue, 05 Aug 2008 00:40:46 +0000 |
aurel |
matroskadec: invert a test
libavformat
|
Tue, 05 Aug 2008 00:40:43 +0000 |
aurel |
matroskadec: cosmetics: indentation of matroska_execute_seekhead()
libavformat
|
Tue, 05 Aug 2008 00:40:40 +0000 |
aurel |
matroskadec: remove useless dummy_level variable
libavformat
|
Tue, 05 Aug 2008 00:40:36 +0000 |
aurel |
matroskadec: use generic parser to parse seekhead
libavformat
|
Tue, 05 Aug 2008 00:40:33 +0000 |
aurel |
matroskadec: declare var where it's used
libavformat
|
Tue, 05 Aug 2008 00:40:31 +0000 |
aurel |
matroskadec: use generic parser to parse tracks
libavformat
|
Tue, 05 Aug 2008 00:40:27 +0000 |
aurel |
matroskadec: use generic parser to parse info
libavformat
|
Tue, 05 Aug 2008 00:40:24 +0000 |
aurel |
matroskadec: use generic parser to parse attachments
libavformat
|
Tue, 05 Aug 2008 00:40:21 +0000 |
aurel |
matroskadec: use generic parser to parse chapters
libavformat
|
Tue, 05 Aug 2008 00:40:18 +0000 |
aurel |
matroskadec: use generic parser to parse tags
libavformat
|
Tue, 05 Aug 2008 00:40:15 +0000 |
aurel |
matroskadec: use generic parser to parse index
libavformat
|
Tue, 05 Aug 2008 00:40:12 +0000 |
aurel |
matroskadec: return pointer instead of index in matroska_find_track_by_num()
libavformat
|
Tue, 05 Aug 2008 00:40:09 +0000 |
aurel |
matroskadec: create new AVStream earlier
libavformat
|
Tue, 05 Aug 2008 00:40:06 +0000 |
aurel |
matroskadec: store an AVStream pointer instead of a stream index
libavformat
|
Tue, 05 Aug 2008 00:40:02 +0000 |
aurel |
matroskadec: use generic ebml parser to parse ebml header
libavformat
|
Tue, 05 Aug 2008 00:40:00 +0000 |
aurel |
matroskadec: add an ebml generic parser
libavformat
|
Tue, 05 Aug 2008 00:39:55 +0000 |
aurel |
matroskadec: remove unused is_bframe flag
libavformat
|
Tue, 05 Aug 2008 00:39:53 +0000 |
aurel |
matroskadec: simplify flag default
libavformat
|
Tue, 05 Aug 2008 00:39:50 +0000 |
aurel |
matroskadec: remove storage of various unused flags
libavformat
|
Tue, 05 Aug 2008 00:39:47 +0000 |
aurel |
matroskadec: use more robust av_strlcpy() instead of strcpy()
libavformat
|
Mon, 04 Aug 2008 07:35:07 +0000 |
pross |
Add D-Cinema audio muxer
libavformat
|
Sun, 03 Aug 2008 21:24:30 +0000 |
bcoudurier |
fix if/else case
libavformat
|
Sun, 03 Aug 2008 18:37:35 +0000 |
bcoudurier |
full lpcm support in mov audio stsd v2
libavformat
|
Sun, 03 Aug 2008 16:42:32 +0000 |
jbr |
cosmetics: make all references to AC-3 capitalized and hyphenated
libavformat
|
Sun, 03 Aug 2008 16:41:52 +0000 |
jbr |
remove a comment which is no longer true
libavformat
|
Sat, 02 Aug 2008 03:45:23 +0000 |
bcoudurier |
support big endian lpcm with audio stsd v2
libavformat
|
Sat, 02 Aug 2008 03:43:36 +0000 |
bcoudurier |
keep original codec/fourcc endianness, fix XDCAMHD.mov
libavformat
|
Sat, 02 Aug 2008 03:40:13 +0000 |
bcoudurier |
more complete audio stsd v2
libavformat
|
Sat, 02 Aug 2008 03:35:43 +0000 |
bcoudurier |
move version specific parsing code before codec specific code, will be needed
libavformat
|
Fri, 01 Aug 2008 23:12:10 +0000 |
michael |
Recommit r14497
libavformat
|
Fri, 01 Aug 2008 22:29:29 +0000 |
michael |
Revert r14497
libavformat
|
Fri, 01 Aug 2008 16:29:26 +0000 |
diego |
Add missing header #includes.
libavformat
|
Thu, 31 Jul 2008 19:44:42 +0000 |
bcoudurier |
downgrade mov negative ctts log message to warning, patch by Art Clarke, aclarke at vlideshow dot com
libavformat
|
Thu, 31 Jul 2008 19:40:06 +0000 |
bcoudurier |
Only reset buffer state if seeking is successful; update seek reg ref.
libavformat
|
Thu, 31 Jul 2008 18:12:37 +0000 |
bcoudurier |
check url_fseek return value
libavformat
|
Thu, 31 Jul 2008 18:02:55 +0000 |
bcoudurier |
check url_fseek return value, update seek reg tests
libavformat
|
Thu, 31 Jul 2008 02:26:40 +0000 |
bcoudurier |
skip flv video info / command frame packets, fix issue #546
libavformat
|
Wed, 30 Jul 2008 21:07:54 +0000 |
bcoudurier |
change assert test due to the new reducing of time_base in av_set_pts_info, fix #561
libavformat
|
Wed, 30 Jul 2008 07:41:32 +0000 |
pross |
EA Demuxer: make rev2 flag optional
libavformat
|
Wed, 30 Jul 2008 01:55:59 +0000 |
bcoudurier |
add a bunch of new xdcam hd422 fourccs
libavformat
|
Wed, 30 Jul 2008 01:41:12 +0000 |
bcoudurier |
more hdv fourccs
libavformat
|
Wed, 30 Jul 2008 01:39:20 +0000 |
bcoudurier |
update hdv fourcc descriptions
libavformat
|
Tue, 29 Jul 2008 10:45:53 +0000 |
stefano |
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid
libavformat
|
Sun, 27 Jul 2008 23:06:22 +0000 |
michael |
Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.
libavformat
|
Sun, 27 Jul 2008 20:59:40 +0000 |
stefano |
Improve long names for FFM muxer and demuxer:
libavformat
|
Sun, 27 Jul 2008 15:12:00 +0000 |
aurel |
matroska: add support for A_QUICKTIME/QDM2 codec
libavformat
|
Sun, 27 Jul 2008 15:11:04 +0000 |
aurel |
matroska: add support for V_QUICKTIME track type
libavformat
|
Sat, 26 Jul 2008 18:54:26 +0000 |
michael |
Detect IDR less H.264 correctly.
libavformat
|
Sat, 26 Jul 2008 07:09:44 +0000 |
pross |
Support 32-bit floating point audio samples in Sun AU demuxer
libavformat
|
Fri, 25 Jul 2008 04:10:32 +0000 |
reimar |
Fix handling of old nuv files where an aspect of 1 actually means 4/3
libavformat
|
Thu, 24 Jul 2008 18:40:43 +0000 |
reimar |
aspect stored in nuv files must be converted from display- to sample-aspect.
libavformat
|
Thu, 24 Jul 2008 17:09:28 +0000 |
diego |
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
libavformat
|
Thu, 24 Jul 2008 07:55:11 +0000 |
benoit |
Use tkhd matrix for proper display in mov.
libavformat
|
Wed, 23 Jul 2008 17:06:40 +0000 |
kostya |
SMPTE 421M Annex L (aka .rcv) muxer
libavformat
|
Sat, 19 Jul 2008 03:29:16 +0000 |
bcoudurier |
add ogv extension
libavformat
|
Sat, 19 Jul 2008 03:27:24 +0000 |
bcoudurier |
cosmetics, remove space
libavformat
|