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: vdpau: add support for new hw_frames_ctx and hw_device_ctx API
wm4
2017-03-20
3
-20
/
+69
*
lavc: Add hwaccel_flags field to AVCodecContext
wm4
2017-03-20
4
-1
/
+16
*
avconv: Enable generic hwaccel support for VAAPI
Mark Thompson
2017-03-20
4
-238
/
+16
*
avconv: Generic device setup
Mark Thompson
2017-03-20
5
-6
/
+452
*
hwcontext: Make it easier to work with device types
Mark Thompson
2017-03-20
4
-1
/
+74
*
hwcontext: Add device derivation
Mark Thompson
2017-03-20
5
-1
/
+103
*
rtmp: Move RTMP digest calculation to a separate file
Diego Biurrun
2017-03-20
3
-43
/
+74
*
build: Add missing object dependency for extract_extradata bitstream filter
Diego Biurrun
2017-03-20
1
-1
/
+2
*
arm/aarch64: vp9: Fix vertical alignment
Martin Storsjö
2017-03-16
3
-26
/
+26
*
matroskaenc: add support for Spherical Video elements
James Almer
2017-03-15
2
-1
/
+85
*
configure: Replace -no_weak_symbols with -Werror=partial-availability
Luca Barbato
2017-03-15
1
-1
/
+1
*
x86: fft: Port to cpuflags
Diego Biurrun
2017-03-14
1
-51
/
+43
*
x86: h264: Simplify DEQUANT macro with cpuflags
Diego Biurrun
2017-03-14
1
-24
/
+28
*
x86: vp8dsp: port FILTER_BILINEAR macro to cpuflags
Diego Biurrun
2017-03-14
1
-77
/
+66
*
x86util: Port all macros to cpuflags
Diego Biurrun
2017-03-14
3
-34
/
+33
*
h264_cavlc: check the value of run_before
Anton Khirnov
2017-03-12
1
-2
/
+6
*
h2645_parse: use the bytestream2 API for packet splitting
Anton Khirnov
2017-03-12
1
-22
/
+21
*
h264dec: initialize field_started to 0 on each decode call
Anton Khirnov
2017-03-12
1
-0
/
+1
*
arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be used
Martin Storsjö
2017-03-11
2
-3
/
+4
*
arm: vp9itxfm: Template the quarter/half idct32 function
Martin Storsjö
2017-03-11
1
-37
/
+20
*
cfhd: Add FATE tests
Diego Biurrun
2017-03-09
4
-0
/
+45
*
Add Cineform HD Decoder
Kieran Kunhya
2017-03-09
11
-1
/
+1229
*
add initial QP value options
Konda Raju
2017-03-09
4
-0
/
+35
*
avcodec: clarify some decoding/encoding API details
wm4
2017-03-09
1
-9
/
+35
*
mkv: Export bounds and padding from spherical metadata
Vittorio Giovara
2017-03-07
2
-3
/
+54
*
mkv: Add support for Spherical Video elements
James Almer
2017-03-07
3
-1
/
+84
*
mov: Export bounds and padding from spherical metadata
Vittorio Giovara
2017-03-07
4
-4
/
+33
*
spherical: Add tiled equirectangular type and projection-specific properties
Vittorio Giovara
2017-03-07
6
-6
/
+126
*
mov: Validate cubemap layout
Vittorio Giovara
2017-03-07
1
-1
/
+7
*
mov: Validate spherical metadata version
Vittorio Giovara
2017-03-07
1
-4
/
+22
*
mov: Ignore old spherical metadata when newer version is present
Vittorio Giovara
2017-03-07
1
-2
/
+3
*
mov: Fix spherical metadata_source parsing
Aaron Colwell
2017-03-07
1
-2
/
+2
*
configure: Check for -no_weak_imports in ldflags on macOS
Luca Barbato
2017-03-07
1
-0
/
+1
*
build: Prefer NASM assembler over YASM
Diego Biurrun
2017-03-07
5
-15
/
+17
*
build: Make x86 assembler commandline-selectable
Diego Biurrun
2017-03-07
1
-8
/
+22
*
build: Special-case handling of SDL CFLAGS
Diego Biurrun
2017-03-07
1
-1
/
+7
*
build: Fix logic of clock_gettime() check
Diego Biurrun
2017-03-07
1
-2
/
+2
*
pixlet: Fix architecture-dependent code and values
Vittorio Giovara
2017-03-06
3
-29
/
+33
*
build: Explicitly set 32-bit/64-bit object formats for nasm/yasm
Diego Biurrun
2017-03-05
1
-10
/
+9
*
x86: Merge align directives into SECTION_RODATA declarations where possible
Diego Biurrun
2017-03-05
4
-10
/
+5
*
nvenc: Remove qmin and qmax constraints for nvenc vbr
Ganapathy Kasi
2017-03-04
1
-8
/
+7
*
Add Apple Pixlet decoder
Paul B Mahol
2017-03-01
11
-1
/
+708
*
libavutil: add av_mod_uintp2
James Almer
2017-03-01
1
-0
/
+14
*
intmath: add faster clz support
Ganesh Ajjanagadde
2017-03-01
1
-0
/
+19
*
build: Add pthreads to list of avutil extralibs
Diego Biurrun
2017-03-01
1
-1
/
+1
*
fate: Add build-only targets to FATE
Diego Biurrun
2017-03-01
3
-0
/
+22
*
build: Allow generating dependencies as a side-effect of assembling
Diego Biurrun
2017-03-01
2
-3
/
+11
*
build: Generalize yasm/nasm-related variable names
Diego Biurrun
2017-03-01
25
-140
/
+145
*
build: Add "build" shorthand target that depends on all compile targets
Diego Biurrun
2017-03-01
1
-1
/
+3
*
build: Skip generating .version files when cleaning
Diego Biurrun
2017-03-01
1
-0
/
+2
[next]