Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-21cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun
2008-10-26cosmetic: align backslashes in makefilesMåns Rullgård
2008-08-17use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles
2008-08-17restore alphabetical order of TESTSMichael Niedermayer
2008-08-17Add PCA to TESTS.Michael Niedermayer
2008-08-08Implement avutil_version().Stefano Sabatini
2008-07-28Add random to list of test programs.Diego Biurrun
2008-04-08non-recursive makefilesMåns Rullgård
2008-03-08cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun
2008-03-07simplify library version handlingMåns Rullgård
2008-02-28simplify lzo-test ruleMåns Rullgård
2008-01-28Move common test program infrastructure to common.mak.Diego Biurrun
2008-01-28Move some lines in preparation for an upcoming commit.Diego Biurrun
2008-01-28Add Makefile rules for test programs.Diego Biurrun
2008-01-28Do not install integer.h, it is not part of the public API.Diego Biurrun
2008-01-05install crc.h which is now part of public APIAurelien Jacobs
2007-12-12Provide sha1 to outside applicationsLuca Barbato
2007-10-19Add support for DES en- and decryption.Reimar Döffinger
2007-10-14cosmetics: sort()Diego Biurrun
2007-10-13Add RC4 encryption/decryption functionReimar Döffinger
2007-08-31cosmetics: Sort some lines, whitespace changes.Diego Biurrun
2007-06-24add some string functionsMåns Rullgård
2007-03-19expose av_base64_decode and av_base64_encodeLuca Barbato
2007-03-12Install mem.h on "make install" as:Panagiotis Issaris
2007-02-28Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato
2007-02-28Reverting stray commit part ILuca Barbato
2007-02-28get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato
2007-02-27Remove superfluous comment.Diego Biurrun
2007-02-27Remove useless conditional.Diego Biurrun
2007-02-27Revert previous commit that contained an unrelated hunk.Diego Biurrun
2007-02-27spelling/grammar fixes for a Doxygen commentDiego Biurrun
2007-02-27Remove unused #define.Diego Biurrun
2007-02-13Move base64.[ch] to libavutil.Carl Eugen Hoyos
2007-02-11mxf aes decryption support, patch by Reimar, simplified to only look for firs...Reimar Döffinger
2007-02-09av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t comMichael Niedermayer
2007-02-01Move lzo decompression to libavutilReimar Döffinger
2006-11-14AVL treeMichael Niedermayer
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-10-11Move CFLAGS handling to common.mak.Diego Biurrun
2006-10-07Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik
2006-08-17Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun
2006-07-19Install log.hLuca Abeni
2006-07-19Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni
2006-07-18Move av_log() & friends to libavutilLuca Abeni
2006-07-14adding a \ so we can add more lines without having to do a "cosmetic" change ...Michael Niedermayer
2006-07-14linear least squares solver using cholesky factorizationMichael Niedermayer
2006-07-14replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård
2006-07-14move adler32 to libavutilMåns Rullgård
2006-07-05cosmetics: Break overly long lines.Diego Biurrun