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: 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
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-7
/
+7
*
matroskadec: cosmetics: indentation
Aurelien Jacobs
2008-10-02
1
-1
/
+1
*
matroskadec: don't merge packets which have no timestamp
Aurelien Jacobs
2008-10-02
1
-0
/
+1
*
matroskadec: merge ASS events which share the same pts in the same AVPavket
Aurelien Jacobs
2008-09-28
1
-0
/
+18
*
matroskadec: ass events lines must end with a DOS style EOL
Aurelien Jacobs
2008-09-28
1
-1
/
+1
*
matroskadec: set duration only for CODEC_ID_TEXT subtitles
Aurelien Jacobs
2008-09-28
1
-2
/
+2
*
matroskadec: pass duration as parameter of matroska_fix_ass_packet()
Aurelien Jacobs
2008-09-28
1
-3
/
+3
*
matroskadec: simplify, first_timecode is already in the index
Aurelien Jacobs
2008-09-12
1
-16
/
+5
*
matroskadec: prevent seeking before the first keyframe of the reference stream
Aurelien Jacobs
2008-09-11
1
-3
/
+14
*
matroskadec: demux relevant subtitle packets after a seek
Aurelien Jacobs
2008-09-09
1
-3
/
+17
*
matroskadec: ensure that overlapping subtitles are not added to the index
Aurelien Jacobs
2008-09-09
1
-0
/
+5
*
matroskadec: after seeking, skip up to the desired timestamp instead of
Aurelien Jacobs
2008-09-09
1
-3
/
+3
*
matroskadec: move timecode calculation a little earlier
Aurelien Jacobs
2008-09-09
1
-10
/
+8
*
matroskadec: sanitize track time_scale before using it
Aurelien Jacobs
2008-09-09
1
-0
/
+2
*
matroskadec: remove now useless vstream and is_video_key_frame
Aurelien Jacobs
2008-09-06
1
-6
/
+2
*
matroskadec: remove useless braces
Aurelien Jacobs
2008-09-06
1
-2
/
+1
*
matroskadec: ensure that the timecode added to the index are is the one
Aurelien Jacobs
2008-09-06
1
-8
/
+10
[next]