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
*
lavu: add planar 16 bit and 8 bit rgb with alpha
Paul B Mahol
2015-01-14
3
-1
/
+46
*
imgutils: create misc functions for dealing with buffers
Stefano Sabatini
2015-01-14
3
-1
/
+141
*
opt: check memory allocation
Vittorio Giovara
2015-01-05
1
-0
/
+2
*
check memory errors from av_strdup()
Vittorio Giovara
2014-12-18
1
-3
/
+5
*
lavu: Refactor side data wiping
Luca Barbato
2014-12-18
1
-8
/
+14
*
thread: use "" instead of <> for including the w32pthreads wrapper
Anton Khirnov
2014-12-14
1
-1
/
+1
*
aarch64: Use .data.rel.ro for const data with relocations
Martin Storsjö
2014-12-09
1
-2
/
+8
*
arm: Use .data.rel.ro for const data with relocations
Martin Storsjö
2014-12-09
1
-1
/
+5
*
v210enc: Add SIMD optimised 8-bit and 10-bit encoders
Kieran Kunhya
2014-12-05
1
-0
/
+5
*
lavu: fix memory leaks by using a mutex instead of atomics
wm4
2014-11-27
2
-56
/
+29
*
lavu: add wrappers for the pthreads mutex API
Anton Khirnov
2014-11-27
1
-0
/
+53
*
Share the utf8 to wchar conversion routine between lavf and lavu
Martin Storsjö
2014-11-27
2
-9
/
+48
*
lavu: move internal define to the only places where it is used
Vittorio Giovara
2014-11-24
1
-4
/
+0
*
opt: Fix the documentation mentioning av_set_string3
Luca Barbato
2014-11-11
1
-2
/
+2
*
avstring: Mark some character handling functions av_const
Henrik Gramner
2014-11-07
1
-6
/
+6
*
Use gmtime_r instead of gmtime and localtime_r instead of localtime
Martin Storsjö
2014-10-26
1
-3
/
+4
*
lavu: Provide fallbacks for gmtime_r and localtime_r
Martin Storsjö
2014-10-26
1
-0
/
+47
*
lavu: Add av_gettime_relative
Martin Storsjö
2014-10-24
3
-7
/
+24
*
pixdesc: return color properties names
Vittorio Giovara
2014-10-08
3
-2
/
+85
*
pixfmt: mark further reserved values
Vittorio Giovara
2014-10-08
2
-1
/
+3
*
doc: expand description for some color properties
Vittorio Giovara
2014-10-08
1
-4
/
+5
*
log: Unbreak no-tty support on 256color terminals
Luca Barbato
2014-09-26
1
-1
/
+2
*
x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags
Henrik Gramner
2014-09-09
1
-19
/
+22
*
x86inc: Free up variable name "n" in global namespace
Loren Merritt
2014-09-09
1
-9
/
+9
*
x86inc: Make ym# behave the same way as xm#
Henrik Gramner
2014-09-09
1
-4
/
+4
*
time: Add missing zero
Gabriel Dume
2014-09-08
1
-1
/
+1
*
time: Use clock_gettime if the monotonic clock is available
Luca Barbato
2014-09-03
1
-2
/
+8
*
ppc: Support little endian intreadwrite
Luca Barbato
2014-09-03
1
-24
/
+40
*
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
2
-3
/
+3
*
atomic_win32: Drop unnecessary atomic.h #include
Diego Biurrun
2014-08-15
1
-2
/
+0
*
frame: Remove some FF_API_AVFRAME_COLORSPACE leftovers
Diego Biurrun
2014-08-14
1
-2
/
+0
*
cpu-test: Add unistd.h #include for getopt()
Diego Biurrun
2014-08-13
1
-0
/
+4
*
mem: add av_strndup() for duplicating substrings
Anton Khirnov
2014-08-13
3
-1
/
+31
*
stereo3d: initialize AVStereo3D to zero
Felix Abecassis
2014-08-13
1
-0
/
+3
*
AVOption: add support for dictionary types.
Andrew Stone
2014-08-13
3
-14
/
+73
*
avresample: Introduce AVFrame-based API
Luca Barbato
2014-08-10
2
-1
/
+3
*
Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.
Anton Khirnov
2014-08-09
3
-7
/
+0
*
Bump major versions of all libraries.
Anton Khirnov
2014-08-09
1
-2
/
+2
*
Postpone API-incompatible changes until the next bump.
Anton Khirnov
2014-08-09
1
-11
/
+11
*
avutil: add AV_PIX_FMT_YA16 pixel format
Vittorio Giovara
2014-08-04
3
-2
/
+26
*
avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
Vittorio Giovara
2014-08-04
3
-4
/
+8
*
avutil: add alias names for gray 8/16 colour spaces
Vittorio Giovara
2014-08-04
1
-0
/
+3
*
pixdesc: Support pixelformat aliases
Luca Barbato
2014-08-04
3
-3
/
+10
*
imgutils: Do not declare avpriv_set_systematic_pal2 in the public header
Diego Biurrun
2014-08-04
3
-3
/
+4
*
avcodec: Deprecate dtg_active_format field in favor of avframe side-data
Kieran Kunhya
2014-08-03
2
-1
/
+16
*
aarch64: use MACH-O const data asm directive in const macro
Janne Grunau
2014-08-04
1
-0
/
+4
*
cpu-test: test av_cpu_count
Janne Grunau
2014-08-04
1
-1
/
+13
*
fate: add informative cpu test
Janne Grunau
2014-08-04
1
-6
/
+43
*
pixdesc: K&R formatting cosmetics
Luca Barbato
2014-08-01
2
-19
/
+33
[next]