Mon, 10 Aug 2009 18:12:02 +0000 |
aurel |
matroskadec: disable h264 parser as long as it totally mess up frame type
libavformat
|
Mon, 10 Aug 2009 18:06:14 +0000 |
aurel |
matroskadec: correctly parse flags for simpleblock frames
libavformat
|
Mon, 22 Jun 2009 23:09:34 +0000 |
diego |
Add ff_ prefixes to exported symbols in libavformat/riff.h.
libavformat
|
Sat, 13 Jun 2009 22:29:38 +0000 |
aurel |
matroskadec: prepend TargetType to metadata key name
libavformat
|
Sun, 10 May 2009 14:33:40 +0000 |
banan |
Remove unused code found by CSA
libavformat
|
Sun, 01 Mar 2009 00:12:08 +0000 |
aurel |
Add some basic metadata conversion tables for matroska and asf.
libavformat
|
Thu, 19 Feb 2009 21:01:45 +0000 |
aurel |
matroskadec: return AVERROR_EOF upon detection of end of file
libavformat
|
Sun, 15 Feb 2009 16:05:37 +0000 |
aurel |
matroskadec: export language of metadata tags when available
libavformat
|
Sun, 15 Feb 2009 15:53:55 +0000 |
aurel |
matroskadec: add generic metadata support
libavformat
|
Sun, 15 Feb 2009 15:34:22 +0000 |
aurel |
matroskadec: read track and attachment uid
libavformat
|
Sun, 15 Feb 2009 15:29:09 +0000 |
aurel |
matroskadec: export track name through the metadata API
libavformat
|
Sun, 15 Feb 2009 15:25:14 +0000 |
aurel |
matroskadec: use new metadata API to export some simple information
libavformat
|
Mon, 02 Feb 2009 21:32:11 +0000 |
aurel |
cosmetics: whitespace
libavformat
|
Mon, 02 Feb 2009 20:16:00 +0000 |
reimar |
Add av_ prefix to LZO stuff and thus make it officially part of the public API.
libavformat
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavformat
|
Sun, 18 Jan 2009 17:26:24 +0000 |
aurel |
matroskadec: merge ByteIOContext declarations at upper level
libavformat
|
Sun, 18 Jan 2009 17:13:12 +0000 |
aurel |
matroskadec: parse the WAVEFORMATEX header and discard it from extradata
libavformat
|
Thu, 15 Jan 2009 00:42:57 +0000 |
aurel |
matroskadec: ensure we only consider chapters which are properly ordered
libavformat
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavformat
|
Fri, 19 Dec 2008 01:00:44 +0000 |
astrange |
Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv
libavformat
|
Sat, 15 Nov 2008 15:34:51 +0000 |
aurel |
matroskadec: fix index timestamps for some broken files
libavformat
|
Tue, 21 Oct 2008 21:40:24 +0000 |
aurel |
uses FF_ARRAY_ELEMS() where appropriate
libavformat
|
Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Thu, 02 Oct 2008 21:15:48 +0000 |
aurel |
matroskadec: cosmetics: indentation
libavformat
|
Thu, 02 Oct 2008 21:14:56 +0000 |
aurel |
matroskadec: don't merge packets which have no timestamp
libavformat
|
Sun, 28 Sep 2008 23:06:25 +0000 |
aurel |
matroskadec: merge ASS events which share the same pts in the same AVPavket
libavformat
|
Sun, 28 Sep 2008 23:01:07 +0000 |
aurel |
matroskadec: ass events lines must end with a DOS style EOL
libavformat
|
Sun, 28 Sep 2008 22:58:53 +0000 |
aurel |
matroskadec: set duration only for CODEC_ID_TEXT subtitles
libavformat
|
Sun, 28 Sep 2008 22:55:28 +0000 |
aurel |
matroskadec: pass duration as parameter of matroska_fix_ass_packet()
libavformat
|