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
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwcontext_dxva2: frame mapping support
Anton Khirnov
2016-11-07
1
-21
/
+68
*
hwcontext_vaapi: Frame mapping support
Mark Thompson
2016-11-03
1
-41
/
+52
*
hwcontext: Hardware frame mapping
Mark Thompson
2016-11-03
4
-7
/
+361
*
Drop unreachable break and return statements
Diego Biurrun
2016-11-03
1
-2
/
+0
*
float_dsp: Have implementation match function pointer prototype
Diego Biurrun
2016-11-03
1
-1
/
+1
*
audio_fifo: Drop write-only variable
Diego Biurrun
2016-10-27
1
-2
/
+2
*
lavu: Add JEDEC P22 color primaries
Vittorio Giovara
2016-10-21
3
-1
/
+3
*
emms: Give apriv_emms_yasm() a more general name
Diego Biurrun
2016-10-18
2
-4
/
+4
*
x86: Add missing colons after assembly labels
Diego Biurrun
2016-10-17
1
-2
/
+2
*
Add GBRAP12 pixel format support
Kieran Kunhya
2016-10-12
3
-1
/
+33
*
Add GBRP12 pixel format support
Michael Niedermayer
2016-10-12
3
-1
/
+30
*
pixfmt: Document alternative names for smpte 431 and 432
Vittorio Giovara
2016-10-02
1
-2
/
+2
*
hwcontext_vaapi: Enable P010 support
Mark Thompson
2016-10-02
1
-1
/
+1
*
lavu: remove the custom atomic API
Anton Khirnov
2016-10-02
7
-396
/
+0
*
buffer: convert to stdatomic
Anton Khirnov
2016-10-02
2
-12
/
+14
*
hwcontext_vaapi: add a quirk for the missing MemoryType attribute
Anton Khirnov
2016-10-02
3
-2
/
+14
*
lavu: Bump version for the 12bit Planar YUV support
Luca Barbato
2016-09-27
1
-1
/
+1
*
pixfmt: Add yuv444p12 pixel format
Luca Barbato
2016-09-27
2
-0
/
+29
*
pixfmt: Add yuv422p12 pixel format
Luca Barbato
2016-09-27
2
-0
/
+29
*
pixfmt: Add yuv420p12 pixel format
Luca Barbato
2016-09-27
2
-0
/
+29
*
hwcontext_cuda: Add P010 and YUV444P16 pixel format
Yogender Kumar Gupta
2016-09-22
1
-0
/
+22
*
x86util: Document SBUTTERFLY macro
Alexandra Hájková
2016-09-19
1
-0
/
+10
*
hwcontext_vdpau: Fix missing subscripts
Mark Thompson
2016-09-14
1
-2
/
+2
*
hwcontext_vdpau: Remove duplicate definition of GET_CALLBACK
Mark Thompson
2016-09-14
1
-24
/
+13
*
Drop memalign hack
Diego Biurrun
2016-09-03
1
-26
/
+3
*
hwcontext_dxva2: use the special UC copy for downloading frames
Anton Khirnov
2016-08-31
1
-2
/
+7
*
imgutils: add a function for copying image data from GPU mapped memory
Anton Khirnov
2016-08-31
7
-14
/
+215
*
mathematics: Kill non-compiling disabled cruft
Diego Biurrun
2016-08-17
1
-9
/
+0
*
hwcontext_vaapi: Try the first render node as the default DRM device
Mark Thompson
2016-08-13
1
-5
/
+8
*
buffer: fix av_buffer_pool_init2() documentation
Anton Khirnov
2016-08-11
1
-3
/
+4
*
buffer: fix av_buffer_realloc() when the data is offset wrt buffer start
Anton Khirnov
2016-08-03
1
-1
/
+1
*
lavu: add LOCAL_ALIGNED_32
James Almer
2016-08-03
1
-0
/
+6
*
Revert "libavutil: Use an intermediate variable in AV_COPY*U"
Martin Storsjö
2016-08-02
1
-5
/
+1
*
intreadwrite: Use the __unaligned keyword on MSVC for ARM and x86_64
Martin Storsjö
2016-08-02
1
-0
/
+5
*
intreadwrite: Add intermediate variables in the byteswise AV_W*() macros
Martin Storsjö
2016-08-02
1
-6
/
+12
*
libavutil: Use an intermediate variable in AV_COPY*U
Martin Storsjö
2016-07-31
1
-1
/
+5
*
libavutil: Always use some GCC style attributes on clang
Martin Storsjö
2016-07-21
2
-3
/
+3
*
arm: Check for support for the .fpu directive
Martin Storsjö
2016-07-21
1
-2
/
+8
*
x86: cpu: Detect Conroe CPUs and their slow shuffle unit
Fiona Glaser
2016-07-20
1
-0
/
+6
*
x86: Add SSSE3_SLOW CPU flag and related convenience macros
Diego Biurrun
2016-07-20
3
-1
/
+8
*
x86util: Extend SPLATW for avx2
James Almer
2016-07-18
1
-1
/
+3
*
hwcontext_qsv: add support for p010
Anton Khirnov
2016-07-03
1
-0
/
+1
*
hwcontext_vaapi: Add driver quirks to the hwdevice
Mark Thompson
2016-07-02
3
-1
/
+62
*
hwcontext_dxva2: add support for p010
Anton Khirnov
2016-07-02
1
-12
/
+15
*
pixfmt: add P010 pixel format
Hendrik Leppkes
2016-07-02
3
-1
/
+29
*
hwcontext_vaapi: allow transfers to/from any size of sw frame
Mark Thompson
2016-06-28
1
-0
/
+12
*
hwcontext: allocate the destination frame for the pool size
Anton Khirnov
2016-06-28
1
-2
/
+6
*
hwcontext: clarify the behaviour of transfer_data() for cropped frames
Anton Khirnov
2016-06-28
1
-0
/
+8
*
pixdesc: Fix AVCOL_TRC_BT2020_12 name
Vittorio Giovara
2016-06-27
1
-1
/
+1
*
pixdesc: Add aliases to SMPTE color properties
Vittorio Giovara
2016-06-27
3
-7
/
+10
[next]