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-11-24
Add missing #includes to fix 'make checkheaders'.
Diego Biurrun
2007-11-23
main() --> main(void)
Diego Biurrun
2007-11-19
Generate a linking error if perror() is used in libav*
Luca Abeni
2007-11-19
Remove perror() usage from libavutil
Luca Abeni
2007-11-08
Reindent the code after last commit
Luca Abeni
2007-11-08
Remove redundant "if(len)"
Luca Abeni
2007-11-02
Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%
Stefano Sabatini
2007-11-01
doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A po...
Stefano Sabatini
2007-10-30
Mark the source buffer as "const"
Luca Abeni
2007-10-20
Document ff_des_encdec
Reimar Döffinger
2007-10-19
Fix typo.
Jeremy Mordkoff
2007-10-19
cosmetics: Add #endif comment.
Diego Biurrun
2007-10-19
Add support for DES en- and decryption.
Reimar Döffinger
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-17
Use filename as multiple inclusion guard.
Diego Biurrun
2007-10-15
misc Doxygen spelling/grammar fixes
Diego Biurrun
2007-10-14
Fix rc4 header, #ifndef -> #define
Reimar Döffinger
2007-10-14
Add multiple inclusion guards.
Diego Biurrun
2007-10-14
Add standard license header.
Diego Biurrun
2007-10-14
Consistently place comments in file header.
Diego Biurrun
2007-10-14
cosmetics: sort()
Diego Biurrun
2007-10-13
Add RC4 encryption/decryption function
Reimar Döffinger
2007-09-24
add support for yuva420p colorspace (yuv420p + alpha)
Aurelien Jacobs
2007-09-09
Document libavutil/mem.h:av_strdup.
Stefano Sabatini
2007-08-30
cosmetics: Sort some lines, whitespace changes.
Diego Biurrun
2007-08-27
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific
Diego Biurrun
2007-08-24
Move Apple gcc AltiVec vector declaration syntax to libavutil.
Diego Biurrun
2007-08-22
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Diego Biurrun
2007-08-20
Additional documentation for CRC functions
Reimar Döffinger
2007-08-19
Use defines instead of raw hex numbers to specify CRC polynomials
Reimar Döffinger
2007-08-15
CONFIG_7REGS -> HAVE_7REGS
Ramiro Polla
2007-08-13
Add attribute that forces alignment of stack to functions that need it.
Ramiro Polla
2007-08-11
add a new av_clip_int16() function to libavutil
Aurelien Jacobs
2007-08-11
ensure av_noinline is always defined
Aurelien Jacobs
2007-08-09
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
Roman Shaposhnik
2007-08-09
* Making [START|STOP]_TIMER work on architectures that support gethrtime()
Roman Shaposhnik
2007-07-19
Implement av_strlcatf(): a strlcat which adds a printf style formatted string
Luca Abeni
2007-07-18
Document aes init code writing on purpose beyond round_key array into state a...
Reimar Döffinger
2007-07-18
add YUV440P and YUVJ440P support
Andreas Öman
2007-07-14
move #include of system headers to top of file
Måns Rullgård
2007-07-14
10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs
Alex Beregszaszi
2007-07-14
match doxygen comment with other parts of the file
Alex Beregszaszi
2007-07-11
Remove unnecessary MINGW ifdef.
Ramiro Polla
2007-07-11
Remove MinGW lrint hack.
Ramiro Polla
2007-07-10
Remove OS/2 support
Ramiro Polla
2007-07-10
10l: fix av_str[i]start()
Måns Rullgård
2007-07-08
undef forbidden names before we #define them in case they are macros in libc
Måns Rullgård
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-07-05
Group all copyright and author notices together.
Diego Biurrun
2007-07-05
Make error message more helpful and forbid random()
Vitor Sessak
[next]