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
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
11
-22
/
+22
*
testprogs: Mark some tables as static const
Diego Biurrun
2016-04-29
7
-17
/
+17
*
pixfmt: fix wrong comment
Thomas Guillem
2016-04-19
1
-2
/
+2
*
hwcontext: initialize sw_format in av_hwframe_ctx_alloc()
Anton Khirnov
2016-04-15
1
-0
/
+1
*
testprogs: Add missing libm.h includes
Martin Storsjö
2016-04-11
1
-0
/
+1
*
build: Split test programs off into separate files
Diego Biurrun
2016-04-07
42
-1724
/
+2103
*
build: miscellaneous cosmetics
Diego Biurrun
2016-04-07
1
-4
/
+4
*
testprogs: K&R formatting cosmetics
Diego Biurrun
2016-03-24
6
-356
/
+430
*
testprogs: Clean up #includes
Diego Biurrun
2016-03-24
2
-2
/
+3
*
opt: Add av_opt_copy()
Michael Niedermayer
2016-03-24
3
-2
/
+81
*
opt: Add const to av_opt_next
Lukasz Marek
2016-03-24
3
-4
/
+4
*
opt-test: Merge struct declaration and initialization
Diego Biurrun
2016-03-23
1
-3
/
+1
*
opt-test: Move some variable declarations to avoid block braces
Diego Biurrun
2016-03-23
1
-36
/
+35
*
parseutils-test: Move some variable declarations to avoid block braces
Diego Biurrun
2016-03-23
1
-84
/
+80
*
des-test: Move a variable declaration to avoid an ifdef
Diego Biurrun
2016-03-23
1
-3
/
+1
*
lavu: VAAPI hwcontext implementation
Mark Thompson
2016-03-19
7
-1
/
+941
*
lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI
Mark Thompson
2016-03-19
3
-1
/
+23
*
lavu: add a way to query hwcontext frame constraints
Mark Thompson
2016-03-19
4
-1
/
+125
*
buffer: drop a reference to a non-existing function from the docs
Anton Khirnov
2016-03-07
1
-1
/
+0
*
pixfmt: fix the AV_PIX_FMT_VAAPI_VLD doxy
Anton Khirnov
2016-03-07
1
-1
/
+1
*
lavu: improve documentation of some AVFrame functions
wm4
2016-03-05
1
-1
/
+13
*
cosmetics: Drop empty comment lines
Diego Biurrun
2016-02-18
7
-8
/
+0
*
hwcontext_cuda/vdpau: add to skipheaders
Anton Khirnov
2016-02-18
1
-0
/
+2
*
hwcontext: add a CUDA implementation
Anton Khirnov
2016-02-14
6
-0
/
+323
*
pixfmt: add a CUDA hwaccelled format
Anton Khirnov
2016-02-14
2
-0
/
+10
*
hwcontext: add a VDPAU implementation
Anton Khirnov
2016-02-14
5
-0
/
+459
*
lavu: add a framework for handling hwaccel frames
Anton Khirnov
2016-02-14
6
-0
/
+832
*
buffer: add support for pools using caller data in allocation
Anton Khirnov
2016-02-14
4
-2
/
+47
*
x86: Add ymm_reg struct
James Almer
2016-01-28
1
-0
/
+1
*
pixdesc: Use AV_CEIL_RSHIFT in documentation
Vittorio Giovara
2016-01-25
1
-3
/
+3
*
pixdesc: Drop unneeded deprecation warning guards
Vittorio Giovara
2016-01-25
1
-2
/
+0
*
x86inc: Add debug symbols indicating sizes of compiled functions
Geza Lore
2016-01-23
1
-0
/
+23
*
x86inc: Avoid creating unnecessary local labels
Henrik Gramner
2016-01-23
1
-2
/
+4
*
x86inc: Simplify AUTO_REP_RET
Henrik Gramner
2016-01-23
1
-4
/
+2
*
x86inc: Use more consistent indentation
Henrik Gramner
2016-01-23
1
-67
/
+67
*
x86inc: Preserve arguments when allocating stack space
Henrik Gramner
2016-01-23
1
-2
/
+5
*
x86inc: Improve FMA instruction handling
Henrik Gramner
2016-01-23
1
-40
/
+37
*
x86inc: Be more verbose in assertion failures
Henrik Gramner
2016-01-23
1
-1
/
+1
*
x86inc: Make cpuflag() and notcpuflag() return 0 or 1
Henrik Gramner
2016-01-23
1
-2
/
+3
*
pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample()
Anton Khirnov
2016-01-23
1
-2
/
+2
*
lavu: add AV_CEIL_RSHIFT and use it in various places
Clément Bœsch
2016-01-11
4
-3
/
+11
*
arm: Fix vfp dead code elimination with have_vfp_vm
Martin Storsjö
2016-01-08
1
-1
/
+1
*
arm: add a cpu flag for the VFPv2 vector mode
Janne Grunau
2015-12-14
5
-1
/
+13
*
arm64: add cycle counter support
Janne Grunau
2015-12-14
2
-1
/
+47
*
libavutil: move FFALIGN macro from common.h to macros.h
Janne Grunau
2015-12-14
5
-2
/
+7
*
xtea: Add functions for little endian mode
Martin Storsjö
2015-11-13
3
-14
/
+105
*
xtea: Clarify that the current API works in big endian mode
Martin Storsjö
2015-11-13
1
-2
/
+4
*
thread: Provide no-op variants for pthread_once
Luca Barbato
2015-10-14
1
-0
/
+17
*
dict: Change return type of av_dict_copy()
Vittorio Giovara
2015-10-12
3
-5
/
+12
*
avutil/avstring: Inline some tiny functions
Henrik Gramner
2015-10-03
2
-26
/
+18
[next]