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
*
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
*
dict: extend documentation.
Anton Khirnov
2011-07-08
1
-3
/
+36
*
lls: whitespace cosmetics
Mans Rullgard
2011-07-08
1
-59
/
+74
*
avutil: Add missing test programs to Makefile.
Diego Biurrun
2011-07-08
1
-1
/
+2
*
eval: add missing comma to tests.
Ronald S. Bultje
2011-07-05
1
-1
/
+1
*
eval: fix memleak.
Ronald S. Bultje
2011-07-05
1
-0
/
+1
*
eval: clear Parser instances before using
Mans Rullgard
2011-07-04
1
-2
/
+2
*
sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*
Kostya Shishkov
2011-07-04
1
-2
/
+2
*
des: allow unaligned input and output buffers
Mans Rullgard
2011-07-04
1
-4
/
+4
*
aes: allow unaligned input and output buffers
Mans Rullgard
2011-07-04
1
-15
/
+26
*
eval: make timing optional in test program
Mans Rullgard
2011-07-04
1
-4
/
+9
*
Do not include log.h in avutil.h
Mans Rullgard
2011-07-03
6
-1
/
+5
*
Do not include pixfmt.h in avutil.h
Mans Rullgard
2011-07-03
1
-1
/
+0
*
Do not include rational.h in avutil.h
Mans Rullgard
2011-07-03
1
-1
/
+0
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-1
/
+0
*
Do not include intfloat_readwrite.h in avutil.h
Mans Rullgard
2011-07-03
1
-1
/
+0
*
Remove return statements following infinite loops without break
Mans Rullgard
2011-07-03
2
-2
/
+0
*
md5: cosmetics
Mans Rullgard
2011-07-03
1
-48
/
+61
*
md5: use AV_WL32 to write result
Mans Rullgard
2011-07-03
1
-1
/
+2
*
md5: include correct headers
Mans Rullgard
2011-07-03
1
-1
/
+1
*
md5: fix test program
Mans Rullgard
2011-07-03
1
-8
/
+16
[next]