git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fill the buffer with 0 before writing an SDP in it
[ffmpeg.git]
/
libavutil
/
2007-08-30
Diego Biurrun
cosmetics: Sort some lines, whitespace changes.
tree
|
commitdiff
2007-08-27
Diego Biurrun
Change SYS_DARWIN preprocessor checks to __APPLE__...
tree
|
commitdiff
2007-08-24
Diego Biurrun
Move Apple gcc AltiVec vector declaration syntax to...
tree
|
commitdiff
2007-08-22
Diego Biurrun
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
tree
|
commitdiff
2007-08-20
Reimar Döffinger
Additional documentation for CRC functions
tree
|
commitdiff
2007-08-19
Reimar Döffinger
Use defines instead of raw hex numbers to specify CRC...
tree
|
commitdiff
2007-08-15
Ramiro Polla
CONFIG_7REGS -> HAVE_7REGS
tree
|
commitdiff
2007-08-13
Ramiro Polla
Add attribute that forces alignment of stack to functio...
tree
|
commitdiff
2007-08-11
Aurelien Jacobs
add a new av_clip_int16() function to libavutil
tree
|
commitdiff
2007-08-11
Aurelien Jacobs
ensure av_noinline is always defined
tree
|
commitdiff
2007-08-09
Roman Shaposhnik
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
tree
|
commitdiff
2007-08-09
Roman Shaposhnik
* Making [START|STOP]_TIMER work on architectures...
tree
|
commitdiff
2007-07-19
Luca Abeni
Implement av_strlcatf(): a strlcat which adds a printf...
tree
|
commitdiff
2007-07-18
Reimar Döffinger
Document aes init code writing on purpose beyond round_...
tree
|
commitdiff
2007-07-18
Andreas Öman
add YUV440P and YUVJ440P support
tree
|
commitdiff
2007-07-14
Måns Rullgård
move #include of system headers to top of file
tree
|
commitdiff
2007-07-14
Alex Beregszaszi
10l to Mans, assert is included later with proper DEBUG...
tree
|
commitdiff
2007-07-14
Alex Beregszaszi
match doxygen comment with other parts of the file
tree
|
commitdiff
2007-07-11
Ramiro Polla
Remove unnecessary MINGW ifdef.
tree
|
commitdiff
2007-07-11
Ramiro Polla
Remove MinGW lrint hack.
tree
|
commitdiff
2007-07-10
Ramiro Polla
Remove OS/2 support
tree
|
commitdiff
2007-07-10
Måns Rullgård
10l: fix av_str[i]start()
tree
|
commitdiff
2007-07-08
Måns Rullgård
undef forbidden names before we #define them in case...
tree
|
commitdiff
2007-07-05
Diego Biurrun
license header consistency cosmetics
tree
|
commitdiff
2007-07-05
Diego Biurrun
Group all copyright and author notices together.
tree
|
commitdiff
2007-07-05
Vitor Sessak
Make error message more helpful and forbid random()
tree
|
commitdiff
2007-07-02
Diego Biurrun
Move comment to a slightly better place.
tree
|
commitdiff
2007-07-02
Diego Biurrun
Remove leading underscores from specifiers, they are...
tree
|
commitdiff
2007-06-27
Diego Biurrun
Add proper license header.
tree
|
commitdiff
2007-06-24
Reimar Döffinger
intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED...
tree
|
commitdiff
2007-06-24
Reimar Döffinger
more av_strl* adjustments
tree
|
commitdiff
2007-06-24
Luca Barbato
bump micro version: new string functions
tree
|
commitdiff
2007-06-23
Måns Rullgård
add some string functions
tree
|
commitdiff
2007-06-20
Michel Bardiaux
Clarify comments about PIX_FMT_MONOWHITE/MONOBLACK
tree
|
commitdiff
2007-06-17
Guillaume Poirier
add a comment to indicate which #endif belong to which...
tree
|
commitdiff
2007-06-17
Måns Rullgård
add multiple inclusion guards to headers
tree
|
commitdiff
2007-06-16
Måns Rullgård
include all prerequisites in header files
tree
|
commitdiff
2007-06-13
Marc Hoffman
Blackfin - read_time primitive
tree
|
commitdiff
2007-06-12
Diego Biurrun
misc typo fixes
tree
|
commitdiff
2007-06-05
Reimar Döffinger
Part of MPlayer patch:
tree
|
commitdiff
2007-05-30
Carl Eugen Hoyos
rename attribute_unused to av_unused and moves its...
tree
|
commitdiff
2007-05-16
Diego Biurrun
Remove extern C declarations for C++.
tree
|
commitdiff
2007-05-13
Michael Niedermayer
correct last element inited check
tree
|
commitdiff
2007-05-10
Jindřich Makovička
Proper fix for r8963
tree
|
commitdiff
2007-05-07
Ivo van Poorten
add AV_[RW][BL]64 support
tree
|
commitdiff
2007-05-04
Michael Niedermayer
reduce number of shifts
tree
|
commitdiff
2007-05-04
Michael Niedermayer
simplify
tree
|
commitdiff
2007-04-27
Attila Kinali
add missing include of bswap.h
tree
|
commitdiff
2007-04-27
Diego Biurrun
Mark code parts that cannot work on AMD64 due to broken...
tree
|
commitdiff
2007-04-26
Ramiro Polla
reorder bswap functions into bit-depth, special-casing...
tree
|
commitdiff
2007-04-26
Ramiro Polla
make 2 functions "return x;" to simplify next patch
tree
|
commitdiff
2007-04-25
Ramiro Polla
"fast unaligned" bytestream functions
tree
|
commitdiff
2007-04-24
Marc Hoffman
Faster 32 bit byteswaping code for Blackfin.
tree
|
commitdiff
2007-04-24
Diego Biurrun
cosmetics: Reorder endianness macros by bit depth,...
tree
|
commitdiff
2007-04-24
Diego Biurrun
Move ebx_available and ebp_available from CONFIG_LIST...
tree
|
commitdiff
2007-04-20
Alex Beregszaszi
remove possibly broken wince cruft
tree
|
commitdiff
2007-04-03
Ramiro Polla
Add first and second output to earlyclobbers in COPY3_I...
tree
|
commitdiff
2007-03-29
Panagiotis Issaris
Fix compilation when using the --disable-opts parameter...
tree
|
commitdiff
2007-03-27
Michael Niedermayer
prevent exit missuse
tree
|
commitdiff
2007-03-19
Luca Barbato
expose av_base64_decode and av_base64_encode
tree
|
commitdiff
2007-03-14
Michael Niedermayer
160 bytes smaller object file, ask gcc devels why
tree
|
commitdiff
2007-03-14
Michael Niedermayer
explain where the T table comes from
tree
|
commitdiff
2007-03-14
Michael Niedermayer
kill 3 more av_mallocz_static()
tree
|
commitdiff
2007-03-13
Michael Niedermayer
cosmetic (order context variables like in sha1)
tree
|
commitdiff
2007-03-13
Michael Niedermayer
s/context/ctx/
tree
|
commitdiff
2007-03-13
Michael Niedermayer
#undef printf under #ifdef TEST (needed for testing)
tree
|
commitdiff
2007-03-13
Michael Niedermayer
borrow finalization algo from sha1 (100byte smaller)
tree
|
commitdiff
2007-03-13
Michael Niedermayer
get rid of b_used variable (same size with CONFIG_SMALL)
tree
|
commitdiff
2007-03-13
Michael Niedermayer
smaller av_sha1_update()
tree
|
commitdiff
2007-03-13
Michael Niedermayer
use CONFIG_SMALL
tree
|
commitdiff
2007-03-13
Michael Niedermayer
put state[5] last so no padding is needed on arch where...
tree
|
commitdiff
2007-03-13
Michael Niedermayer
cosmetic
tree
|
commitdiff
2007-03-13
Michael Niedermayer
dont memcpy() simpler and same speed
tree
|
commitdiff
2007-03-13
Michael Niedermayer
simplify
tree
|
commitdiff
2007-03-13
Michael Niedermayer
remove middle variant (keep fastest and smallest)
tree
|
commitdiff
2007-03-13
Michael Niedermayer
10l
tree
|
commitdiff
2007-03-13
Michael Niedermayer
double ;;
tree
|
commitdiff
2007-03-13
Michael Niedermayer
factorize VARIANT2 (smaller and slower)
tree
|
commitdiff
2007-03-13
Michael Niedermayer
revert 2% speed loss change (r8360)
tree
|
commitdiff
2007-03-13
Michael Niedermayer
zero byte idea by rich
tree
|
commitdiff
2007-03-13
Michael Niedermayer
2 other variants of how to implement the core part
tree
|
commitdiff
2007-03-12
Michael Niedermayer
cosmetic cleanup
tree
|
commitdiff
2007-03-12
Michael Niedermayer
cosmetic cleanup
tree
|
commitdiff
2007-03-12
Michael Niedermayer
10% smaller object file, 2% slower
tree
|
commitdiff
2007-03-12
Michael Niedermayer
very slightly smaller object file
tree
|
commitdiff
2007-03-12
Michael Niedermayer
make count count bytes not bits (this is simpler and...
tree
|
commitdiff
2007-03-12
Michael Niedermayer
remove bigger and slower code
tree
|
commitdiff
2007-03-12
Michael Niedermayer
dont recommand testing with -O3
tree
|
commitdiff
2007-03-12
Michael Niedermayer
avoid silly ring buffer logic (faster with -O2, -O3...
tree
|
commitdiff
2007-03-12
Michael Niedermayer
its faster to copy the data to the stack it seems ...
tree
|
commitdiff
2007-03-12
Michael Niedermayer
explain how to test it
tree
|
commitdiff
2007-03-12
Michael Niedermayer
simple SHA-1 implementation
tree
|
commitdiff
2007-03-12
Panagiotis Issaris
Install mem.h on "make install" as:
tree
|
commitdiff
2007-03-12
Panagiotis Issaris
Move the memory related functions out of common.h into...
tree
|
commitdiff
2007-03-12
Michel Bardiaux
Give context to dprintf
tree
|
commitdiff
2007-03-09
Panagiotis Issaris
Fix typo in Doxygen comments.
tree
|
commitdiff
2007-03-08
Michel Bardiaux
Corrections so that builds with DEBUG work
tree
|
commitdiff
2007-03-06
Alex Beregszaszi
add little endian 24bit read/write
tree
|
commitdiff
2007-03-05
Panagiotis Issaris
Move unaltered av_freep() comments to the header file.
tree
|
commitdiff
2007-03-05
Panagiotis Issaris
Move unaltered av_free() comments to the header file.
tree
|
commitdiff
next