index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move eval.c and eval.h from libavcodec to libavutil, and make the eval
Stefano Sabatini
2010-06-05
1
-0
/
+2
*
Make ff_random_get_seed public, rename to av_get_random_seed, export the header
Martin Storsjö
2010-05-23
1
-0
/
+1
*
Implement av_strerror().
Stefano Sabatini
2010-03-25
1
-0
/
+1
*
Move error code definitions from libavcodec/avcodec.h to
Stefano Sabatini
2010-03-13
1
-0
/
+1
*
Move gcc attribute macros to new header libavutil/attributes.h
Måns Rullgård
2010-03-08
1
-0
/
+1
*
checkheaders: skip per-arch headers not meant for direct inclusion
Måns Rullgård
2010-03-08
1
-0
/
+2
*
Create and install libavutil/avconfig.h
Måns Rullgård
2010-01-19
1
-0
/
+2
*
Make the pixdesc API public.
Stefano Sabatini
2009-11-24
1
-0
/
+2
*
Prepare SHA code to handle SHA-2 as well. For now rename files and functions
Kostya Shishkov
2009-07-10
1
-2
/
+2
*
cosmetics: Add missing ending backslash to installed header list.
Diego Biurrun
2009-06-09
1
-1
/
+1
*
Add a configure check for lzo1x_999_compress() and compile the lzo test program
Diego Biurrun
2009-04-09
1
-0
/
+1
*
Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.
Diego Biurrun
2009-04-02
1
-1
/
+1
*
Use a wildcard match instead of a list to remove test programs.
Diego Biurrun
2009-03-26
1
-2
/
+0
*
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
Diego Biurrun
2009-03-25
1
-1
/
+1
*
Rename 'tests' target to 'testprogs'. It is too easily confused with the
Diego Biurrun
2009-03-22
1
-1
/
+1
*
Remove deprecated and now unused Mersenne Twister PRNG.
Diego Biurrun
2009-03-21
1
-2
/
+1
*
Remove the Mersenne Twister from the public API/ABI.
Michael Niedermayer
2009-03-08
1
-1
/
+0
*
add ff_random_get_seed to be used in conjunction with random functions
Baptiste Coudurier
2009-03-08
1
-0
/
+1
*
Split avutil.h, move all the pixel format definitions to the new
Stefano Sabatini
2009-02-22
1
-0
/
+1
*
Add a new test program for base64, based on that removed in r17024.
Stefano Sabatini
2009-02-06
1
-1
/
+1
*
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
[next]