index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
matroskadec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add support for Matroska subtitle tracks
Aurelien Jacobs
2007-07-11
1
-4
/
+2
*
duration must not be scaled
Aurelien Jacobs
2007-07-09
1
-1
/
+0
*
properly set AVStream.language according to Matroska track header
Aurelien Jacobs
2007-07-09
1
-4
/
+10
*
cosmetics: indentation after last commit
Aurelien Jacobs
2007-06-24
1
-3
/
+3
*
drop blocks which are part of unsupported tracks
Aurelien Jacobs
2007-06-24
1
-1
/
+5
*
simplify
Aurelien Jacobs
2007-06-23
1
-4
/
+2
*
use intreadwrite functions in matroskadec
Aurelien Jacobs
2007-06-23
1
-11
/
+6
*
Fix @file in matroskadec.c, it was still matroska.c
Reimar Döffinger
2007-06-20
1
-1
/
+1
*
cosmetics: use one type per field in every structs
Aurelien Jacobs
2007-06-04
1
-22
/
+24
*
cosmetics: indentation
Aurelien Jacobs
2007-06-04
1
-15
/
+15
*
add support for real audio in matroska
Aurelien Jacobs
2007-06-04
1
-0
/
+85
*
fix an infinite loop in case one cluster is not enough to demux a packet
Aurelien Jacobs
2007-06-04
1
-1
/
+2
*
split some common code from the mkv demuxer that will be useful to the muxer
David Conrad
2007-06-04
1
-0
/
+2642