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
...
*
|
avcodec/avrndec: Fix cropping
Michael Niedermayer
2015-07-26
1
-7
/
+49
*
|
avcodec/dvbsubdec: Compute default CLUT based on bitmap analysis
Michael Niedermayer
2015-07-26
1
-0
/
+60
*
|
Merge commit '4d0d55cd623bcd504867f948849380f6b4060b4d'
Michael Niedermayer
2015-07-26
1
-4
/
+5
|
\
\
|
|
/
|
*
checkasm: Use LOCAL_ALIGNED
Michael Niedermayer
2015-07-26
3
-10
/
+13
*
|
swresample/x86: add missing colon to labels
James Almer
2015-07-26
2
-10
/
+10
*
|
x86/float_dsp: add missing colon to labels
James Almer
2015-07-26
1
-1
/
+1
*
|
x86/vf_interlace: add missing colon to labels
James Almer
2015-07-26
1
-1
/
+1
*
|
avcodec/x86: add missing colon to labels
James Almer
2015-07-26
14
-41
/
+41
*
|
avformat/hlsenc: Add WebVtt support in hls
Anshul Maheshwari
2015-07-26
1
-10
/
+192
*
|
avcodec/texturedsp: fix undefined shift
James Almer
2015-07-26
1
-1
/
+1
*
|
avformat/ipmovie: Fix late audio detection
Michael Niedermayer
2015-07-26
1
-2
/
+3
*
|
avformat/ipmovie: Parse&handle late audio init
Michael Niedermayer
2015-07-26
1
-1
/
+6
*
|
avformat/ipmovie: Factor init_audio() out
Michael Niedermayer
2015-07-26
1
-18
/
+26
*
|
libavcodec/qsvdec_h264.c: using "private_spspps_buf" argument for av_bitstrea...
Ivan Uskov
2015-07-26
1
-1
/
+1
*
|
libavcodec/h264_mp4toannexb_bsf.c: Optional argument "private_spspps_buf" to ...
Ivan Uskov
2015-07-26
1
-7
/
+34
*
|
Merge commit '41d47ea85fb4ad9cfb5c2dc808a46bc1d57f3986'
Michael Niedermayer
2015-07-26
8
-15
/
+94
|
\
\
|
|
/
|
*
lavc: add Intel libmfx-based HEVC decoder.
Anton Khirnov
2015-07-25
8
-16
/
+95
*
|
Merge commit 'bf52f773913cf74bdf0d2c8c2cb4473fa1b7801e'
Michael Niedermayer
2015-07-26
4
-10
/
+10
|
\
\
|
|
/
|
*
lavc: add Intel libmfx-based MPEG2 decoder.
Anton Khirnov
2015-07-25
4
-0
/
+185
*
|
avcodec/nvenc: Delay frame output to increase encoding speed
Timo Rothenpieler
2015-07-26
1
-1
/
+6
*
|
Merge commit 'f89f78c1c563d98f10ee1d7e1ed67c9f9e03b741'
Michael Niedermayer
2015-07-26
4
-0
/
+189
|
\
\
|
|
/
|
*
lavc: add a HEVC mp4->annex B bitstream filter
Anton Khirnov
2015-07-25
4
-0
/
+189
*
|
Merge commit '96dca089b19bf55293136277f5b081c56146e10e'
Michael Niedermayer
2015-07-26
0
-0
/
+0
|
\
\
|
|
/
|
*
qsvdec: move qsv_process_data() from qsvdec_h264 to the common code
Anton Khirnov
2015-07-25
3
-110
/
+118
*
|
avfilter/Makefile: fix order of framestep filter
Paul B Mahol
2015-07-25
1
-1
/
+1
*
|
avfilter: add sidechain compress audio filter
Paul B Mahol
2015-07-25
6
-1
/
+404
*
|
Merge commit 'fa85fcf2b7d1ab822a59245077b8bb855406d3e9'
Michael Niedermayer
2015-07-25
1
-2
/
+2
|
\
\
|
|
/
|
*
qsvenc_hevc: fix enum declaration
Anton Khirnov
2015-07-25
1
-2
/
+2
*
|
avcodec/nvenc: Remove unused parameter
Timo Rothenpieler
2015-07-25
1
-2
/
+2
*
|
Merge commit '22522d9c2c69624fe4d81d61ee65a56610f22f1d'
Michael Niedermayer
2015-07-25
1
-4
/
+6
|
\
\
|
|
/
|
*
qsvdec: fix a memleak of async_fifo
Anton Khirnov
2015-07-25
1
-4
/
+6
*
|
Merge commit 'aa9d15d89bb4ee8a31607d3db1b8c5334eb88d2d'
Michael Niedermayer
2015-07-25
1
-0
/
+7
|
\
\
|
|
/
|
*
qsvdec: avoid an infinite loop with no consumed data and no output
Anton Khirnov
2015-07-25
1
-0
/
+7
*
|
avcodec/aacps_fixed_tablegen: change f_center to 64bit to avoid overflow
Michael Niedermayer
2015-07-25
1
-2
/
+3
*
|
avutil/softfloat: Add a test for av_sincos_sf()
Michael Niedermayer
2015-07-25
1
-0
/
+12
*
|
avcodec: Add QSV VC-1 video decoder.
Ivan Uskov
2015-07-25
6
-1
/
+97
*
|
avformat/nutenc: Omit AV_PKT_DATA_QUALITY_STATS when storing side data.
Michael Niedermayer
2015-07-25
1
-0
/
+1
*
|
avcodec: Add QSV MPEG-2 video decoder.
Ivan Uskov
2015-07-25
6
-1
/
+104
*
|
avcodec/dvdec: only attempt to conceal errors based on STA inconsistencies wh...
Michael Niedermayer
2015-07-25
1
-6
/
+8
*
|
avcodec/aacps: Fix ;;
Michael Niedermayer
2015-07-25
1
-1
/
+1
*
|
avcodec/aactab: Add ff_aac_eld_window_480_fixed
Michael Niedermayer
2015-07-25
3
-1
/
+455
*
|
avcodec/aactab: Fix rounding of elements in ff_aac_eld_window_512_fixed
Michael Niedermayer
2015-07-25
1
-153
/
+153
*
|
swscale/output: Fix "warning: assignment from incompatible pointer type"
Michael Niedermayer
2015-07-25
1
-4
/
+8
*
|
avformat/async: wake up main thread before exit background thread
Zhang Rui
2015-07-25
1
-0
/
+1
*
|
avformat/async: move more code into locked area in background thread
Zhang Rui
2015-07-25
1
-4
/
+5
*
|
avcodec/dvdec: skip 3rd stage ac decoding when the headers indicates that the...
Michael Niedermayer
2015-07-25
1
-0
/
+7
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 intra functions
Shivraj Patil
2015-07-24
4
-1
/
+619
*
|
configure: fix LARGEADDRESSAWARE flag with MSVC
Hendrik Leppkes
2015-07-24
1
-0
/
+1
*
|
avcodec/aacsbr: add missing header include
James Almer
2015-07-24
1
-0
/
+1
*
|
Merge commit 'c9edbe4af901e9bc9f05a62319637f9760df9a4a'
Michael Niedermayer
2015-07-24
0
-0
/
+0
|
\
\
|
|
/
[prev]
[next]