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
*
Avoid unused variable warning when compiling DES test program.
Diego Biurrun
2009-01-21
1
-1
/
+4
*
Make base64 test program compilable as a standard test program.
Diego Biurrun
2009-01-21
1
-5
/
+4
*
Add void keyword to parameterless function declaration.
Diego Biurrun
2009-01-21
1
-1
/
+1
*
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can
NVIDIA Corporation
2009-01-20
1
-0
/
+2
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
3
-3
/
+3
*
Drop the deprecated av_init_random() at the next libavutil major bump.
Stefano Sabatini
2009-01-18
2
-0
/
+5
*
Replace calls to the deprecated function av_init_random() with
Stefano Sabatini
2009-01-18
2
-2
/
+2
*
moves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs
2009-01-18
1
-41
/
+0
*
Deprecate av_init_random() in favour of av_random_init(), with a more natural
Stefano Sabatini
2009-01-18
3
-3
/
+11
*
remove ff_get_fourcc() and use AV_RL32() instead
Aurelien Jacobs
2009-01-17
1
-11
/
+0
*
export gcd function as av_gcd()
Aurelien Jacobs
2009-01-17
5
-8
/
+7
*
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
NVIDIA Corporation
2009-01-16
1
-0
/
+2
*
move NULL_IF_CONFIG_SMALL() definition into internal header
Aurelien Jacobs
2009-01-15
2
-11
/
+11
*
move timer related code in a new timer.h file
Aurelien Jacobs
2009-01-15
3
-73
/
+105
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
15
-61
/
+56
*
add the necessary include for LIBAV*_VERSION_*
Aurelien Jacobs
2009-01-13
2
-0
/
+2
*
Extend 'checkheaders' target to architecture-specific subdirectories.
Diego Biurrun
2009-01-11
1
-0
/
+2
*
Add truncf() replacement function.
Michael Kostylev
2009-01-11
1
-0
/
+7
*
Add necessary, remove unnecessary #includes.
Diego Biurrun
2009-01-11
2
-2
/
+3
*
Drop unnecessary intreadwrite.h and bswap.h #includes.
Diego Biurrun
2009-01-11
1
-2
/
+0
*
Use posix_memalign() if available.
Ramiro Polla
2009-01-07
1
-1
/
+4
*
Add missing 'void' keyword to parameterless function declarations.
Diego Biurrun
2009-01-05
1
-1
/
+1
*
Add VDPAU hardware accelerated decoding for H264 which can be used by
NVIDIA Corporation
2009-01-04
1
-0
/
+1
*
cosmetic: indent
Aurelien Jacobs
2009-01-04
1
-3
/
+3
*
add a termination condition
Aurelien Jacobs
2009-01-04
1
-0
/
+2
*
consistency cosmetics: Rename POWERPC identifiers to PPC.
Diego Biurrun
2008-12-27
1
-1
/
+1
*
Silence the following icc warnings:
Carl Eugen Hoyos
2008-12-21
3
-3
/
+3
*
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
Carl Eugen Hoyos
2008-12-20
3
-10
/
+15
*
ARM: make FASTDIV() an inline function
Måns Rullgård
2008-12-17
1
-10
/
+7
*
ARM: replace "armv4l" with "arm"
Måns Rullgård
2008-12-17
2
-2
/
+2
*
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Diego Biurrun
2008-11-20
1
-17
/
+17
*
Initialize variable to silence the warning:
Diego Biurrun
2008-10-31
1
-1
/
+2
*
cosmetic: align backslashes in makefiles
Måns Rullgård
2008-10-26
1
-36
/
+36
*
ARM: faster ARMv6 FASTDIV()
Måns Rullgård
2008-10-25
1
-5
/
+6
*
split bswap.h into per-arch files
Måns Rullgård
2008-10-21
5
-43
/
+221
*
uses FF_ARRAY_ELEMS() where appropriate
Aurelien Jacobs
2008-10-21
2
-2
/
+2
*
Port read_time() that works on x86_32 and 64 from noe.
Michael Niedermayer
2008-10-21
1
-11
/
+3
*
ARM: Kill warning in bswap_32()
Måns Rullgård
2008-10-20
1
-1
/
+1
*
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-16
3
-20
/
+20
*
Bump minor version after addition of FF_ARRAY_ELEMS macro.
Benoit Fouet
2008-10-15
1
-1
/
+1
*
Add a macro to get the number of elements in a table.
Benoit Fouet
2008-10-15
1
-0
/
+1
*
Don't include byteswap.h anymore.
Carl Eugen Hoyos
2008-10-12
1
-6
/
+0
*
Allow using DECLARE_ALIGNED with Sun cc.
Carl Eugen Hoyos
2008-10-02
1
-1
/
+1
*
Implement av_nearer_q() and av_find_nearest_q_idx() functions.
Stefano Sabatini
2008-09-25
3
-1
/
+39
*
Avoid undefined behavior for removing elements that were not in the tree.
Michael Niedermayer
2008-09-19
2
-6
/
+7
*
Fix generated md5, it was wrong for some input lengths.
Michael Niedermayer
2008-09-15
1
-1
/
+1
*
Only define x86 register names on x86.
Diego Biurrun
2008-09-14
1
-1
/
+1
*
Remove wrong and unnecessary condition. VHOOK filters are not special
Stefano Sabatini
2008-09-06
1
-1
/
+1
*
Fix typo.
Michael Niedermayer
2008-09-04
1
-2
/
+2
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
30
-90
/
+90
[next]