Mon, 01 Sep 2008 15:50:12 +0000 |
aurel |
matroska: add E-AC-3 support
libavformat
|
Wed, 20 Aug 2008 00:49:45 +0000 |
aurel |
matroska: add support for most variants of PCM
libavformat
|
Tue, 05 Aug 2008 00:42:46 +0000 |
aurel |
matroskadec: remove useless comments in ff_mkv_codec_tags
libavformat
|
Sun, 27 Jul 2008 15:12:00 +0000 |
aurel |
matroska: add support for A_QUICKTIME/QDM2 codec
libavformat
|
Sun, 27 Jan 2008 15:43:17 +0000 |
aurel |
Add support for Matroska attachments.
libavformat
|
Mon, 07 Jan 2008 00:03:19 +0000 |
aurel |
Make ff_mkv_codec_tags lie entirely in .rodata section.
libavformat
|
Sat, 29 Dec 2007 20:49:03 +0000 |
aurel |
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)
libavformat
|
Sun, 02 Dec 2007 21:52:43 +0000 |
reimar |
Make ff_mkv_codec_tags array const, it is never written.
libavformat
|
Thu, 06 Sep 2007 05:14:09 +0000 |
conrad |
Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
libavformat
|
Fri, 24 Aug 2007 00:49:46 +0000 |
conrad |
Add V_SNOW
libavformat
|
Wed, 25 Jul 2007 15:59:26 +0000 |
aurel |
use the most appropriate codec id for A_MPEG/L1 and L2
libavformat
|
Wed, 25 Jul 2007 15:58:12 +0000 |
aurel |
reorder matroska codec tags so that the encoder picks up the appropriate tag
libavformat
|
Mon, 16 Jul 2007 14:51:43 +0000 |
aurel |
add support for S_ASS and S_SSA codec string
libavformat
|
Wed, 11 Jul 2007 13:37:07 +0000 |
aurel |
add support for ASS like subtitles in Matroska
libavformat
|
Wed, 11 Jul 2007 13:13:20 +0000 |
aurel |
add support for Matroska subtitle tracks
libavformat
|
Mon, 04 Jun 2007 22:19:17 +0000 |
aurel |
add support for real audio in matroska
libavformat
|
Mon, 04 Jun 2007 22:10:54 +0000 |
aurel |
split some common code from the mkv demuxer that will be useful to the muxer
libavformat
|
Sun, 15 Apr 2007 13:51:57 +0000 |
aurel |
add an enum for need_parsing
libavformat
|
Tue, 10 Apr 2007 11:27:24 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Mon, 09 Apr 2007 17:03:20 +0000 |
aurel |
add support for seeking to a keyframe instead of a random frame
libavformat
|
Mon, 09 Apr 2007 17:00:09 +0000 |
aurel |
add an intermediate variable (prepare for next patch)
libavformat
|
Mon, 09 Apr 2007 16:48:28 +0000 |
aurel |
add support for seeking in matroska files
libavformat
|
Mon, 09 Apr 2007 16:45:43 +0000 |
aurel |
move matroska_find_track_by_num() upper in the file
libavformat
|
Mon, 09 Apr 2007 16:29:10 +0000 |
aurel |
cluster position is relative to segment_start
libavformat
|
Mon, 09 Apr 2007 16:27:00 +0000 |
aurel |
properly set streams start_time
libavformat
|
Mon, 09 Apr 2007 16:24:03 +0000 |
aurel |
remove unused context field
libavformat
|
Mon, 09 Apr 2007 16:22:18 +0000 |
aurel |
remove wrong and no more used packet reordering code
libavformat
|
Sun, 08 Apr 2007 11:34:15 +0000 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
Sun, 25 Mar 2007 01:11:00 +0000 |
aurel |
add support for V_THEORA into Matroska
libavformat
|
Thu, 15 Mar 2007 23:08:58 +0000 |
aurel |
disable pts reordering code and initialize a parser instead
libavformat
|
Tue, 13 Mar 2007 00:21:19 +0000 |
aurel |
remove outdated comment
libavformat
|
Tue, 13 Mar 2007 00:20:18 +0000 |
aurel |
remove no more needed parameters
libavformat
|
Tue, 13 Mar 2007 00:16:31 +0000 |
aurel |
set pkt->duration for laced packets too
libavformat
|
Tue, 13 Mar 2007 00:10:52 +0000 |
aurel |
calculate pts for laced packets
libavformat
|
Tue, 13 Mar 2007 00:02:55 +0000 |
aurel |
calculate default_duration for AAC tracks
libavformat
|
Tue, 13 Mar 2007 00:01:24 +0000 |
aurel |
scale duration and default_duration
libavformat
|
Mon, 12 Mar 2007 21:58:29 +0000 |
aurel |
move timecode calculation out of laces loop
libavformat
|
Sun, 11 Mar 2007 23:44:13 +0000 |
aurel |
cosmetic: indent after last commit
libavformat
|
Sun, 11 Mar 2007 23:40:57 +0000 |
aurel |
reorder pts of packets from tracks using V_MPEG* codecs
libavformat
|
Sun, 11 Mar 2007 23:19:27 +0000 |
aurel |
revert r7181
libavformat
|
Sun, 11 Mar 2007 23:05:01 +0000 |
aurel |
check if current block contains a B frame and gives this info to parse_block()
libavformat
|
Sun, 11 Mar 2007 22:54:15 +0000 |
aurel |
extract ebml_read_binary() out of matroska_parse_block()
libavformat
|
Sun, 11 Mar 2007 22:28:03 +0000 |
aurel |
reindent after last commit
libavformat
|
Sun, 11 Mar 2007 22:26:39 +0000 |
aurel |
parse clusters until some packets are queued
libavformat
|
Sun, 11 Mar 2007 22:19:02 +0000 |
aurel |
fix a stupid bug in ebml_read_sint()
libavformat
|
Sun, 11 Mar 2007 22:16:38 +0000 |
aurel |
use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()
libavformat
|
Fri, 02 Mar 2007 00:14:53 +0000 |
aurel |
don't rely on a specific appearance order for ebml elements at the same level
libavformat
|
Fri, 02 Mar 2007 00:06:03 +0000 |
aurel |
add support for simple blocks (ie. matroska v2)
libavformat
|
Thu, 01 Mar 2007 23:50:31 +0000 |
aurel |
cosmetics: fix indentation of the new matroska_parse_block() function
libavformat
|
Thu, 01 Mar 2007 23:46:14 +0000 |
aurel |
split a matroska_parse_block() function from matroska_parse_blockgroup()
libavformat
|
Thu, 01 Mar 2007 23:36:39 +0000 |
aurel |
fix an off-by-one error in probing function
libavformat
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavformat
|
Tue, 28 Nov 2006 23:41:53 +0000 |
aurel |
matroska: scale timecode according to time_scale
libavformat
|
Thu, 23 Nov 2006 22:26:05 +0000 |
aurel |
No need for special trick anymore for flac in matroska.
libavformat
|
Tue, 21 Nov 2006 23:47:21 +0000 |
aurel |
add support for FLAC in matroska
libavformat
|
Mon, 20 Nov 2006 20:16:32 +0000 |
aurel |
add support for tta in matroska
libavformat
|
Mon, 20 Nov 2006 00:33:47 +0000 |
aurel |
cosmetics: reindent after last commit
libavformat
|
Mon, 20 Nov 2006 00:31:59 +0000 |
aurel |
matroska: split real video frames so that each packet contains only one slice
libavformat
|
Mon, 20 Nov 2006 00:15:52 +0000 |
aurel |
matroska: properly handle real video extradata
libavformat
|
Mon, 20 Nov 2006 00:04:08 +0000 |
aurel |
simplify free()+set to NULL using av_freep()
libavformat
|