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
*
Revert "matroskadec: set default duration for simple block"
Michael Niedermayer
2011-03-25
1
-2
/
+0
*
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-25
1
-0
/
+2
|
\
|
*
matroskadec: set default duration for simple block
John Stebbins
2011-03-25
1
-0
/
+2
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-5
/
+5
*
|
matroskadec: check that pointers were initialized before accessing them
Aurelien Jacobs
2011-03-24
1
-3
/
+5
*
|
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-17
1
-3
/
+3
|
\
\
|
|
/
|
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
1
-3
/
+3
|
*
avio: deprecate url_feof
Anton Khirnov
2011-03-07
1
-1
/
+1
|
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-8
/
+8
|
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-2
/
+2
|
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-5
/
+5
|
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-6
/
+6
|
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-13
/
+13
|
*
avio: move init_put_byte() to a new private header and rename it
Anton Khirnov
2011-02-20
1
-4
/
+5
|
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-11
/
+11
|
*
matroskadec: add generic element length validation.
Reimar Döffinger
2011-02-06
1
-0
/
+17
|
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
|
matroskadec: set a default duration also for packets comming from a simple block
Aurelien Jacobs
2011-03-16
1
-2
/
+2
*
|
Make matroska demuxer also set timestamps for RealAudio packets.
Reimar Döffinger
2011-03-05
1
-0
/
+8
*
|
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-05
1
-8
/
+8
*
|
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-03
1
-2
/
+2
*
|
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-03
1
-5
/
+5
*
|
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-22
1
-6
/
+6
*
|
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-22
1
-13
/
+13
*
|
avio: move init_put_byte() to a new private header and rename it
Anton Khirnov
2011-02-20
1
-4
/
+5
*
|
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-11
/
+11
*
|
matroskadec: add generic element length validation.
Reimar Döffinger
2011-02-09
1
-0
/
+17
*
|
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-28
1
-1
/
+1
|
/
*
matroskadec: skip invalid tags with no TagName
Anton Khirnov
2010-11-03
1
-0
/
+5
*
add ff_ prefix to metadata_conv()
Anton Khirnov
2010-10-16
1
-1
/
+1
*
Export metadata in the generic format. Deprecate old conversion API.
Anton Khirnov
2010-10-15
1
-1
/
+1
*
Add a special function to mkv demxuer to parse length values that includes
Reimar Döffinger
2010-09-06
1
-1
/
+15
*
matroskadec: allow uint and float elements with length = 0
Aurelien Jacobs
2010-09-05
1
-2
/
+4
*
Optimize/simplify ebml_read_num.
Reimar Döffinger
2010-09-02
1
-7
/
+4
*
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
[next]