Wed, 27 Aug 2008 19:58:55 +0000 |
aurel |
matroskadec: cosmetics: indentation
libavformat
|
Wed, 27 Aug 2008 19:57:42 +0000 |
aurel |
matroskadec: seek to the last position known in the index before resorting to
libavformat
|
Tue, 26 Aug 2008 20:32:27 +0000 |
aurel |
matroskadec: index timestamps are supposed to be in the timebase of the stream
libavformat
|
Mon, 25 Aug 2008 00:17:31 +0000 |
aurel |
matroskadec: unset matroska->done when seeking
libavformat
|
Mon, 25 Aug 2008 00:15:49 +0000 |
aurel |
matroskadec: full seeking support in index-less files
libavformat
|
Mon, 25 Aug 2008 00:09:08 +0000 |
aurel |
matroskadec: on the fly index construction for index-less files
libavformat
|
Sun, 24 Aug 2008 23:57:29 +0000 |
aurel |
matroskadec: don't try to seek to negative timestamp
libavformat
|
Sun, 24 Aug 2008 23:54:14 +0000 |
aurel |
matroskadec: move setting of matroska->done inside matroska_parse_cluster()
libavformat
|
Sun, 24 Aug 2008 17:19:46 +0000 |
reimar |
Mark "matroska" probe data string constant.
libavformat
|
Sun, 24 Aug 2008 13:12:41 +0000 |
aurel |
matroskadec: make aac_profiles array const
libavformat
|
Sat, 23 Aug 2008 23:43:20 +0000 |
aurel |
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
libavformat
|
Wed, 20 Aug 2008 23:08:07 +0000 |
aurel |
matroskadec: fail cleanly when the required compression lib is not compiled in
libavformat
|
Wed, 20 Aug 2008 22:30:15 +0000 |
aurel |
matroskadec: stop parsing when skipping en element crossing over the end of file
libavformat
|
Wed, 20 Aug 2008 00:49:45 +0000 |
aurel |
matroska: add support for most variants of PCM
libavformat
|
Wed, 20 Aug 2008 00:44:25 +0000 |
aurel |
matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way
libavformat
|
Wed, 13 Aug 2008 21:15:15 +0000 |
aurel |
matroskadec: list some more ebml IDs found in the wild and that we ignore
libavformat
|
Wed, 13 Aug 2008 09:36:45 +0000 |
aurel |
matroskadec: parse available blocks even when cluster parsing failed
libavformat
|
Fri, 08 Aug 2008 23:50:38 +0000 |
aurel |
matroskadec: add basic tags support (metadata)
libavformat
|
Wed, 06 Aug 2008 00:21:10 +0000 |
aurel |
matroskadec: use av_freep(&x) instead of av_free(x);x=NULL
libavformat
|
Wed, 06 Aug 2008 00:17:47 +0000 |
aurel |
matroskadec: replace matroska_queue_packet with a single call to dynarray_add
libavformat
|
Tue, 05 Aug 2008 08:28:57 +0000 |
diego |
misc spelling/grammar fixes
libavformat
|
Tue, 05 Aug 2008 00:43:01 +0000 |
aurel |
matroskadec: remove useless num_streams
libavformat
|
Tue, 05 Aug 2008 00:42:58 +0000 |
aurel |
matroskadec: expand useless ebml_read_element_id() wrapper
libavformat
|
Tue, 05 Aug 2008 00:42:55 +0000 |
aurel |
matroskadec: simplify matroska_ebmlnum_sint()
libavformat
|
Tue, 05 Aug 2008 00:42:52 +0000 |
aurel |
matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num()
libavformat
|
Tue, 05 Aug 2008 00:42:49 +0000 |
aurel |
matroska: expand useless define for MS compat codec id strings
libavformat
|
Tue, 05 Aug 2008 00:42:43 +0000 |
aurel |
matroskadec: update copyright year and related comments
libavformat
|
Tue, 05 Aug 2008 00:42:39 +0000 |
aurel |
matroskadec: reorder some functions in a more logical order
libavformat
|
Tue, 05 Aug 2008 00:42:36 +0000 |
aurel |
matroskadec: remove now useless wrapper ebml_read_element_length()
libavformat
|
Tue, 05 Aug 2008 00:42:33 +0000 |
aurel |
matroskadec: remove now useless wrapper ebml_read_seek()
libavformat
|