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
|