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
*
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
*
hwcontext_vaapi: Return all formats for constraints without config
Mark Thompson
2016-06-21
1
-111
/
+79
*
lavc: export the timestamps when decoding in AVFrame.pts
Anton Khirnov
2016-06-21
3
-0
/
+11
*
hwcontext: add a QSV implementation
Anton Khirnov
2016-06-21
7
-1
/
+853
*
pixdesc: Add new SMPTE 431, 432, and 2085 color properties
Vittorio Giovara
2016-06-21
3
-1
/
+7
*
pixfmt: Add ARIB STD-B76 color transfer characteristic
Neil Birkbeck
2016-06-21
3
-1
/
+3
*
pixdesc: Use C99 array to list color properties names
Vittorio Giovara
2016-06-13
1
-18
/
+55
*
build: Change structure of the linker version script templates
Diego Biurrun
2016-05-29
1
-3
/
+5
*
asm: FF_-prefix internal macros used in inline assembly
Diego Biurrun
2016-05-28
2
-35
/
+35
*
hwcontext_vaapi: implement device creation
Anton Khirnov
2016-05-26
1
-0
/
+123
*
hwcontext_dxva2: implement device creation
Anton Khirnov
2016-05-26
1
-0
/
+133
[next]