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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '1316df7aa98c4784f190d107206d0bb12c590b89'
Michael Niedermayer
2015-07-03
5
-8
/
+9
|
\
|
*
lavu: add an API function to return the Libav version string
wm4
2015-07-02
6
-5
/
+22
*
|
swscale: implement YA8 output
Paul B Mahol
2015-07-02
13
-1
/
+108
*
|
wavpack: limit extra_bits to 32 and use get_bits_long
Andreas Cadhalpun
2015-07-02
1
-2
/
+6
*
|
avfilter/vf_mpdecimate: remove packed formats
Paul B Mahol
2015-07-02
1
-3
/
+0
*
|
avfilter: use AVFILTER_DEFINE_CLASS()
Paul B Mahol
2015-07-02
5
-36
/
+9
*
|
avcodec/qsvenc_h264: Change the set of performance presets to match with the ...
Ivan Uskov
2015-07-02
1
-4
/
+8
*
|
avcodec/mjpegdec: Reorder operations to avoid undefined behavior
Michael Niedermayer
2015-07-02
1
-4
/
+4
*
|
avcodec/motion_est_template: Fix undefined shifts in CHECK_MV()
Michael Niedermayer
2015-07-02
1
-3
/
+3
*
|
avcodec/qsv: Extending QSV/MFX session initialization for the linux platform ...
Ivan Uskov
2015-07-02
2
-1
/
+86
*
|
doc/muxers/segment: fix formatting of segment_list_type option
Stefano Sabatini
2015-07-02
1
-7
/
+3
*
|
avformat/asfdec_f: Fix memleak
Michael Niedermayer
2015-07-02
1
-0
/
+1
*
|
avformat/asfdec_f: Add ASFDataType, use named types for metadata
John Adlum
2015-07-02
2
-6
/
+24
*
|
avformat/asfdec_f: Use dynamic allocation in asf_read_metadata() instead of a...
John Adlum
2015-07-02
1
-6
/
+11
*
|
avformat/asfdec_f: factor error checking out of main header parsing loop
John Adlum
2015-07-02
1
-7
/
+6
*
|
ffmpeg_filter: log more information on failure to init simple filter graph
rogerdpack
2015-07-02
1
-2
/
+21
*
|
Merge commit 'a31c4b2cbef9aee15910fc3df52519aef46760de'
Michael Niedermayer
2015-07-02
2
-9
/
+1
|
\
\
|
|
/
|
*
fate-g2m3: disable the audio stream
Janne Grunau
2015-07-01
2
-5
/
+1
*
|
avformat/utils: Redesign scoring in av_find_default_stream_index()
Michael Niedermayer
2015-07-01
1
-10
/
+10
*
|
ffmpeg_opt: Favor streams that had packets
Michael Niedermayer
2015-07-01
1
-1
/
+1
*
|
avformat/rtmpproto: increase hardcoded url/path lengths
Paul B Mahol
2015-07-01
1
-2
/
+2
*
|
lavu: Makefile: skip atomic.c if native atomics are available
Rodger Combs
2015-07-01
1
-1
/
+2
*
|
avcodec/h264dsp_template: Fix undefined shifts
Michael Niedermayer
2015-07-01
1
-2
/
+2
*
|
avcodec/mss2: Fix integer overflow
Michael Niedermayer
2015-07-01
1
-3
/
+3
*
|
Merge commit '4e0819310e2d2eff60be2d6df28335f0739712b9'
Michael Niedermayer
2015-07-01
0
-0
/
+0
|
\
\
|
|
/
|
*
elsdec: Replace EOVERFLOW with INVALIDDATA
Michael Niedermayer
2015-07-01
1
-1
/
+1
*
|
Merge commit 'f91fe24e9bd6912c29bbb03d8afe878e045f9721'
Michael Niedermayer
2015-07-01
4
-60
/
+60
|
\
\
|
|
/
|
*
g2meet: force simple idct for identical results over all fate configs
Janne Grunau
2015-07-01
4
-63
/
+63
*
|
avfilter/vf_extractplanes: use faster path for input formats with only one co...
Paul B Mahol
2015-07-01
1
-1
/
+2
*
|
avfilter/vf_extractplanes: rename misleading variable
Paul B Mahol
2015-07-01
1
-3
/
+3
*
|
avfilter/vf_extractplanes: support more pixel formats
Paul B Mahol
2015-07-01
1
-0
/
+2
*
|
Merge commit '9eec23b8a7fd0f91827bbc3ed0792c39a8cc9a8a'
Michael Niedermayer
2015-07-01
1
-11
/
+1
|
\
\
|
|
/
|
*
g2meet: use av_ceil_log2 instead of a custom function
Janne Grunau
2015-07-01
1
-11
/
+1
*
|
Merge commit '4ccccd6c40a6d0ce85e96a6e37f558236e2a6a75'
Michael Niedermayer
2015-07-01
1
-1
/
+1
|
\
\
|
|
/
|
*
g2meet: use an unsigned type for the djb hash
Janne Grunau
2015-07-01
1
-1
/
+1
*
|
Merge commit '007e27d363ba7d994019dc897dc9c39071bb204a'
Michael Niedermayer
2015-07-01
3
-1
/
+3
|
\
\
|
|
/
|
*
avcodec: add missing CODEC_CAP_DR1 to codecs using get_buffer()
Janne Grunau
2015-07-01
3
-1
/
+3
*
|
avformat/asfdec_f: Assert that packet positions match in asf_read_pts()
John Adlum
2015-07-01
1
-0
/
+1
*
|
avformat/asfdec_f: Correct skip to key code
John Adlum
2015-07-01
1
-1
/
+2
*
|
avcodec/pthread_frame: Correcting typo of "occurred"
John Adlum
2015-07-01
1
-1
/
+1
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functions
Shivraj Patil
2015-07-01
6
-0
/
+386
*
|
avcodec/h264_mvpred: Fix undefined shifts in MAP_F2F
Michael Niedermayer
2015-07-01
1
-2
/
+2
*
|
avcodec/motion_est: Fix some undefined shifts
Michael Niedermayer
2015-07-01
1
-5
/
+5
*
|
lavu: add an API function to return the FFmpeg version string
wm4
2015-07-01
3
-0
/
+15
*
|
avformat/concatdec: copy stream metadata when using concat
Vadim Belov
2015-07-01
1
-0
/
+2
*
|
avformat/nutdec: Check ff_gen_search() for failure
Michael Niedermayer
2015-07-01
1
-0
/
+2
*
|
avcodec/motion_est: Fix undefined shifts in cmp_inline()
Michael Niedermayer
2015-07-01
1
-2
/
+2
*
|
avcodec/mpegvideo_enc: fix undefined shifts in ff_dct_quantize_c()
Michael Niedermayer
2015-07-01
1
-2
/
+2
*
|
avcodec/motion_est_template: Fix undefined shifts in CHECK_MV_DIR()
Michael Niedermayer
2015-07-01
1
-3
/
+3
*
|
avformat/matroskadec: Fix undefined shift in read_sint()
Michael Niedermayer
2015-07-01
1
-1
/
+1
[next]