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: 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
*
matroskadec: add generic metadata support
Aurelien Jacobs
2009-02-15
1
-36
/
+69
*
matroskadec: read track and attachment uid
Aurelien Jacobs
2009-02-15
1
-2
/
+4
*
matroskadec: export track name through the metadata API
Aurelien Jacobs
2009-02-15
1
-1
/
+3
*
matroskadec: use new metadata API to export some simple information
Aurelien Jacobs
2009-02-15
1
-5
/
+8
*
cosmetics: whitespace
Aurelien Jacobs
2009-02-02
1
-2
/
+1
*
Add av_ prefix to LZO stuff and thus make it officially part of the public API.
Reimar Döffinger
2009-02-02
1
-3
/
+3
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
matroskadec: merge ByteIOContext declarations at upper level
Aurelien Jacobs
2009-01-18
1
-4
/
+1
*
matroskadec: parse the WAVEFORMATEX header and discard it from extradata
Aurelien Jacobs
2009-01-18
1
-2
/
+7
*
matroskadec: ensure we only consider chapters which are properly ordered
Aurelien Jacobs
2009-01-15
1
-1
/
+5
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-6
/
+6
*
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2009-01-11
1
-0
/
+1
*
Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv
Alexander Strange
2008-12-19
1
-1
/
+2
*
matroskadec: fix index timestamps for some broken files
Aurelien Jacobs
2008-11-15
1
-1
/
+8
*
uses FF_ARRAY_ELEMS() where appropriate
Aurelien Jacobs
2008-10-21
1
-5
/
+3
[prev]
[next]