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 (Collapse)Author
2008-11-21cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun
Originally committed as revision 15896 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-26cosmetic: align backslashes in makefilesMåns Rullgård
Originally committed as revision 15717 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-17use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles
Originally committed as revision 14815 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-17restore alphabetical order of TESTSMichael Niedermayer
Originally committed as revision 14813 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-17Add PCA to TESTS.Michael Niedermayer
Originally committed as revision 14812 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-08Implement avutil_version().Stefano Sabatini
Originally committed as revision 14665 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-28Add random to list of test programs.Diego Biurrun
Originally committed as revision 14441 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-08non-recursive makefilesMåns Rullgård
Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-08cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun
Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-07simplify library version handlingMåns Rullgård
Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-28simplify lzo-test ruleMåns Rullgård
Originally committed as revision 12269 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-28Move common test program infrastructure to common.mak.Diego Biurrun
Originally committed as revision 11645 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-28Move some lines in preparation for an upcoming commit.Diego Biurrun
Originally committed as revision 11644 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-28Add Makefile rules for test programs.Diego Biurrun
Originally committed as revision 11643 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-28Do not install integer.h, it is not part of the public API.Diego Biurrun
Originally committed as revision 11642 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-05install crc.h which is now part of public APIAurelien Jacobs
Originally committed as revision 11410 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-12Provide sha1 to outside applicationsLuca Barbato
Patch from Diego Pettenò flameeyesATgmailDOTcom Originally committed as revision 11207 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-19Add support for DES en- and decryption.Reimar Döffinger
Originally committed as revision 10810 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14cosmetics: sort()Diego Biurrun
Originally committed as revision 10729 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-13Add RC4 encryption/decryption functionReimar Döffinger
Originally committed as revision 10723 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-31cosmetics: Sort some lines, whitespace changes.Diego Biurrun
Originally committed as revision 10268 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24add some string functionsMåns Rullgård
Originally committed as revision 9400 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-19expose av_base64_decode and av_base64_encodeLuca Barbato
Originally committed as revision 8448 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-12Install mem.h on "make install" as:Panagiotis Issaris
* the mem.h functions are part of the public API * common.h includes mem.h and common.h is installed Originally committed as revision 8345 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28Reverting stray commit part II, r8156 had the base64 export patch mixed with ↵Luca Barbato
the nutdec patch Originally committed as revision 8158 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28Reverting stray commit part ILuca Barbato
Originally committed as revision 8157 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato
patch from Clemens Ladisch cladisch AT fastmail dot net (stray base64 patch reverted in the next commits) Originally committed as revision 8156 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Remove superfluous comment.Diego Biurrun
Originally committed as revision 8148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Remove useless conditional.Diego Biurrun
Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Revert previous commit that contained an unrelated hunk.Diego Biurrun
Originally committed as revision 8137 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27spelling/grammar fixes for a Doxygen commentDiego Biurrun
Originally committed as revision 8136 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Remove unused #define.Diego Biurrun
Originally committed as revision 8135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-13Move base64.[ch] to libavutil.Carl Eugen Hoyos
patch by Carl Eugen Hoyos, cehoyos ag.or at Originally committed as revision 7963 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11mxf aes decryption support, patch by Reimar, simplified to only look for ↵Reimar Döffinger
first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul Originally committed as revision 7925 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-09av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t comMichael Niedermayer
Originally committed as revision 7885 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-01Move lzo decompression to libavutilReimar Döffinger
Originally committed as revision 7789 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14AVL treeMichael Niedermayer
Originally committed as revision 7031 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-08allow spaces in source and build directory namesMåns Rullgård
out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-11Move CFLAGS handling to common.mak.Diego Biurrun
Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun
Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik
libavformat/utils.c into libavutil Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun
header files that happen to have the same name as internal ones. Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-19Install log.hLuca Abeni
Originally committed as revision 5790 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-19Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni
Originally committed as revision 5784 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-18Move av_log() & friends to libavutilLuca Abeni
Originally committed as revision 5781 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-14adding a \ so we can add more lines without having to do a "cosmetic" change ↵Michael Niedermayer
in the previous line Originally committed as revision 5741 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-14linear least squares solver using cholesky factorizationMichael Niedermayer
Originally committed as revision 5740 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-14replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård
of gnu extensions Originally committed as revision 5733 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-14move adler32 to libavutilMåns Rullgård
Originally committed as revision 5731 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-05cosmetics: Break overly long lines.Diego Biurrun
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk