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
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-08-26fifo: add FIFO API test program, and fate testStefano Sabatini
2011-07-08avutil: Add missing test programs to Makefile.Diego Biurrun
2011-06-30Remove unused, never built libavutil/pca.[ch]Mans Rullgard
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
2011-06-05Fix build of eval-test programMans Rullgard
2011-05-11Remove unused softfloat implementation.Diego Biurrun
2011-04-19lavu: remove disabled sha1 cruft.Anton Khirnov
2011-04-15avutil: make aes and sha api publicAlexis Ballier
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-12-22Add av_file_map() and av_file_unmap() functions.Stefano Sabatini
2010-10-09Install libavutil/opt.h, its API is public.Stefano Sabatini
2010-10-01Rename libavutil/assert.h to avassert.hMåns Rullgård
2010-10-01av_assert() system.Michael Niedermayer
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-09Clean up av_get_cpu_flag()Måns Rullgård
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-07-21Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò
2010-07-11Install bswap.h and intreadwrite.hMåns Rullgård
2010-07-02avutil: install lfg.hRamiro Polla
2010-06-05Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini
2010-05-23Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö
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