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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename string.c to avstring.c so that the name of header and C file match.
Diego Biurrun
2009-01-29
1
-1
/
+1
*
Extend 'checkheaders' target to architecture-specific subdirectories.
Diego Biurrun
2009-01-11
1
-0
/
+2
*
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Diego Biurrun
2008-11-20
1
-17
/
+17
*
cosmetic: align backslashes in makefiles
Måns Rullgård
2008-10-26
1
-36
/
+36
*
use LFG instead of Mersenne Twister for AC-3 PRNG
Justin Ruggles
2008-08-17
1
-0
/
+1
*
restore alphabetical order of TESTS
Michael Niedermayer
2008-08-17
1
-1
/
+1
*
Add PCA to TESTS.
Michael Niedermayer
2008-08-17
1
-1
/
+1
*
Implement avutil_version().
Stefano Sabatini
2008-08-08
1
-0
/
+1
*
Add random to list of test programs.
Diego Biurrun
2008-07-27
1
-1
/
+1
*
non-recursive makefiles
Måns Rullgård
2008-04-07
1
-5
/
+4
*
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
Diego Biurrun
2008-03-08
1
-2
/
+2
*
simplify library version handling
Måns Rullgård
2008-03-07
1
-2
/
+0
*
simplify lzo-test rule
Måns Rullgård
2008-02-27
1
-2
/
+1
*
Move common test program infrastructure to common.mak.
Diego Biurrun
2008-01-27
1
-8
/
+1
*
Move some lines in preparation for an upcoming commit.
Diego Biurrun
2008-01-27
1
-2
/
+2
*
Add Makefile rules for test programs.
Diego Biurrun
2008-01-27
1
-0
/
+15
*
Do not install integer.h, it is not part of the public API.
Diego Biurrun
2008-01-27
1
-1
/
+0
*
install crc.h which is now part of public API
Aurelien Jacobs
2008-01-04
1
-0
/
+1
*
Provide sha1 to outside applications
Luca Barbato
2007-12-12
1
-0
/
+2
*
Add support for DES en- and decryption.
Reimar Döffinger
2007-10-19
1
-0
/
+1
*
cosmetics: sort()
Diego Biurrun
2007-10-14
1
-1
/
+1
*
Add RC4 encryption/decryption function
Reimar Döffinger
2007-10-13
1
-0
/
+1
*
cosmetics: Sort some lines, whitespace changes.
Diego Biurrun
2007-08-30
1
-19
/
+31
*
add some string functions
Måns Rullgård
2007-06-23
1
-1
/
+2
*
expose av_base64_decode and av_base64_encode
Luca Barbato
2007-03-19
1
-1
/
+1
*
Install mem.h on "make install" as:
Panagiotis Issaris
2007-03-12
1
-1
/
+1
*
Reverting stray commit part II, r8156 had the base64 export patch mixed with ...
Luca Barbato
2007-02-28
1
-0
/
+27
*
Reverting stray commit part I
Luca Barbato
2007-02-28
1
-27
/
+0
*
get_packetheader() forgot to read the header_checksum in big packets
Luca Barbato
2007-02-28
1
-1
/
+1
*
Remove superfluous comment.
Diego Biurrun
2007-02-27
1
-3
/
+0
*
Remove useless conditional.
Diego Biurrun
2007-02-27
1
-2
/
+0
*
Revert previous commit that contained an unrelated hunk.
Diego Biurrun
2007-02-27
1
-0
/
+2
*
spelling/grammar fixes for a Doxygen comment
Diego Biurrun
2007-02-26
1
-2
/
+0
*
Remove unused #define.
Diego Biurrun
2007-02-26
1
-2
/
+0
*
Move base64.[ch] to libavutil.
Carl Eugen Hoyos
2007-02-13
1
-0
/
+1
*
mxf aes decryption support, patch by Reimar, simplified to only look for firs...
Reimar Döffinger
2007-02-11
1
-0
/
+1
*
av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com
Michael Niedermayer
2007-02-08
1
-1
/
+3
*
Move lzo decompression to libavutil
Reimar Döffinger
2007-01-31
1
-1
/
+2
*
AVL tree
Michael Niedermayer
2006-11-14
1
-0
/
+1
*
allow spaces in source and build directory names
Måns Rullgård
2006-11-08
1
-1
/
+1
*
Move CFLAGS handling to common.mak.
Diego Biurrun
2006-10-11
1
-2
/
+1
*
Replace -I../-I. by -I$(BUILD_ROOT).
Diego Biurrun
2006-10-07
1
-2
/
+1
*
* Moving FifoBuffer out of libavformat/avformat.h and
Roman Shaposhnik
2006-09-21
1
-1
/
+2
*
Move all internal -I parameters to the front of CFLAGS to avoid using external
Diego Biurrun
2006-08-17
1
-1
/
+1
*
Install log.h
Luca Abeni
2006-07-19
1
-1
/
+1
*
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
Luca Abeni
2006-07-19
1
-1
/
+2
*
Move av_log() & friends to libavutil
Luca Abeni
2006-07-18
1
-0
/
+1
*
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
1
-0
/
+1
*
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
Måns Rullgård
2006-07-13
1
-1
/
+1
[next]