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
*
Add a compat stdatomic.h implementation based on windows atomics
Anton Khirnov
2016-10-02
2
-0
/
+181
*
Add a compat stdatomic.h implementation based on GCC atomics
Anton Khirnov
2016-10-02
2
-0
/
+179
*
configure: check for stdatomic.h
Anton Khirnov
2016-10-02
1
-1
/
+28
*
huffyuvdsp: Enable the altivec code for PPC little-endian as well
Luca Barbato
2016-10-02
1
-4
/
+4
*
huffyuvdsp: Reenable PPC optimizations
Luca Barbato
2016-10-02
1
-0
/
+2
*
checkasm: Add test for huffyuvdsp add_bytes
Alexandra Hájková
2016-10-02
4
-0
/
+81
*
avconv: only retry decoding on actual decoding errors
Anton Khirnov
2016-10-02
1
-10
/
+27
*
avconv: make sure the filtergraph is freed on init failure
Anton Khirnov
2016-10-02
1
-6
/
+10
*
avconv: set the encoding framerate when the output is CFR
Anton Khirnov
2016-10-02
1
-0
/
+2
*
h264dec: support broken files with mp4 extradata/annex b data
Anton Khirnov
2016-10-02
1
-1
/
+18
*
hwcontext_vaapi: add a quirk for the missing MemoryType attribute
Anton Khirnov
2016-10-02
4
-2
/
+17
*
ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asm
Justin Ruggles
2016-10-01
6
-177
/
+316
*
ac3dsp: Add some special-case handling for the C downmix function
Justin Ruggles
2016-10-01
1
-1
/
+38
*
ac3dsp: Reverse matrix in/out order in downmix()
Justin Ruggles
2016-10-01
5
-36
/
+52
*
avio: add a new flag for marking streams seekable by timestamp
Anton Khirnov
2016-09-30
4
-2
/
+13
*
avio: cosmetics, prettify AVIO_SEEKABLE_NORMAL
Anton Khirnov
2016-09-30
1
-2
/
+4
*
lavf: fix usage of AVIOContext.seekable
Anton Khirnov
2016-09-30
48
-78
/
+84
*
x86/h264_weight: use appropriate register size for weight parameters
Hendrik Leppkes
2016-09-30
1
-6
/
+6
*
mpegaudiodsp: Change type of array stride parameters to ptrdiff_t
Diego Biurrun
2016-09-29
5
-11
/
+14
*
mss*: Change type of array stride parameters to ptrdiff_t
Diego Biurrun
2016-09-29
9
-46
/
+50
*
ea: Change type of array stride parameters to ptrdiff_t
Diego Biurrun
2016-09-29
7
-11
/
+13
*
hevc: Change type of array stride parameters to ptrdiff_t
Diego Biurrun
2016-09-29
4
-34
/
+34
*
h264chroma: Change type of stride parameters to ptrdiff_t
Diego Biurrun
2016-09-29
17
-110
/
+110
*
idct: Change type of array stride parameters to ptrdiff_t
Diego Biurrun
2016-09-29
36
-166
/
+184
*
blockdsp: Change type of array stride parameters to ptrdiff_t
Diego Biurrun
2016-09-29
2
-3
/
+6
*
intrax8: Change type of array stride parameters to ptrdiff_t
Diego Biurrun
2016-09-29
3
-42
/
+46
*
hpeldsp: arm: Update comments left behind in 25841dfe806a13de526ae09c11149ab1...
Diego Biurrun
2016-09-29
1
-8
/
+8
*
x86: fpel: Remove unnecessary sign extend
Diego Biurrun
2016-09-29
1
-1
/
+0
*
vaapi_h264: Set max_num_ref_frames to 1 when not using B frames
Mark Thompson
2016-09-28
1
-1
/
+1
*
vaapi_encode: Sync to input surface rather than output
Mark Thompson
2016-09-28
1
-3
/
+3
*
vaapi_encode: Check packed header capabilities
Mark Thompson
2016-09-28
5
-7
/
+54
*
vaapi_encode: Refactor initialisation
Mark Thompson
2016-09-28
5
-437
/
+418
*
examples/output: switch to the new encoding API
Anton Khirnov
2016-09-28
1
-27
/
+44
*
tdsc: use the new decoding API
Anton Khirnov
2016-09-28
1
-6
/
+9
*
lavc: add clobber tests for the new encoding/decoding API
Anton Khirnov
2016-09-28
4
-0
/
+68
*
mpegvideo_enc: use the new encoding API for b_strategy=2
Anton Khirnov
2016-09-28
1
-39
/
+49
*
mpegvideo_enc: handle encoding errors with b_strategy=2
Anton Khirnov
2016-09-28
1
-0
/
+18
*
mpegvideo_enc: add const to the AVCodec instance
Anton Khirnov
2016-09-28
1
-1
/
+1
*
APIchanges: fix a typo in the version number
Anton Khirnov
2016-09-28
1
-1
/
+1
*
lavu: Bump version for the 12bit Planar YUV support
Luca Barbato
2016-09-27
2
-1
/
+4
*
pixfmt: Add yuv444p12 pixel format
Luca Barbato
2016-09-27
10
-1
/
+44
*
pixfmt: Add yuv422p12 pixel format
Luca Barbato
2016-09-27
11
-1
/
+48
*
pixfmt: Add yuv420p12 pixel format
Luca Barbato
2016-09-27
12
-2
/
+56
*
swscale: Rename is9_OR_10 to match what it does
Luca Barbato
2016-09-27
6
-10
/
+10
*
swscale: Update bitdepth range check
Luca Barbato
2016-09-27
3
-11
/
+11
*
swscale: Consistently order input YUV pixel formats
Vittorio Giovara
2016-09-27
1
-29
/
+29
*
nvenc: Extended rate-control support as provided by SDK 7
Yogender Gupta
2016-09-24
5
-1
/
+80
*
nvenc: Add support for high bitdepth
Yogender Gupta
2016-09-24
3
-5
/
+96
*
nvenc: Add some easier to understand presets that match x264 terminology
Yogender Gupta
2016-09-24
4
-5
/
+22
*
nvenc: Make sure that enum and array index match
Luca Barbato
2016-09-24
1
-9
/
+14
[next]