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
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vaapi_h264: Constify pointers
Mark Thompson
2016-08-13
1
-12
/
+12
*
vp9: reindent after last commit
Anton Khirnov
2016-08-11
1
-120
/
+120
*
vp9: add frame threading
Ronald S. Bultje
2016-08-11
4
-81
/
+318
*
vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically.
Ronald S. Bultje
2016-08-11
4
-11
/
+34
*
vp9: split last/cur_frame from the reference buffers.
Ronald S. Bultje
2016-08-11
4
-98
/
+207
*
h264_direct: use the reference mask from the actual reference
Anton Khirnov
2016-08-11
1
-7
/
+7
*
lavc: free buffer_frame/pkt on avcodec_open2() failure
Anton Khirnov
2016-08-11
1
-0
/
+2
*
vp9: make mv bounds 32bit.
Ronald S. Bultje
2016-08-03
1
-1
/
+1
*
vp9mc/x86: sse2 MC assembly.
Ronald S. Bultje
2016-08-03
2
-106
/
+324
*
vp9mc/x86: add AVX and AVX2 MC
James Almer
2016-08-03
4
-111
/
+178
*
vp9mc/x86: rename ff_* to ff_vp9_*
Clément Bœsch
2016-08-03
2
-54
/
+54
*
vp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext
James Almer
2016-08-03
2
-5
/
+8
*
vp9mc/x86: simplify a few inits.
Clément Bœsch
2016-08-03
1
-10
/
+6
*
vp9mc/x86: add 16px functions (64bit only).
Ronald S. Bultje
2016-08-03
2
-0
/
+127
*
vp9/x86: rename vp9dsp to vp9mc
Anton Khirnov
2016-08-03
2
-2
/
+2
*
lavc: align the linesize to 32 when AVX is enabled
Anton Khirnov
2016-08-03
1
-1
/
+3
*
x86: deduplicate some constants
Christophe Gisquet
2016-08-03
6
-5
/
+9
*
h264dec: reset nb_slice_ctx_queued for hwaccel decoding
Anton Khirnov
2016-08-03
1
-2
/
+3
*
sbrdsp: Move a misplaced #endif directive to the right spot
Diego Biurrun
2016-08-03
1
-1
/
+1
*
dvbsubdec: Use NULL instead of 0 as pointer value
Diego Biurrun
2016-08-03
1
-4
/
+4
*
Revert "Don't use expressions with side effects in macro parameters"
Martin Storsjö
2016-08-02
1
-12
/
+6
*
Don't use expressions with side effects in macro parameters
Martin Storsjö
2016-07-31
1
-6
/
+12
*
dxv: Check to make sure we don't overrun buffers on corrupt inputs
Martin Storsjö
2016-07-31
1
-3
/
+11
*
qsvdec: only access hwaccel_context is the pixel format is QSV
Anton Khirnov
2016-07-31
1
-1
/
+1
*
Fix instances of broken indentation found by gcc 6
Anton Khirnov
2016-07-31
3
-70
/
+71
*
ac3dec: Add some inline hints
Luca Barbato
2016-07-29
1
-3
/
+3
*
ac3dec: Simplify skipping
Luca Barbato
2016-07-29
1
-2
/
+1
*
ac3dec: Split coupling-specific code from decode_audio_block()
Luca Barbato
2016-07-29
1
-91
/
+116
*
ac3dec: Split spx-specific code from decode_audio_block()
Luca Barbato
2016-07-29
1
-90
/
+108
*
mimic: do not release the newly obsolete reference at the end of decoding
Anton Khirnov
2016-07-29
1
-3
/
+0
*
hpeldsp: Explain why put_no_rnd_pixels_tab is larger than necessary
Diego Biurrun
2016-07-25
1
-0
/
+2
*
vpx: Support color range
Luca Barbato
2016-07-23
2
-0
/
+20
*
qsvenc: print warnings from encode/init
Anton Khirnov
2016-07-22
3
-0
/
+19
*
qsvenc: do not re-execute encoding on all positive status codes
Anton Khirnov
2016-07-22
1
-1
/
+1
*
qsv: print more complete error messages
Anton Khirnov
2016-07-22
4
-72
/
+97
*
qsvenc: take only the allocated dimensions from the frames context
Anton Khirnov
2016-07-22
1
-25
/
+25
*
qsvenc: add support for p010
Anton Khirnov
2016-07-22
3
-3
/
+15
*
qsv: handle the semi-packed formats in map_fourcc as well
Anton Khirnov
2016-07-22
1
-0
/
+2
*
lavc: set sw_pix_fmt for hwaccel encoding
Anton Khirnov
2016-07-22
1
-0
/
+11
*
lavc: initialize AVCodecContext.sw_pix_fmt properly
Anton Khirnov
2016-07-22
1
-0
/
+1
*
ratecontrol: Reorder functions to avoid forward declarations
Vittorio Giovara
2016-07-20
1
-396
/
+386
*
ratecontrol: Move Xvid-related functions to the place they are actually used
Vittorio Giovara
2016-07-20
4
-33
/
+39
*
ratecontrol: Move mpegenc-only function where it is used
Vittorio Giovara
2016-07-20
3
-23
/
+23
*
ratecontrol: Drop commented out cruft
Vittorio Giovara
2016-07-20
1
-12
/
+0
*
x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriate
Diego Biurrun
2016-07-20
2
-6
/
+8
*
x86: Use *_FAST/*_SLOW CPU feature detection macros where appropriate
Diego Biurrun
2016-07-20
4
-13
/
+17
*
x86: hpeldsp: Don't check for bitexact flag when initializing VP3-specific code
Diego Biurrun
2016-07-20
3
-11
/
+7
*
x86: hpeldsp: Drop unused function parameters
Diego Biurrun
2016-07-20
1
-8
/
+8
*
x86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriate
Diego Biurrun
2016-07-20
1
-9
/
+6
*
x86: hpeldsp: Split off VP3-specific bits into a separate file
Diego Biurrun
2016-07-20
6
-111
/
+176
[prev]
[next]