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
*
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
*
matroskadec: fix ASS subtitle track packets before emitting them
Aurelien Jacobs
2008-09-04
1
-0
/
+35
*
matroska: subtitle display duration must be stored in pkt->convergence_duration
Aurelien Jacobs
2008-09-04
1
-1
/
+4
*
matroskadec: cosmetics: indentation
Aurelien Jacobs
2008-08-27
1
-5
/
+5
*
matroskadec: seek to the last position known in the index before resorting to
Aurelien Jacobs
2008-08-27
1
-0
/
+4
*
matroskadec: index timestamps are supposed to be in the timebase of the stream
Aurelien Jacobs
2008-08-26
1
-4
/
+2
*
matroskadec: unset matroska->done when seeking
Aurelien Jacobs
2008-08-25
1
-0
/
+1
*
matroskadec: full seeking support in index-less files
Aurelien Jacobs
2008-08-25
1
-3
/
+7
*
matroskadec: on the fly index construction for index-less files
Aurelien Jacobs
2008-08-25
1
-4
/
+16
*
matroskadec: don't try to seek to negative timestamp
Aurelien Jacobs
2008-08-24
1
-0
/
+3
*
matroskadec: move setting of matroska->done inside matroska_parse_cluster()
Aurelien Jacobs
2008-08-24
1
-2
/
+2
*
Mark "matroska" probe data string constant.
Reimar Döffinger
2008-08-24
1
-1
/
+1
*
matroskadec: make aac_profiles array const
Aurelien Jacobs
2008-08-24
1
-1
/
+1
*
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
Aurelien Jacobs
2008-08-23
1
-2
/
+2
*
matroskadec: fail cleanly when the required compression lib is not compiled in
Aurelien Jacobs
2008-08-20
1
-0
/
+2
[next]