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
2008-06-08
Make START/STOP_TIMER not require -v 2.
Michael Niedermayer
2008-06-05
alloc_size attribute is new to gcc 4.3; don't use it with lesser versions
Måns Rullgård
2008-06-03
Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.
Rafaël Carré
2008-06-01
Macro suggested by Michael which will be used to disable the
Stefano Sabatini
2008-05-30
Implement a proper configure test for AltiVec vector declaration syntax.
Diego Biurrun
2008-05-25
Ensure that one can store X bytes in a fifo of size X.
Michael Niedermayer
2008-05-25
Make av_fifo*_read() ignore the available amount of data.
Michael Niedermayer
2008-05-23
indent
Michael Niedermayer
2008-05-23
make av_strdup(NULL) return NULL
Michael Niedermayer
2008-05-09
Add required stdint.h header.
Diego Biurrun
2008-05-08
Do not misuse long as the size of a register in x86.
Ramiro Polla
2008-05-06
Remove unnecessary parentheses from return calls.
Diego Biurrun
2008-05-06
minor wording fix
Diego Biurrun
2008-05-06
minor spelling fix
Diego Biurrun
2008-05-03
add necessary #includes in headers
Måns Rullgård
2008-04-26
add FFMIN3
Baptiste Coudurier
2008-04-24
Enhance documentation for AVClass
Stefano Sabatini
2008-04-19
Implement FFMAX3(a,b,c) - maximum over three arguments.
Vladimir Voroshilov
2008-04-18
Fix des-test compilation.
Diego Biurrun
2008-04-17
cosmetics: __asm__ __volatile__ --> asm volatile
Diego Biurrun
2008-04-11
remove useless extern keyword.
Stefano Sabatini
2008-04-09
cosmetics (by Björn Axelsson)
Benoit Fouet
2008-04-09
Add a generic write function to av_fifo.
Björn Axelsson
2008-04-07
non-recursive makefiles
Måns Rullgård
2008-04-05
simplify
Michael Niedermayer
2008-04-03
Merge declaratio and initialization.
Michael Niedermayer
2008-04-03
Merge declaration and initialization.
Michael Niedermayer
2008-03-22
Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX parts
Alexander Strange
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-19
add missing #include "common.h" to libavutil headers
Måns Rullgård
2008-03-19
Cosmetic change: remove the whitespace after 'defined'
Zuxy Meng
2008-03-19
'malloc' attribute isn't supported in old gcc.
Zuxy Meng
2008-03-19
Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz
Zuxy Meng
2008-03-19
Reapply r12489: Add pure, const and malloc attributes to proper functions
Zuxy Meng
2008-03-18
32/64-bit agnostic x86 bswap
Måns Rullgård
2008-03-18
cosmetics: sanitise asm() statements in bswap.h
Måns Rullgård
2008-03-18
revert r12489.
Benoit Fouet
2008-03-18
Pure, const and malloc attributes to libavutil.
Zuxy Meng
2008-03-18
check for prefix on extern symbols in configure
Måns Rullgård
2008-03-17
add REGd definition
Måns Rullgård
2008-03-17
cosmetics: indentation
Diego Biurrun
2008-03-17
Simplify MANGLE macro preprocessor condition checks.
Diego Biurrun
2008-03-17
Fix MANGLE macro on Mac OS X.
İsmail Dönmez
2008-03-13
#include stddef.h instead of sys/types.h, the former is a standard C header.
Diego Biurrun
2008-03-13
#include stdint.h instead of inttypes.h like all libavutil headers do.
Diego Biurrun
2008-03-13
Add #include "config.h" to headers that need it.
Diego Biurrun
2008-03-13
Add missing stdint.h #include to headers that use it.
Diego Biurrun
2008-03-12
typo fixes
Diego Biurrun
2008-03-10
misc spelling fixes
Diego Biurrun
2008-03-08
#error in case we do not know how to provide alignment.
Diego Biurrun
[next]