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
/
configure
Commit message (
Expand
)
Author
Age
Files
Lines
*
d3d11va: Check WINAPI_FAMILY instead of HAVE_LOADLIBRARY
Martin Storsjö
2017-08-10
1
-1
/
+13
*
examples/hw_decode: Add a HWAccel decoding example.
Jun Zhao
2017-07-30
1
-0
/
+2
*
avcodec: add Dolby E decoder
foo86
2017-07-19
1
-0
/
+1
*
configure: Fix libvmaf name
Matt Oliver
2017-07-16
1
-1
/
+1
*
avfilter: add LIBVMAF filter
Ashish Singh
2017-07-16
1
-0
/
+5
*
configure: use pkg-config for libgme, if available
Ricardo Constantino
2017-07-13
1
-1
/
+2
*
configure: require pkg-config for libvorbis
Ricardo Constantino
2017-07-06
1
-1
/
+2
*
hwcontext_d3d11va: add option to enable debug mode
wm4
2017-06-27
1
-0
/
+2
*
d3d11va: Link directly to dxgi.dll and d3d11.dll functions if LoadLibrary is ...
Martin Storsjö
2017-06-27
1
-0
/
+4
*
dxva: add support for new dxva2 and d3d11 hwaccel APIs
wm4
2017-06-27
1
-17
/
+13
*
vaapi_encode: Add VP9 support
Mark Thompson
2017-06-24
1
-0
/
+3
*
Add support for LibOpenJPEG v2.2/git
Reino17
2017-06-23
1
-1
/
+4
*
configure: fix assignment of assembler specific flags
James Almer
2017-06-23
1
-2
/
+2
*
configure: Move x86 assembler sanity check into assembler probe function
Diego Biurrun
2017-06-21
1
-4
/
+4
*
build: Prefer NASM assembler over YASM
Diego Biurrun
2017-06-21
1
-3
/
+3
*
build: fix commandline selection of nasm
James Almer
2017-06-21
1
-6
/
+17
*
build: Explicitly set 32-bit/64-bit object formats for nasm/yasm
Diego Biurrun
2017-06-21
1
-14
/
+9
*
build: Allow generating dependencies as a side-effect of assembling
Diego Biurrun
2017-06-21
1
-0
/
+8
*
build: Generalize yasm/nasm-related variable names
Diego Biurrun
2017-06-21
1
-32
/
+42
*
configure: Move up the avbuild directory creation
Luca Barbato
2017-06-20
1
-1
/
+2
*
build: Add missing idctdsp dependency for clearvideo
Diego Biurrun
2017-06-20
1
-0
/
+1
*
configure: use -x instead of -wN ..@ to strip assembly files
Rostislav Pehlivanov
2017-06-16
1
-2
/
+1
*
avfilter/af_sofalizer: switch to libmysofa
Paul B Mahol
2017-06-08
1
-4
/
+4
*
lavc: add mpeg2 mediacodec decoder
Aman Gupta
2017-06-08
1
-0
/
+2
*
Disable MSA optimization for big endian arch
Shivraj Patil
2017-06-03
1
-0
/
+4
*
configure: libnpp does not need to link libcuda
Timo Rothenpieler
2017-06-01
1
-1
/
+1
*
configure: Fix the msvcrt version check for mingw32
Martin Storsjö
2017-05-31
1
-1
/
+1
*
lavc: remove libschroedinger encoding and decoding wrappers
Rostislav Pehlivanov
2017-05-29
1
-5
/
+0
*
lavf: remove the libnut library wrapper
Rostislav Pehlivanov
2017-05-29
1
-6
/
+0
*
configure: fix --tempprefix option
James Almer
2017-05-20
1
-1
/
+3
*
Merge commit 'ba6a49e60bdd61b6d02c2b26daa01942c35f39cc'
Clément Bœsch
2017-05-20
1
-0
/
+1
|
\
|
*
configure: Clean up temporary files on interrupt
Diego Biurrun
2017-01-29
1
-0
/
+1
*
|
Merge commit '78489822074096e3ae0f3c3b70accace955086f6'
Clément Bœsch
2017-05-20
1
-6
/
+10
|
\
\
|
|
/
|
*
configure: Place all temporary files in one separate directory
Michał Górny
2017-01-29
1
-6
/
+10
|
*
vaapi_encode: Add MPEG-2 support
Mark Thompson
2017-01-29
1
-0
/
+3
*
|
Merge commit '2bbb5abd877104fa9bc342c521bb49bc1aad50ce'
Clément Bœsch
2017-05-20
1
-1
/
+4
|
\
\
|
|
/
|
*
build: Map -Wall compiler flag to -W3 for MSVC and -Wextra to -W4
Diego Biurrun
2017-01-26
1
-1
/
+4
*
|
Merge commit '6151e9128ce2a84a443c82b78f5b5cb364ba2ab4'
Clément Bœsch
2017-05-20
1
-1
/
+6
|
\
\
|
|
/
|
*
build: Detect blocks C language extension and add it as VDA dependency
Diego Biurrun
2017-01-26
1
-1
/
+6
*
|
Merge commit 'f96d07f4ec4193fb5293d7ac8f1324aac3c3ea07'
Clément Bœsch
2017-05-19
1
-1
/
+1
|
\
\
|
|
/
|
*
configure: Add quotes around a variable which might be empty
Martin Storsjö
2017-01-26
1
-1
/
+1
*
|
Merge commit '9bf262f4c6e14f43f291cdb745ed372884ee2a7f'
Clément Bœsch
2017-05-19
1
-1
/
+2
|
\
\
|
|
/
|
*
configure: Use proper compiler-specific speed flags for hostcc
Diego Biurrun
2017-01-25
1
-1
/
+2
*
|
Merge commit 'bf38959a30ecba4e4ee95d4f2a80ba7ece4f34be'
Clément Bœsch
2017-05-19
1
-4
/
+3
|
\
\
|
|
/
|
*
configure: Move optflags checks to a more sensible place
Diego Biurrun
2017-01-25
1
-4
/
+3
*
|
Merge commit '7ff018c1cb43a5fe5ee2049d325cdd785852067a'
Clément Bœsch
2017-05-19
1
-1
/
+1
|
\
\
|
|
/
|
*
OS/2: Try to commit memory above 1GB
Dave Yeo
2017-01-22
1
-1
/
+1
|
*
configure: Fix typo in incdir variable written to config.sh
Diego Biurrun
2016-12-30
1
-1
/
+1
*
|
build: remove --enable-raise-major configure option
James Almer
2017-05-17
1
-2
/
+0
*
|
lavc: add a librsvg rasterization library wrapper
Rostislav Pehlivanov
2017-05-16
1
-0
/
+4
[next]