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
/
internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
move #include of system headers to top of file
Måns Rullgård
2007-07-14
1
-6
/
+6
*
10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs
Alex Beregszaszi
2007-07-14
1
-1
/
+0
*
Remove unnecessary MINGW ifdef.
Ramiro Polla
2007-07-11
1
-10
/
+0
*
Remove MinGW lrint hack.
Ramiro Polla
2007-07-11
1
-14
/
+0
*
Remove OS/2 support
Ramiro Polla
2007-07-10
1
-7
/
+1
*
undef forbidden names before we #define them in case they are macros in libc
Måns Rullgård
2007-07-08
1
-0
/
+12
*
Make error message more helpful and forbid random()
Vitor Sessak
2007-07-05
1
-2
/
+3
*
Remove leading underscores from specifiers, they are reserved.
Diego Biurrun
2007-07-02
1
-1
/
+1
*
more av_strl* adjustments
Reimar Döffinger
2007-06-24
1
-1
/
+1
*
include all prerequisites in header files
Måns Rullgård
2007-06-16
1
-0
/
+3
*
Part of MPlayer patch:
Reimar Döffinger
2007-06-05
1
-0
/
+1
*
rename attribute_unused to av_unused and moves its declaration to common.h
Carl Eugen Hoyos
2007-05-30
1
-8
/
+0
*
reduce number of shifts
Michael Niedermayer
2007-05-04
1
-4
/
+5
*
simplify
Michael Niedermayer
2007-05-04
1
-3
/
+2
*
remove possibly broken wince cruft
Alex Beregszaszi
2007-04-20
1
-5
/
+0
*
Add first and second output to earlyclobbers in COPY3_IF_LT macro.
Ramiro Polla
2007-04-03
1
-1
/
+1
*
prevent exit missuse
Michael Niedermayer
2007-03-27
1
-0
/
+1
*
Give context to dprintf
Michel Bardiaux
2007-03-12
1
-2
/
+2
*
Corrections so that builds with DEBUG work
Michel Bardiaux
2007-03-08
1
-2
/
+2
*
remove fallback definitions of PRIxNN macros,
Ramiro Polla
2007-02-24
1
-28
/
+0
*
Remove unused ENODATA define
François Revol
2007-02-11
1
-4
/
+0
*
__attribute__((unused)) works with gcc 2.95 too
Luca Abeni
2007-01-07
1
-1
/
+1
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-9
/
+1
*
fix mingw shared build, and get rid of FF_IMPORT_ATTR
Måns Rullgård
2006-12-07
1
-1
/
+1
*
use the standard INT64_C() macro for 64-bit constants
Måns Rullgård
2006-12-06
1
-2
/
+2
*
move more macros to internal.h
Måns Rullgård
2006-12-06
1
-0
/
+72
*
move some __attribute__ macros to internal.h
Måns Rullgård
2006-12-06
1
-0
/
+24
*
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further
Reimar Döffinger
2006-12-03
1
-0
/
+1
*
move comment
Måns Rullgård
2006-11-14
1
-1
/
+2
*
merge CONFIG_WINCE sections
Måns Rullgård
2006-11-14
1
-4
/
+1
*
indentation
Måns Rullgård
2006-11-14
1
-35
/
+35
*
rename inverse -> ff_inverse
Måns Rullgård
2006-11-12
1
-4
/
+4
*
Use common define for x86_32 and x86_64.
Diego Biurrun
2006-11-01
1
-2
/
+2
*
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change
Diego Biurrun
2006-11-01
1
-2
/
+2
*
Protect code that uses CMOV instructions with HAVE_CMOV,
Guillaume Poirier
2006-10-20
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%
Siarhei Siamashka
2006-09-28
1
-0
/
+11
*
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2006-09-10
1
-0
/
+18
*
Remove unused defines, patch by takis P issaris A uhasselt P be
Panagiotis Issaris
2006-09-07
1
-15
/
+0
*
Explicitly include fastmemcpy.h from libvo/.
Diego Biurrun
2006-08-18
1
-1
/
+1
*
do not include bswap.h in common.h for external programs, since the former
Reimar Döffinger
2006-07-21
1
-0
/
+2
*
Split common.h in two parts, purely internal stuff (internal.h) and things
Reimar Döffinger
2006-07-16
1
-0
/
+219