index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix MANGLE macro on Mac OS X.
İsmail Dönmez
2008-03-17
1
-3
/
+2
*
#include stddef.h instead of sys/types.h, the former is a standard C header.
Diego Biurrun
2008-03-13
1
-1
/
+1
*
#include stdint.h instead of inttypes.h like all libavutil headers do.
Diego Biurrun
2008-03-13
1
-1
/
+1
*
Add #include "config.h" to headers that need it.
Diego Biurrun
2008-03-13
4
-0
/
+5
*
Add missing stdint.h #include to headers that use it.
Diego Biurrun
2008-03-13
2
-0
/
+2
*
typo fixes
Diego Biurrun
2008-03-12
1
-1
/
+1
*
misc spelling fixes
Diego Biurrun
2008-03-10
5
-7
/
+7
[next]