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
*
Fix compilation when using the --disable-opts parameter. This to help those
Panagiotis Issaris
2007-03-29
1
-0
/
+4
*
prevent exit missuse
Michael Niedermayer
2007-03-27
1
-0
/
+1
*
expose av_base64_decode and av_base64_encode
Luca Barbato
2007-03-19
4
-9
/
+9
*
160 bytes smaller object file, ask gcc devels why
Michael Niedermayer
2007-03-14
1
-5
/
+6
*
explain where the T table comes from
Michael Niedermayer
2007-03-14
1
-1
/
+1
*
kill 3 more av_mallocz_static()
Michael Niedermayer
2007-03-14
2
-0
/
+14
*
cosmetic (order context variables like in sha1)
Michael Niedermayer
2007-03-13
1
-1
/
+1
*
s/context/ctx/
Michael Niedermayer
2007-03-13
1
-29
/
+29
*
#undef printf under #ifdef TEST (needed for testing)
Michael Niedermayer
2007-03-13
1
-0
/
+1
*
borrow finalization algo from sha1 (100byte smaller)
Michael Niedermayer
2007-03-13
1
-14
/
+6
*
get rid of b_used variable (same size with CONFIG_SMALL)
Michael Niedermayer
2007-03-13
1
-10
/
+10
*
smaller av_sha1_update()
Michael Niedermayer
2007-03-13
1
-0
/
+10
*
use CONFIG_SMALL
Michael Niedermayer
2007-03-13
1
-3
/
+1
*
put state[5] last so no padding is needed on arch where uint64_t needs 8byte ...
Michael Niedermayer
2007-03-13
1
-1
/
+1
*
cosmetic
Michael Niedermayer
2007-03-13
1
-2
/
+1
*
dont memcpy() simpler and same speed
Michael Niedermayer
2007-03-13
1
-3
/
+1
*
simplify
Michael Niedermayer
2007-03-13
1
-9
/
+5
*
remove middle variant (keep fastest and smallest)
Michael Niedermayer
2007-03-13
1
-40
/
+1
*
10l
Michael Niedermayer
2007-03-13
1
-0
/
+1
*
double ;;
Michael Niedermayer
2007-03-13
1
-1
/
+1
*
factorize VARIANT2 (smaller and slower)
Michael Niedermayer
2007-03-13
1
-26
/
+9
*
revert 2% speed loss change (r8360)
Michael Niedermayer
2007-03-13
1
-6
/
+15
*
zero byte idea by rich
Michael Niedermayer
2007-03-13
1
-1
/
+1
*
2 other variants of how to implement the core part
Michael Niedermayer
2007-03-13
1
-4
/
+79
*
cosmetic cleanup
Michael Niedermayer
2007-03-12
1
-6
/
+4
*
cosmetic cleanup
Michael Niedermayer
2007-03-12
1
-5
/
+1
*
10% smaller object file, 2% slower
Michael Niedermayer
2007-03-12
1
-6
/
+8
*
very slightly smaller object file
Michael Niedermayer
2007-03-12
1
-3
/
+2
*
make count count bytes not bits (this is simpler and leads to a very slightly...
Michael Niedermayer
2007-03-12
1
-4
/
+4
*
remove bigger and slower code
Michael Niedermayer
2007-03-12
1
-23
/
+2
*
dont recommand testing with -O3
Michael Niedermayer
2007-03-12
1
-1
/
+1
*
avoid silly ring buffer logic (faster with -O2, -O3 is always slower then -O2)
Michael Niedermayer
2007-03-12
1
-2
/
+2
*
its faster to copy the data to the stack it seems ...
Michael Niedermayer
2007-03-12
1
-1
/
+4
*
explain how to test it
Michael Niedermayer
2007-03-12
1
-0
/
+2
*
simple SHA-1 implementation
Michael Niedermayer
2007-03-12
2
-0
/
+162
*
Install mem.h on "make install" as:
Panagiotis Issaris
2007-03-12
1
-1
/
+1
*
Move the memory related functions out of common.h into their own header file
Panagiotis Issaris
2007-03-12
2
-40
/
+67
*
Give context to dprintf
Michel Bardiaux
2007-03-12
1
-2
/
+2
*
Fix typo in Doxygen comments.
Panagiotis Issaris
2007-03-09
1
-1
/
+1
*
Corrections so that builds with DEBUG work
Michel Bardiaux
2007-03-08
1
-2
/
+2
*
add little endian 24bit read/write
Alex Beregszaszi
2007-03-06
1
-0
/
+8
*
Move unaltered av_freep() comments to the header file.
Panagiotis Issaris
2007-03-05
2
-4
/
+5
*
Move unaltered av_free() comments to the header file.
Panagiotis Issaris
2007-03-05
2
-5
/
+6
*
Move unaltered av_realloc() comments to the header file.
Panagiotis Issaris
2007-03-05
2
-5
/
+6
*
Move unaltered av_malloc() comments to the header file.
Panagiotis Issaris
2007-03-05
2
-5
/
+6
*
Move av_log2_i()'s unaltered comments to the header file.
Panagiotis Issaris
2007-03-04
2
-4
/
+5
*
Move av_i2int()'s unaltered comments to the header file.
Panagiotis Issaris
2007-03-04
2
-5
/
+6
*
Move av_int2i()'s unaltered comments to the header file.
Panagiotis Issaris
2007-03-04
2
-3
/
+4
*
Move av_cmp_i()'s unaltered comment to the header file.
Panagiotis Issaris
2007-03-04
2
-3
/
+4
*
Move av_shr_i()'s unaltered comments to the header file.
Panagiotis Issaris
2007-03-04
2
-4
/
+5
[next]