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
*
fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm
Justin Ruggles
2011-10-21
1
-0
/
+12
*
sws/pixfmt/pixdesc: add support for yuv420p9le/be.
Ronald S. Bultje
2011-10-21
2
-0
/
+26
*
AVOptions: add documentation.
Anton Khirnov
2011-10-19
1
-0
/
+183
*
avoptions: Fix av_opt_flag_is_set
Martin Storsjö
2011-10-17
1
-1
/
+2
*
AVOptions: don't segfault on NULL parameter in av_set_options_string()
Anton Khirnov
2011-10-17
1
-0
/
+3
*
log.h: make AVClass a named struct
Jindrich Makovicka
2011-10-12
1
-1
/
+1
*
AVOptions: bump minor and add APIchanges entry.
Anton Khirnov
2011-10-12
1
-1
/
+1
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
2
-80
/
+91
*
Remove all uses of deprecated AVOptions API.
Anton Khirnov
2011-10-12
1
-16
/
+18
*
AVOptions: add av_opt_next, deprecate av_next_option.
Anton Khirnov
2011-10-12
2
-1
/
+19
*
AVOptions: add functions for evaluating option strings.
Anton Khirnov
2011-10-12
2
-0
/
+39
*
AVOptions: split get_number().
Anton Khirnov
2011-10-12
1
-16
/
+26
*
AVOptions: add av_opt_get*, deprecate av_get*.
Anton Khirnov
2011-10-12
2
-13
/
+127
*
AVOptions: add av_opt_set*().
Anton Khirnov
2011-10-12
2
-19
/
+90
*
AVOptions: add new API for enumerating children.
Anton Khirnov
2011-10-12
3
-9
/
+96
*
intfloat_readwrite: fix signed addition overflows
Mans Rullgard
2011-10-11
1
-2
/
+2
*
AVOptions: refactor set_number/write_number
Anton Khirnov
2011-10-10
1
-14
/
+11
*
AVOptions: cosmetics, rename static av_set_number2() to write_number().
Anton Khirnov
2011-10-10
1
-3
/
+3
*
AVOptions: cosmetics, move and rename static av_set_number().
Anton Khirnov
2011-10-10
1
-12
/
+12
*
AVOptions: split av_set_string3 into opt type-specific functions
Anton Khirnov
2011-10-10
2
-81
/
+102
*
crc: fix signed overflow
Mans Rullgard
2011-10-09
1
-1
/
+1
*
x86: XOP/FMA4 CPU detection support
Jason Garrett-Glaser
2011-09-26
4
-2
/
+15
*
eval: test isnan(sqrt(-1)) instead of just sqrt(-1)
Anton Khirnov
2011-09-22
1
-1
/
+1
*
des: add possibility to calculate DES-CBC-MAC with small buffer
David Goldwich
2011-09-21
2
-3
/
+21
*
eval: implement not() expression
Stefano Sabatini
2011-09-19
2
-2
/
+8
*
eval: add sqrt function for computing the square root
Stefano Sabatini
2011-09-19
2
-1
/
+7
*
audioconvert: add explanatory comments to channel_names array
Stefano Sabatini
2011-09-11
1
-5
/
+20
*
audioconvert: K&R whitespace cosmetics
Stefano Sabatini
2011-09-11
1
-4
/
+5
*
AVOptions: remove AVOption.offset <= 0 checks
Anton Khirnov
2011-09-07
1
-4
/
+4
*
AVOptions: deprecate av_opt_set_defaults2
Anton Khirnov
2011-09-07
3
-6
/
+17
*
AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.h
Anton Khirnov
2011-09-07
2
-6
/
+5
*
AVOptions: fix av_set_string3() doxy to match reality.
Anton Khirnov
2011-09-03
1
-1
/
+1
*
AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().
Anton Khirnov
2011-09-03
2
-1
/
+10
*
cpu detection: avoid a signed overflow
Sean McGovern
2011-09-03
1
-1
/
+1
*
AVOptions: drop av_ prefix from static av_get_number().
Anton Khirnov
2011-09-01
1
-4
/
+4
*
doxygen: drop another pointless star from pointer variable name
Diego Biurrun
2011-08-27
1
-1
/
+1
*
fifo: add FIFO API test program, and fate test
Stefano Sabatini
2011-08-26
2
-1
/
+37
*
fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()
Stefano Sabatini
2011-08-26
2
-4
/
+32
*
doxygen: drop pointless star from pointer variable names
Diego Biurrun
2011-08-26
1
-12
/
+12
*
Move clipd macros to x86util.asm.
Ronald S. Bultje
2011-08-17
1
-0
/
+33
*
Move x86util.asm from libavcodec/ to libavutil/.
Ronald S. Bultje
2011-08-12
1
-0
/
+542
*
Move x86inc.asm to libavutil/.
Ronald S. Bultje
2011-08-12
1
-0
/
+905
*
random_seed: use proper #includes
Mans Rullgard
2011-07-17
1
-2
/
+2
*
des: fix #if conditional around P_shuffle
Mans Rullgard
2011-07-16
1
-1
/
+1
*
mem.h: switch doxygen parameter order to match function prototype
Diego Biurrun
2011-07-15
1
-2
/
+2
*
doxygen: do not include license boilerplate in Doxygen documentation
Diego Biurrun
2011-07-15
1
-4
/
+6
*
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-14
2
-9
/
+9
*
pix_fmt: Fix number of bits per component in yuv444p9be
Oskar Arvidsson
2011-07-12
1
-3
/
+3
*
lls: use av_lfg instead of rand() in test program
Mans Rullgard
2011-07-11
1
-5
/
+8
*
AVOptions: in av_opt_find() don't return named constants unless unit is speci...
Anton Khirnov
2011-07-08
1
-2
/
+3
[next]