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
*
matroskadec: minor simplification
Aurelien Jacobs
2010-08-17
1
-1
/
+1
*
matroskadec: fix integer overflow
Aurelien Jacobs
2010-08-17
1
-0
/
+3
*
Add WebM to the Matroska demuxer name.
Alex Converse
2010-08-01
1
-2
/
+2
*
matroskadec: merge only SSA packets together
David Conrad
2010-07-02
1
-1
/
+2
*
add AV_DISPOSITION_FORCED flag and use it in matroska demuxer
Aurelien Jacobs
2010-07-02
1
-1
/
+4
*
matroskadec : propagate AVERROR to the caller
Aurelien Jacobs
2010-06-15
1
-3
/
+3
*
matroskadec: fix type of the length field in ebml_read_master()
Aurelien Jacobs
2010-06-11
1
-2
/
+2
*
matroskadec: cosmetic: indentation
Aurelien Jacobs
2010-06-11
1
-6
/
+6
*
matroskadec: add support for live broadcast containing unknown size clusters
Aurelien Jacobs
2010-06-11
1
-1
/
+5
*
matroskadec: simplify parsing of the first cluster
Aurelien Jacobs
2010-06-11
1
-10
/
+3
*
matroskadec: store the ID of the currently parsed ebml element
Aurelien Jacobs
2010-06-11
1
-3
/
+11
*
matroskadec: cosmetic: split a line to make it more readable
Aurelien Jacobs
2010-06-11
1
-1
/
+3
*
Do not attempt to seek to index for streamed files and if the user explicitly
Reimar Döffinger
2010-06-08
1
-0
/
+5
*
Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of
Reimar Döffinger
2010-06-08
1
-0
/
+1
*
matroskadec: avoid potential crash after r23169
Aurelien Jacobs
2010-05-25
1
-1
/
+1
*
matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhere
David Conrad
2010-05-23
1
-1
/
+0
*
matroskadec: Allow unknown EBML doctype
David Conrad
2010-05-22
1
-4
/
+3
*
matroskadec: Support webm doctype
James Zern
2010-05-22
1
-8
/
+21
*
matroskadec: Free ebml binary buffer on error
David Conrad
2010-05-18
1
-1
/
+3
*
matroskadec: Fix buffer overread in matroska_ebmlnum_uint
David Conrad
2010-05-18
1
-1
/
+1
*
matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the file
David Conrad
2010-05-18
1
-0
/
+2
*
matroskadec: Use av_freep in ebml_read_ascii
David Conrad
2010-05-18
1
-1
/
+1
*
set avg frame rate in mkv demuxer
Baptiste Coudurier
2010-05-17
1
-0
/
+2
*
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
Stefano Sabatini
2010-04-25
1
-8
/
+8
*
seems aac gets screwed up by the parser so disable it
Baptiste Coudurier
2010-04-20
1
-0
/
+1
*
parse stream headers for audio streams in mkv, needed for frame size
Baptiste Coudurier
2010-04-20
1
-0
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Move the internal function declarations in avformat.h to internal.h.
Stefano Sabatini
2010-04-11
1
-0
/
+1
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-4
/
+4
*
matroskadec: use more appropriate error code
Aurelien Jacobs
2010-03-15
1
-1
/
+1
*
matroskadec: add support for SIPR audio tracks
Aurelien Jacobs
2010-03-12
1
-2
/
+15
*
matroskadec: Fix a buffer overread
David Conrad
2010-03-07
1
-0
/
+6
*
matroskadec: cosmetic indentation
Aurelien Jacobs
2010-03-03
1
-1
/
+1
*
matroskadec: timestamps are dts and not pts in ms vfw compatibility mode
Joakim Plate
2010-03-03
1
-0
/
+5
*
Add a list of generic tags and change demuxers to follow it.
Anton Khirnov
2010-02-01
1
-1
/
+1
*
mkvdec: Avoid divide-by-zero crash on invalid real audio tracks
David Conrad
2010-01-11
1
-3
/
+4
*
matroskadec: cosmetics: indentation
Aurelien Jacobs
2009-10-01
1
-13
/
+13
*
matroskadec: don't overwrite extradata already read by ff_get_wav_header()
Aurelien Jacobs
2009-10-01
1
-0
/
+2
*
matroskadec: fix handling of A_MS/ACM track with no extradata
Aurelien Jacobs
2009-10-01
1
-2
/
+2
*
matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks
Aurelien Jacobs
2009-08-24
1
-0
/
+1
*
matroskadec: factorize some code
Aurelien Jacobs
2009-08-24
1
-3
/
+1
*
matroskadec: disable h264 parser as long as it totally mess up frame type
Aurelien Jacobs
2009-08-10
1
-0
/
+1
*
matroskadec: correctly parse flags for simpleblock frames
Aurelien Jacobs
2009-08-10
1
-2
/
+6
*
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-06-22
1
-4
/
+4
*
matroskadec: prepend TargetType to metadata key name
Aurelien Jacobs
2009-06-13
1
-1
/
+2
*
Remove unused code found by CSA
Benjamin Larsson
2009-05-10
1
-1
/
+0
*
Add some basic metadata conversion tables for matroska and asf.
Aurelien Jacobs
2009-03-01
1
-0
/
+1
*
matroskadec: return AVERROR_EOF upon detection of end of file
Aurelien Jacobs
2009-02-19
1
-1
/
+1
*
matroskadec: export language of metadata tags when available
Aurelien Jacobs
2009-02-15
1
-2
/
+14
[next]