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
*
lavc/mjpegdec: Only read JFIF thumbnail size if the segment is long enough.
Carl Eugen Hoyos
2016-09-03
2
-2
/
+5
*
swscale/swscale_unscaled: Try to fix bayer_to_yv12_wrapper() with slices
Michael Niedermayer
2016-09-03
1
-4
/
+4
*
swscale/swscale_unscaled: Try to fix Rgb16ToPlanarRgb16Wrapper() with slices
Michael Niedermayer
2016-09-03
1
-0
/
+8
*
lavf/httpauth: Do case-insensitive http header checks.
Carl Eugen Hoyos
2016-09-03
2
-3
/
+3
*
lavf/img2dec: Skip DQT segment when auto-detecting jpg.
Carl Eugen Hoyos
2016-09-03
1
-0
/
+1
*
lavc/mjpegdec: Do not skip reading quantization tables.
Carl Eugen Hoyos
2016-09-03
1
-3
/
+2
*
swscale: add unscaled copy from yuv420p10 to p010
Timo Rothenpieler
2016-09-03
1
-0
/
+44
*
configure: check for dlsym as well
Timo Rothenpieler
2016-09-03
1
-2
/
+2
*
swscale/swscale_unscaled: Fix packed_16bpc_bswap() with slices
Michael Niedermayer
2016-09-02
1
-0
/
+1
*
swscale/swscale: Try to fix rgb48Toxyz12() with slices
Michael Niedermayer
2016-09-02
1
-1
/
+7
*
swscale/swscale: Factor bottom to top handling
Michael Niedermayer
2016-09-02
1
-32
/
+19
*
doc/filters: add weave example
Paul B Mahol
2016-09-02
1
-0
/
+12
*
swscale/tests/swscale: add cpuflags option
Michael Niedermayer
2016-09-02
1
-0
/
+9
*
avfilter/vf_zscale: make possible to change chroma location
Paul B Mahol
2016-09-02
2
-1
/
+70
*
avformat/avidec: Fix infinite loop in avi_read_nikon()
Michael Niedermayer
2016-09-02
1
-2
/
+2
*
avfilter/vf_minterpolate: rename chroma log vars
Davinder Singh
2016-09-02
1
-13
/
+9
*
avfilter: add weave filter
Paul B Mahol
2016-09-02
6
-1
/
+168
*
ffmpeg: fix broken indent/style in write_frame
Clément Bœsch
2016-09-02
1
-22
/
+21
*
libavcodec/opus: Add channel mapping 2 to extradata parser
Michael Graczyk
2016-09-01
1
-1
/
+10
*
lavu/timestamp: Avoid C++-unfriendly code in user header
Mark Thompson
2016-09-01
1
-1
/
+1
*
libavcodec/opus: Fix spelling in error message
Michael Graczyk
2016-09-01
1
-1
/
+1
*
configure: add missing check for LoadLibrary
James Almer
2016-09-01
1
-0
/
+2
*
avformat/movenc: added ability to use original stream ids as track ids instea...
Erkki Seppälä
2016-09-01
2
-6
/
+57
*
avfilter/vf_psnr: Add max value output option to psnr stats log.
Lucas Cooper
2016-09-01
2
-0
/
+30
*
configure: fix ldl dependency for new nvenc encoder names
Timo Rothenpieler
2016-08-31
1
-1
/
+2
*
configure: fix nvenc detection logic
Timo Rothenpieler
2016-08-31
1
-15
/
+19
*
swscale: add support for P010LE/BE output
Timo Rothenpieler
2016-08-31
13
-5
/
+119
*
avfilter/drawutils: honor shift for color component description
Timo Rothenpieler
2016-08-31
1
-1
/
+2
*
avfilter/drawutils: P010 is not supported
Timo Rothenpieler
2016-08-31
1
-0
/
+2
*
avfilter/vf_lut: unbreak planar rgb suppot on big-endian
Paul B Mahol
2016-08-31
1
-4
/
+4
*
avformat/hlsenc: add warning for append_list and hls_init_time option
Steven Liu
2016-08-31
1
-0
/
+6
*
MAINTAINERS: Add myself for alsdec
Umair Khan
2016-08-30
1
-1
/
+1
*
avformat/crypto: add seeking support on read
Simon Hailes
2016-08-30
1
-2
/
+114
*
libavformat/crypto - encourage reads of 4096 bytes
Simon Hailes
2016-08-30
1
-1
/
+2
*
cmdutils: fix implicit declaration of SetDllDirectory function
Tobias Rapp
2016-08-29
1
-0
/
+3
*
doc/APIChanges: mention nb_threads addition to AVFilterContext
James Almer
2016-08-29
1
-0
/
+3
*
avisynth: support pix_fmts added to AviSynth+
Stephen Hutchinson
2016-08-30
1
-1
/
+182
*
avutil/version: Improve lib versioning scheme for release branches with the n...
Michael Niedermayer
2016-08-29
1
-0
/
+9
*
avutil/version: Mention similarities and differences to semver
Michael Niedermayer
2016-08-29
1
-0
/
+6
*
avfilter/vf_minterpolate: do not right shift negative numbers
Davinder Singh
2016-08-29
1
-2
/
+2
*
avfilter: make use of ff_filter_get_nb_threads
Paul B Mahol
2016-08-29
28
-36
/
+37
*
avfilter: add ff_filter_get_nb_threads()
Paul B Mahol
2016-08-29
2
-0
/
+13
*
avfilter: add nb_threads to AVFilterContext
Paul B Mahol
2016-08-29
3
-1
/
+10
*
doc/muxers: add option hls_init_time document
Steven Liu
2016-08-29
1
-0
/
+6
*
avformat/hlsenc: add option hls_init_time to set init hls window segment dura...
Steven Liu
2016-08-29
1
-1
/
+11
*
avformat/mov: aax: pass proper AVClass to av_log()
Thomas Hebb
2016-08-28
1
-1
/
+1
*
avcodec/nvenc: update license header
Timo Rothenpieler
2016-08-28
1
-2
/
+2
*
avcodec/nvenc: use proper soname for cuda/nvenc libraries
Timo Rothenpieler
2016-08-28
1
-2
/
+2
*
avcodec/nvenc: check maximum driver API version
Timo Rothenpieler
2016-08-28
2
-0
/
+19
*
avcodec/nvenc: fix potantially uninitialized free
Timo Rothenpieler
2016-08-28
1
-1
/
+1
[next]