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
*
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-20
1
-1
/
+1
|
\
|
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-1
/
+1
*
|
Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
Michael Niedermayer
2011-04-15
1
-1
/
+4
|
\
\
|
|
/
|
*
handle malloc failures in ff_get_wav_header
Max Horn
2011-04-14
1
-1
/
+4
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-08
1
-1
/
+1
|
\
\
|
|
/
|
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-1
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-04
1
-1
/
+1
|
\
\
|
|
/
|
*
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-04-03
1
-1
/
+1
*
|
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
[next]