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
2010-03-26Implement av_strerror().Stefano Sabatini
2010-03-13Move error code definitions from libavcodec/avcodec.h toStefano Sabatini
2010-03-09Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård
2010-03-08checkheaders: skip per-arch headers not meant for direct inclusionMåns Rullgård
2010-01-19Create and install libavutil/avconfig.hMåns Rullgård
2009-11-25Make the pixdesc API public.Stefano Sabatini
2009-07-10Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov
2009-06-09cosmetics: Add missing ending backslash to installed header list.Diego Biurrun
2009-04-09Add a configure check for lzo1x_999_compress() and compile the lzo test programDiego Biurrun
2009-04-03Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.Diego Biurrun
2009-03-26Use a wildcard match instead of a list to remove test programs.Diego Biurrun
2009-03-25Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun
2009-03-23Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun
2009-03-21Remove deprecated and now unused Mersenne Twister PRNG.Diego Biurrun
2009-03-08Remove the Mersenne Twister from the public API/ABI.Michael Niedermayer
2009-03-08add ff_random_get_seed to be used in conjunction with random functionsBaptiste Coudurier
2009-02-22Split avutil.h, move all the pixel format definitions to the newStefano Sabatini
2009-02-07Add a new test program for base64, based on that removed in r17024.Stefano Sabatini
2009-01-30Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun
2009-01-12Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun
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