index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rearrange AV_[RW][BL]*() macros
Måns Rullgård
2008-07-17
1
-49
/
+41
*
ARM: ARMv6 optimised FASTDIV
Måns Rullgård
2008-07-15
1
-0
/
+7
*
ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
Måns Rullgård
2008-07-15
1
-1
/
+1
*
ARM: ARMv6 optimised bswap_16/32
Måns Rullgård
2008-07-15
1
-0
/
+4
*
Print the address of the AVCodecContext in av_log().
Alexander Strange
2008-07-15
1
-1
/
+1
*
Add av_clipf() function to common.h and use it in ra288.c
Vitor Sessak
2008-07-13
1
-0
/
+14
*
simplify vorbis windowing
Loren Merritt
2008-07-13
1
-0
/
+4
*
Only define AltiVec vector syntax macro when AltiVec is enabled.
Peter Ross
2008-07-05
1
-0
/
+2
*
Make START/STOP_TIMER not require -v 2.
Michael Niedermayer
2008-06-08
1
-1
/
+1
*
alloc_size attribute is new to gcc 4.3; don't use it with lesser versions
Måns Rullgård
2008-06-05
1
-1
/
+1
*
Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.
Rafaël Carré
2008-06-03
1
-2
/
+2
*
Macro suggested by Michael which will be used to disable the
Stefano Sabatini
2008-06-01
2
-1
/
+12
*
Implement a proper configure test for AltiVec vector declaration syntax.
Diego Biurrun
2008-05-30
1
-4
/
+3
*
Ensure that one can store X bytes in a fifo of size X.
Michael Niedermayer
2008-05-25
2
-3
/
+4
*
Make av_fifo*_read() ignore the available amount of data.
Michael Niedermayer
2008-05-25
1
-8
/
+0
*
indent
Michael Niedermayer
2008-05-23
1
-4
/
+4
*
make av_strdup(NULL) return NULL
Michael Niedermayer
2008-05-23
1
-1
/
+3
*
Add required stdint.h header.
Diego Biurrun
2008-05-09
1
-0
/
+1
*
Do not misuse long as the size of a register in x86.
Ramiro Polla
2008-05-08
1
-0
/
+2
*
Remove unnecessary parentheses from return calls.
Diego Biurrun
2008-05-06
1
-1
/
+1
*
minor wording fix
Diego Biurrun
2008-05-06
1
-1
/
+1
*
minor spelling fix
Diego Biurrun
2008-05-06
1
-2
/
+2
*
add necessary #includes in headers
Måns Rullgård
2008-05-03
1
-0
/
+1
*
add FFMIN3
Baptiste Coudurier
2008-04-26
1
-0
/
+1
*
Enhance documentation for AVClass
Stefano Sabatini
2008-04-24
1
-5
/
+19
*
Implement FFMAX3(a,b,c) - maximum over three arguments.
Vladimir Voroshilov
2008-04-19
1
-0
/
+1
*
Fix des-test compilation.
Diego Biurrun
2008-04-18
1
-0
/
+3
*
cosmetics: __asm__ __volatile__ --> asm volatile
Diego Biurrun
2008-04-17
1
-1
/
+1
*
remove useless extern keyword.
Stefano Sabatini
2008-04-11
1
-7
/
+7
*
cosmetics (by Björn Axelsson)
Benoit Fouet
2008-04-09
2
-8
/
+8
*
Add a generic write function to av_fifo.
Björn Axelsson
2008-04-09
2
-2
/
+28
*
non-recursive makefiles
Måns Rullgård
2008-04-07
1
-5
/
+4
*
simplify
Michael Niedermayer
2008-04-05
1
-3
/
+3
*
Merge declaratio and initialization.
Michael Niedermayer
2008-04-03
1
-2
/
+1
*
Merge declaration and initialization.
Michael Niedermayer
2008-04-03
1
-3
/
+1
*
Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX parts
Alexander Strange
2008-03-22
1
-2
/
+4
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-0
/
+8
*
add missing #include "common.h" to libavutil headers
Måns Rullgård
2008-03-19
5
-0
/
+5
*
Cosmetic change: remove the whitespace after 'defined'
Zuxy Meng
2008-03-19
1
-1
/
+1
*
'malloc' attribute isn't supported in old gcc.
Zuxy Meng
2008-03-19
1
-1
/
+1
*
Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz
Zuxy Meng
2008-03-19
1
-3
/
+9
*
Reapply r12489: Add pure, const and malloc attributes to proper functions
Zuxy Meng
2008-03-19
13
-55
/
+79
*
32/64-bit agnostic x86 bswap
Måns Rullgård
2008-03-18
1
-14
/
+6
*
cosmetics: sanitise asm() statements in bswap.h
Måns Rullgård
2008-03-18
1
-21
/
+17
*
revert r12489.
Benoit Fouet
2008-03-18
13
-78
/
+55
*
Pure, const and malloc attributes to libavutil.
Zuxy Meng
2008-03-18
13
-55
/
+78
*
check for prefix on extern symbols in configure
Måns Rullgård
2008-03-18
1
-11
/
+3
*
add REGd definition
Måns Rullgård
2008-03-17
1
-0
/
+2
*
cosmetics: indentation
Diego Biurrun
2008-03-17
1
-2
/
+2
*
Simplify MANGLE macro preprocessor condition checks.
Diego Biurrun
2008-03-17
1
-4
/
+2
[prev]
[next]