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
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/hls: forbid all protocols except http(s) & file
Maxim Andreev
2016-01-14
1
-0
/
+4
*
avformat/aviobuf: Fix end check in put_str16()
Michael Niedermayer
2016-01-13
1
-0
/
+2
*
lavf/mpjpegdec: Do not call av_log() while probing.
Carl Eugen Hoyos
2016-01-12
1
-0
/
+3
*
avformat/asfenc: Check pts
Michael Niedermayer
2016-01-12
1
-0
/
+5
*
avformat/asfenc: Flush packet before duration becomes unrepresentable
Michael Niedermayer
2016-01-12
1
-0
/
+5
*
lavf/matroskadec: Use av_realloc() in get_qt_codec()
Mats Peterson
2016-01-12
1
-3
/
+3
*
rtmpdh: Initialize gcrypt before using it
Ricardo Constantino
2016-01-12
1
-1
/
+10
*
ffmdec: change type of len to ptrdiff_t
Andreas Cadhalpun
2016-01-11
1
-2
/
+3
*
qtpalette: make the color_* variables unsigned again
Andreas Cadhalpun
2016-01-11
1
-1
/
+1
*
avformat/dfa: Fix packet leak on error
Michael Niedermayer
2016-01-11
1
-0
/
+1
*
lavf/matroskadec: Normalize noncompliant A_QUICKTIME/V_QUICKTIME private data
Mats Peterson
2016-01-11
1
-13
/
+35
*
lavf/concatdec: do not access packet if av_read_frame returned error
Marton Balint
2016-01-10
1
-3
/
+7
*
avformat: Add integer fps from 31 to 60 to get_std_framerate()
Michael Niedermayer
2016-01-09
2
-4
/
+8
*
avformat/movenc: Check that pkt duration is within 32bit range
Michael Niedermayer
2016-01-09
1
-4
/
+4
*
avformat/ivfenc: fix division by zero
Michael Niedermayer
2016-01-08
1
-2
/
+3
*
avformat/mov: Simplify format checking code
Michael Niedermayer
2016-01-08
1
-9
/
+2
*
lavf/matroskadec: A_QUICKTIME and fourcc 0x00000000
Mats Peterson
2016-01-08
1
-0
/
+9
*
lavf/mov: Audio and fourcc 0x00000000
Mats Peterson
2016-01-08
1
-1
/
+15
*
lavf/uncodedframecrcenc: use FF_CEIL_RSHIFT()
Clément Bœsch
2016-01-07
1
-1
/
+1
*
lavf/matroskadec: correct codec_tag for "SMI" SVQ3 files
Mats Peterson
2016-01-06
1
-2
/
+4
*
lavf/matroskaenc: Assume 48kHz sample rate for Opus initial padding.
Carl Eugen Hoyos
2016-01-05
2
-2
/
+2
*
brstm: fix missing closing brace
Andreas Cadhalpun
2016-01-04
1
-0
/
+1
*
brstm: also allocate b->table in read_packet
Andreas Cadhalpun
2016-01-04
1
-0
/
+4
*
brstm: make sure an ADPC chunk was read for adpcm_thp
Andreas Cadhalpun
2016-01-04
1
-0
/
+5
*
lavf/qtpalette: Ignore greyscale bit in certain cases
Mats Peterson
2016-01-04
1
-1
/
+3
*
ffmdec: reset packet_end in case of failure
Andreas Cadhalpun
2016-01-03
1
-3
/
+6
*
avformat/ffmdec: Add {} to nested if/else
Michael Niedermayer
2016-01-03
1
-3
/
+4
*
ffmdec: change type of state and id to unsigned
Andreas Cadhalpun
2016-01-02
1
-2
/
+3
*
Merge commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1'
Hendrik Leppkes
2016-01-02
2
-3
/
+3
|
\
|
*
Remove stray line breaks from avpriv_{report_missing_feature|request_samples}
Diego Biurrun
2015-12-26
2
-3
/
+3
*
|
Merge commit '5049f6b772891cdf4030a9d572362efc8f7ae97f'
Hendrik Leppkes
2016-01-02
1
-6
/
+0
|
\
\
|
|
/
|
*
rtpdec_jpeg: Coalesce redundant error checks
Diego Biurrun
2015-12-26
1
-6
/
+0
|
*
mpegtsenc: add flag to embed an AC-3 ES the DVB way
Stefan Pöschel
2015-12-14
1
-1
/
+13
|
*
r3d: fix an invalid read introduced in 6bf4c1d
Anton Khirnov
2015-12-14
1
-1
/
+1
*
|
oggparsedaala: reject too large gpshift
Andreas Cadhalpun
2016-01-02
2
-2
/
+7
*
|
avcodec/utils: fix AVPacket lifetime in seek_frame_generic
Hendrik Leppkes
2016-01-02
1
-2
/
+5
*
|
avformat/mp3dec: Remove unused variable
Michael Niedermayer
2016-01-01
1
-1
/
+1
*
|
lavf/srtdec: rewrite parsing logic
Clément Bœsch
2016-01-01
1
-50
/
+115
*
|
Merge commit '64f8c439fd663fec4d57ac21af572d498fe21f7a'
Hendrik Leppkes
2016-01-01
1
-2
/
+2
|
\
\
|
|
/
|
*
rtmpproto: Include the full path as app when "slist=" is found
Martin Storsjö
2015-12-13
1
-2
/
+2
|
*
vocdec: do not create the stream in read_header()
Anton Khirnov
2015-12-12
1
-5
/
+8
*
|
Merge commit '2d0432d918a71468419b7ac1e543ab3b399d3d37'
Hendrik Leppkes
2016-01-01
1
-38
/
+39
|
\
\
|
|
/
|
*
vocdec: put the code not shared with other demuxers under appropriate ifdef
Anton Khirnov
2015-12-12
1
-38
/
+39
|
*
flvdec: do not create any streams in read_header()
Anton Khirnov
2015-12-12
1
-9
/
+2
*
|
Revert "Merge commit '9f1eccb97bf8894cb18b14f642500686505ef186'"
Michael Niedermayer
2016-01-01
1
-0
/
+5
*
|
Merge commit '72d658766e6ccf198317dffd6499c5e288847a1c'
Hendrik Leppkes
2016-01-01
1
-11
/
+6
|
\
\
|
|
/
|
*
mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_header
Anton Khirnov
2015-12-12
1
-11
/
+6
*
|
Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c'
Hendrik Leppkes
2016-01-01
2
-8
/
+8
|
\
\
|
|
/
|
*
mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header
Anton Khirnov
2015-12-12
2
-7
/
+10
*
|
Merge commit '6bf4c1d71199b92894f24db6386ed5070e590a16'
Hendrik Leppkes
2016-01-01
1
-13
/
+26
|
\
\
|
|
/
[next]