index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
Age
Commit message (
Expand
)
Author
2007-03-19
expose av_base64_decode and av_base64_encode
Luca Barbato
2007-03-14
160 bytes smaller object file, ask gcc devels why
Michael Niedermayer
2007-03-14
explain where the T table comes from
Michael Niedermayer
2007-03-14
kill 3 more av_mallocz_static()
Michael Niedermayer
2007-03-13
cosmetic (order context variables like in sha1)
Michael Niedermayer
2007-03-13
s/context/ctx/
Michael Niedermayer
2007-03-13
#undef printf under #ifdef TEST (needed for testing)
Michael Niedermayer
2007-03-13
borrow finalization algo from sha1 (100byte smaller)
Michael Niedermayer
2007-03-13
get rid of b_used variable (same size with CONFIG_SMALL)
Michael Niedermayer
2007-03-13
smaller av_sha1_update()
Michael Niedermayer
2007-03-13
use CONFIG_SMALL
Michael Niedermayer
2007-03-13
put state[5] last so no padding is needed on arch where uint64_t needs 8byte ...
Michael Niedermayer
2007-03-13
cosmetic
Michael Niedermayer
2007-03-13
dont memcpy() simpler and same speed
Michael Niedermayer
2007-03-13
simplify
Michael Niedermayer
2007-03-13
remove middle variant (keep fastest and smallest)
Michael Niedermayer
2007-03-13
10l
Michael Niedermayer
2007-03-13
double ;;
Michael Niedermayer
2007-03-13
factorize VARIANT2 (smaller and slower)
Michael Niedermayer
2007-03-13
revert 2% speed loss change (r8360)
Michael Niedermayer
2007-03-13
zero byte idea by rich
Michael Niedermayer
2007-03-13
2 other variants of how to implement the core part
Michael Niedermayer
2007-03-12
cosmetic cleanup
Michael Niedermayer
2007-03-12
cosmetic cleanup
Michael Niedermayer
2007-03-12
10% smaller object file, 2% slower
Michael Niedermayer
2007-03-12
very slightly smaller object file
Michael Niedermayer
2007-03-12
make count count bytes not bits (this is simpler and leads to a very slightly...
Michael Niedermayer
2007-03-12
remove bigger and slower code
Michael Niedermayer
2007-03-12
dont recommand testing with -O3
Michael Niedermayer
2007-03-12
avoid silly ring buffer logic (faster with -O2, -O3 is always slower then -O2)
Michael Niedermayer
2007-03-12
its faster to copy the data to the stack it seems ...
Michael Niedermayer
2007-03-12
explain how to test it
Michael Niedermayer
2007-03-12
simple SHA-1 implementation
Michael Niedermayer
2007-03-12
Install mem.h on "make install" as:
Panagiotis Issaris
2007-03-12
Move the memory related functions out of common.h into their own header file
Panagiotis Issaris
2007-03-12
Give context to dprintf
Michel Bardiaux
2007-03-09
Fix typo in Doxygen comments.
Panagiotis Issaris
2007-03-08
Corrections so that builds with DEBUG work
Michel Bardiaux
2007-03-06
add little endian 24bit read/write
Alex Beregszaszi
2007-03-05
Move unaltered av_freep() comments to the header file.
Panagiotis Issaris
2007-03-05
Move unaltered av_free() comments to the header file.
Panagiotis Issaris
2007-03-05
Move unaltered av_realloc() comments to the header file.
Panagiotis Issaris
2007-03-05
Move unaltered av_malloc() comments to the header file.
Panagiotis Issaris
2007-03-04
Move av_log2_i()'s unaltered comments to the header file.
Panagiotis Issaris
2007-03-04
Move av_i2int()'s unaltered comments to the header file.
Panagiotis Issaris
2007-03-04
Move av_int2i()'s unaltered comments to the header file.
Panagiotis Issaris
2007-03-04
Move av_cmp_i()'s unaltered comment to the header file.
Panagiotis Issaris
2007-03-04
Move av_shr_i()'s unaltered comments to the header file.
Panagiotis Issaris
2007-03-04
Move av_div_i()'s comments to the header file. The comments are unaltered.
Panagiotis Issaris
2007-03-04
Move av_mod_i()'s comment to the header file. The moved comment is unmodified.
Panagiotis Issaris
[next]