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 '9a3202a98b2e095b54dd784c3e01a09a676fc3fa'
Hendrik Leppkes
2015-10-03
12
-1
/
+209
|
\
\
|
|
/
|
*
Screenpresso SPV1 decoder
Vittorio Giovara
2015-09-30
12
-1
/
+209
*
|
lavf/utils: avoid giving up probing early with long subtitle events
Rodger Combs
2015-10-03
1
-1
/
+4
*
|
avcodec/h264_ps: Fix copying oversized pps&sps data
Michael Niedermayer
2015-10-03
1
-4
/
+6
*
|
Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'
Hendrik Leppkes
2015-10-03
9
-17
/
+47
|
\
\
|
|
/
|
*
lavu: Deprecate AVFrame.error[]
Vittorio Giovara
2015-09-30
6
-10
/
+31
*
|
Merge commit '3f1f6053013d0015e9f115a91a11744807649a07'
Hendrik Leppkes
2015-10-03
0
-0
/
+0
|
\
\
|
|
/
|
*
configure: address a copy-paste typo
Vicente Olivert Riera
2015-09-29
1
-1
/
+1
*
|
avformat/flvdec: accept sizes if they are off by 11
Michael Niedermayer
2015-10-02
1
-1
/
+3
*
|
avcodec/videotoolbox: fix decoding of some h264 bitstreams
wm4
2015-10-02
1
-18
/
+30
*
|
avcodec/h264: keep SPS and PPS bitstream data
wm4
2015-10-02
2
-4
/
+20
*
|
dnxhddec: init scantable once permutation is set
Christophe Gisquet
2015-10-02
1
-2
/
+2
*
|
dnxhddec: use dequantization formula from specs
Christophe Gisquet
2015-10-02
17
-32
/
+33
*
|
dnxhddec: initialize with mb-aligned dimensions
Christophe Gisquet
2015-10-02
1
-0
/
+3
*
|
avfilter/vf_maskedmerge: add SIMD for maskedmerge with 8 bit depth input
Paul B Mahol
2015-10-02
5
-35
/
+179
*
|
avcodec: Don't lock during open if the codec has threadsafe init
Derek Buitenhuis
2015-10-02
2
-8
/
+13
*
|
avfilter/af_rubberband: add process_command()
Paul B Mahol
2015-10-02
1
-0
/
+33
*
|
blockdsp: remove high bitdepth parameter
Christophe Gisquet
2015-10-02
9
-39
/
+26
*
|
x86/audio_convert: fix clobbering of xmm registers
James Almer
2015-10-01
1
-61
/
+61
*
|
lavf/rawdec: Autodetect raw TrueHD streams.
Carl Eugen Hoyos
2015-10-02
2
-4
/
+17
*
|
avformat/rtmpproto: Fix 2 more cases of the 2nd packet size being wrong
Michael Niedermayer
2015-10-02
1
-2
/
+3
*
|
lavfi/mandelbrot: Output RGB0 instead of RGBA.
Carl Eugen Hoyos
2015-10-02
2
-3
/
+2
*
|
configure: check rubberband version, allow only latest one
Paul B Mahol
2015-10-01
1
-1
/
+1
*
|
avfilter/x86/vf_psnr.asm: fix typo
Paul B Mahol
2015-10-01
1
-1
/
+1
*
|
lavf/rawdec: Autodetect raw mlp streams.
Carl Eugen Hoyos
2015-10-01
2
-1
/
+24
*
|
x86inc: Make cpuflag() and notcpuflag() return 0 or 1
Henrik Gramner
2015-10-01
1
-2
/
+3
*
|
qsvenc.c: use query to catch all kind of setting issues
Sven Dueking
2015-10-01
1
-0
/
+8
*
|
avformat/srtdec: more lenient first line probing
Clément Bœsch
2015-10-01
1
-2
/
+4
*
|
avformat/srtdec: fix number check for the first character
Clément Bœsch
2015-10-01
1
-1
/
+1
*
|
avcodec/pngdec: mark previous_picture as done on end of decode_frame_common()
Michael Niedermayer
2015-10-01
1
-0
/
+2
*
|
avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup
Michael Niedermayer
2015-10-01
1
-1
/
+1
*
|
avfilter/vf_maskedmerge: get rid of MaskedMergeContext from functions that do...
Paul B Mahol
2015-09-30
1
-14
/
+12
*
|
avfilter/vf_maskedmerge: rewrite and remove some duplicated code
Paul B Mahol
2015-09-30
1
-51
/
+52
*
|
avcodec/mpeg12dec: Initialize chroma_format to 1
Michael Niedermayer
2015-09-30
1
-0
/
+1
*
|
avcodec/mp3: fix skipping zeros
wm4
2015-09-30
1
-1
/
+3
*
|
avfilter/af_rubberband: flush only if there is something available
Paul B Mahol
2015-09-30
1
-19
/
+21
*
|
x86/hevc_sao: move 10/12bit functions into a separate file
James Almer
2015-09-30
3
-340
/
+490
*
|
avformat/async: Allow compilation with native threads.
Matt Oliver
2015-09-30
2
-2
/
+2
*
|
compat/w32pthreads: Add return values to match the simulated pthread functions.
Matt Oliver
2015-09-30
1
-13
/
+23
*
|
libavformat/mov.c: Add parsing for DDTS atom for DTS audio
Shawn Singh
2015-09-30
1
-0
/
+56
*
|
dnxhddata: deduplicate table
Christophe Gisquet
2015-09-30
1
-12
/
+1
*
|
videotoolbox: require hardware acceleration
Stefano Pigozzi
2015-09-29
1
-3
/
+3
*
|
lavf/rawenc: Force one stream for hevc and m4v.
Carl Eugen Hoyos
2015-09-29
1
-0
/
+2
*
|
avfilter/vf_atadenoise: do not use uninitialized data
Paul B Mahol
2015-09-29
1
-8
/
+9
*
|
avcodec/x86/rnd_template: silence -Wunused-function on --disable-mmx
Ganesh Ajjanagadde
2015-09-29
1
-2
/
+2
*
|
lavf/img2dec: Fix memory leak
Przemysław Sobala
2015-09-29
1
-9
/
+23
*
|
fate: Add basic license header check
Michael Niedermayer
2015-09-29
5
-0
/
+47
*
|
Merge commit '26e8fa3b508eb047e85f4e923fc8e82a1aa656ba'
Hendrik Leppkes
2015-09-29
1
-1
/
+1
|
\
\
|
|
/
|
*
tiny_psnr: Use the correct abs() version
Vittorio Giovara
2015-09-29
1
-1
/
+1
*
|
Merge commit 'c9943f00cfa2471d1b8a3a9ddc7a21049a71090e'
Hendrik Leppkes
2015-09-29
1
-61
/
+96
|
\
\
|
|
/
[prev]
[next]