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
*
do not include bswap.h in common.h for external programs, since the former
Reimar Döffinger
2006-07-21
2
-2
/
+2
*
removing redundant mess next time we break compatiility
Michael Niedermayer
2006-07-20
2
-1
/
+12
*
simplify
Michael Niedermayer
2006-07-20
1
-5
/
+4
*
for floats fabs is better & smaller then ABS
Michael Niedermayer
2006-07-20
1
-1
/
+1
*
simpler, smaller and faster
Michael Niedermayer
2006-07-20
1
-13
/
+28
*
Install log.h
Luca Abeni
2006-07-19
1
-1
/
+1
*
simplify
Michael Niedermayer
2006-07-19
1
-8
/
+3
*
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
Luca Abeni
2006-07-19
3
-1
/
+144
*
Move av_log() & friends to libavutil
Luca Abeni
2006-07-18
4
-0
/
+113
*
Split common.h in two parts, purely internal stuff (internal.h) and things
Reimar Döffinger
2006-07-16
2
-214
/
+226
*
calculate all coefficients for several orders during cholesky factorization, ...
Michael Niedermayer
2006-07-15
2
-31
/
+40
*
unneeded #include
Michael Niedermayer
2006-07-14
1
-3
/
+0
*
adding a \ so we can add more lines without having to do a "cosmetic" change ...
Michael Niedermayer
2006-07-14
1
-1
/
+1
*
linear least squares solver using cholesky factorization
Michael Niedermayer
2006-07-14
3
-0
/
+187
*
indent
Måns Rullgård
2006-07-14
1
-8
/
+8
*
simplify
Måns Rullgård
2006-07-14
1
-17
/
+6
*
simplify
Måns Rullgård
2006-07-14
1
-23
/
+4
*
remove impossible #ifdef case
Måns Rullgård
2006-07-14
1
-12
/
+2
*
remove old msvc cruft
Måns Rullgård
2006-07-13
1
-8
/
+2
*
remove redundant #include <math.h>
Måns Rullgård
2006-07-13
1
-5
/
+0
*
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
Måns Rullgård
2006-07-13
1
-1
/
+1
*
cleanup suggested by Michael Niedermayer
Måns Rullgård
2006-07-13
1
-3
/
+5
*
move adler32 to libavutil
Måns Rullgård
2006-07-13
3
-1
/
+50
*
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
Diego Biurrun
2006-07-11
1
-6
/
+6
*
cosmetics: Fix indentation after last commit.
Diego Biurrun
2006-07-11
1
-5
/
+5
*
Remove old MSVC remnants.
Diego Biurrun
2006-07-11
1
-15
/
+0
*
cosmetic
Michael Niedermayer
2006-07-09
1
-6
/
+3
*
remove STATS code (probably hasnt been used for years ..., and its not comple...
Michael Niedermayer
2006-07-09
1
-24
/
+0
*
put the code which is specific for the large crc table under #ifndef CONFIG_S...
Michael Niedermayer
2006-07-08
1
-0
/
+4
*
moving utf8 reading function to libavutil
Michael Niedermayer
2006-07-07
1
-0
/
+14
*
Add proper LGPL header.
Diego Biurrun
2006-07-05
1
-1
/
+14
*
spelling typo
Diego Biurrun
2006-07-05
1
-1
/
+1
*
Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>
Luca Barbato
2006-07-05
1
-0
/
+4
*
cosmetics: Break overly long lines.
Diego Biurrun
2006-07-05
1
-1
/
+2
*
floorf() is not used, and causes warnings on Solaris
Måns Rullgård
2006-07-04
1
-6
/
+0
*
simplify
Michael Niedermayer
2006-07-03
1
-7
/
+4
*
fix endianess build in a better way
Luca Barbato
2006-07-03
1
-7
/
+4
*
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
Luca Abeni
2006-07-03
1
-0
/
+38
*
big endian fix
Luca Barbato
2006-07-03
1
-0
/
+4
*
1l: put that int i back
Måns Rullgård
2006-07-02
1
-0
/
+1
*
kill warnings
Måns Rullgård
2006-07-02
2
-6
/
+6
*
compile md5 and include in libavutil.a
Ivo van Poorten
2006-07-02
1
-1
/
+2
*
add missing declaration for av_md5_sum
Ivo van Poorten
2006-07-02
1
-0
/
+1
*
cast pointers to make compiler happy
Ivo van Poorten
2006-07-02
1
-4
/
+3
*
md5 support
Michael Niedermayer
2006-07-01
2
-0
/
+183
*
make sure NDEBUG is not defined already before defining it
Diego Pettenò
2006-06-30
1
-1
/
+1
*
remove redundant make variable SUBDIR
Måns Rullgård
2006-06-01
1
-1
/
+0
*
improve selftest
Michael Niedermayer
2006-05-29
1
-3
/
+4
*
Remove some lines that are duplicated in common.mak.
Diego Biurrun
2006-05-17
1
-9
/
+0
*
document clip functions
Aurelien Jacobs
2006-05-01
1
-0
/
+12
[next]