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
*
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-24
1
-1
/
+1
|
\
|
*
Remove unnecessary icc version checks
Mans Rullgard
2011-03-23
1
-1
/
+1
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-5
/
+5
|
*
Frame-based multithreading framework using pthreads
Alexander Strange
2011-02-09
1
-0
/
+11
|
*
Rename attribute_used to av_used and move it to attributes.h
Mans Rullgard
2011-01-31
1
-14
/
+0
|
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-7
/
+0
*
|
Fake-Merge remote-tracking branch 'ffmpeg-mt/master'
Michael Niedermayer
2011-03-22
1
-1
/
+0
*
|
Use macro __INTEL_COMPILER instead of __ICC.
Carl Eugen Hoyos
2011-03-02
1
-1
/
+1
*
|
Frame-based multithreading framework using pthreads
Alexander Strange
2011-02-11
1
-0
/
+11
*
|
Rename attribute_used to av_used and move it to attributes.h
Mans Rullgard
2011-01-31
1
-14
/
+0
*
|
Replace dprintf with av_dlog
Luca Barbato
2011-01-30
1
-7
/
+0
|
/
*
Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...
Carl Eugen Hoyos
2010-11-10
1
-1
/
+1
*
Use attribute force_align_arg_pointer only on x86_32.
Carl Eugen Hoyos
2010-07-17
1
-1
/
+1
*
Improve FF_SYMVER documentation
Måns Rullgård
2010-06-30
1
-6
/
+15
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-3
/
+3
*
Document FF_SYMVER and attribute_used
Michael Niedermayer
2010-06-16
1
-0
/
+15
*
Fix symbol version compat wrappers on systems with export prefixes
Måns Rullgård
2010-06-15
1
-5
/
+5
*
Add compatibility wrappers for functions moved from lavf to lavc
Måns Rullgård
2010-06-15
1
-0
/
+11
*
av_alias is an attribute and belongs to attributes.h
Michael Niedermayer
2010-05-13
1
-8
/
+0
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Replace many includes of libavutil/common.h with what is actually needed
Måns Rullgård
2010-03-09
1
-2
/
+1
*
Move libm replacements to new header libm.h
Måns Rullgård
2010-03-09
1
-59
/
+1
*
Move ff_sqrt() to libavutil/intmath.h
Måns Rullgård
2010-03-08
1
-22
/
+0
*
Add casts to correct return type in macros for missing libm funcs
Måns Rullgård
2010-02-20
1
-3
/
+3
*
Gcc attribute may_alias is not supported (or silently ignored) by all support...
Carl Eugen Hoyos
2010-02-20
1
-1
/
+1
*
Define missing llrint() as macro instead of inline function
Måns Rullgård
2010-02-09
1
-4
/
+2
*
Define av_alias if supported by compiler
Måns Rullgård
2010-01-29
1
-0
/
+8
*
Move COPY3_IF_LT to lavc/mathops.h
Måns Rullgård
2010-01-20
1
-19
/
+0
*
Move FASTDIV macro to intmath.h
Måns Rullgård
2010-01-19
1
-38
/
+0
*
Use macros instead of inline functions to replace the following missing C99
Vitor Sessak
2010-01-16
1
-16
/
+8
*
Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.
Vitor Sessak
2010-01-12
1
-0
/
+21
*
Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...
Reimar Döffinger
2009-11-10
1
-4
/
+0
*
extend ff_inverse[], and fix its documentation
Loren Merritt
2009-09-21
1
-1
/
+1
*
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
Ramiro Polla
2009-09-06
1
-6
/
+6
*
Add a newline in error message in CHECKED_ALLOC(Z).
Ramiro Polla
2009-09-04
1
-2
/
+2
*
whitespace cosmetics, prettyprinting
Diego Biurrun
2009-09-01
1
-35
/
+35
*
Add CHECKED_ALLOC macro.
Ramiro Polla
2009-08-29
1
-0
/
+9
*
Add a log2 replacement for systems that haven't quite caught up with the C99
Alex Converse
2009-07-10
1
-0
/
+7
*
Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to
Ramiro Polla
2009-07-09
1
-15
/
+0
*
Do not throw compiler error if asm code needs alignment, but we do not know
Ramiro Polla
2009-07-09
1
-2
/
+0
*
Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...
Carl Eugen Hoyos
2009-06-27
1
-1
/
+1
*
Add LABEL_MANGLE() to export label symbols from inside asm blocks.
Ramiro Polla
2009-05-25
1
-0
/
+3
*
When warning about forbidden pseudo random number generation functions,
Diego Biurrun
2009-03-21
1
-3
/
+3
*
ARM: disable inline asm for armcc
Måns Rullgård
2009-03-05
1
-2
/
+2
*
Correct, portable definition of INT_BIT
Måns Rullgård
2009-02-21
1
-5
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Add required header mem.h, av_malloc and friends are used.
Diego Biurrun
2009-01-30
1
-0
/
+1
*
cosmetics: Move all #includes together at the beginning of the file.
Diego Biurrun
2009-01-30
1
-2
/
+1
*
spelling/grammar/consistency review part III
Diego Biurrun
2009-01-28
1
-1
/
+1
*
spelling/grammar/consistency review part II
Diego Biurrun
2009-01-28
1
-2
/
+2
[next]