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
2013-05-24Fix compilation with --disable-everything --enable-filter=dctdnoizCarl Eugen Hoyos
2013-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-21configure: Enable the strtod workaround when building for bionicMartin Storsjö
2013-05-20Merge commit '0b6899f154347cdd0aa66c5ec16ed9c65871766f'Michael Niedermayer
2013-05-20lavd: add v4l2 outdev.Clément Bœsch
2013-05-19configure: add more allocation functions to valgrind-massifMichael Niedermayer
2013-05-19configure: msvc: Set the target windows version to XP if no target is setMartin Storsjö
2013-05-19configure: use the user specified valgrind excutable for massifMichael Niedermayer
2013-05-19configure: fix valgrind-massif to actually workMichael Niedermayer
2013-05-19Merge commit '8e673efc6f5b7a095557664660305148f2788d30'Michael Niedermayer
2013-05-19FTP protocol supportLukasz Marek
2013-05-18configure: Add basic valgrind-massif supportLuca Barbato
2013-05-17Merge commit '1232a1647ab27e024a3baf4d01d40c8d08d6ced9'Michael Niedermayer
2013-05-17Apple Intermediate Codec decoderKostya Shishkov
2013-05-17configure: Autodetect VA-APICarl Eugen Hoyos
2013-05-16lavfi: port wavelet denoiser filter from libmpcodecs.Clément Bœsch
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15configure: Use linker hardening flags on mingwAlex Smith
2013-05-15lavfi: add dctdnoiz filter.Clément Bœsch
2013-05-14lavfi: add zmq filtersStefano Sabatini
2013-05-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-13configure: Disable PIC for cygwin just as for win32/mingwMartin Storsjö
2013-05-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-13Merge commit 'f54b55058a429c4eea5bae7e5bcb49bd29b34199'Michael Niedermayer
2013-05-13Merge commit 'e08c946c6860a78b0c479551d5f6735361160cbd'Michael Niedermayer
2013-05-13Merge commit 'b1803c79dcd6d0a345fa1cbe18dd8e2149717121'Michael Niedermayer
2013-05-12configure: x86: Only enable cpunop on i686Diego Biurrun
2013-05-12configure: Rename cmov processor capability to i686Diego Biurrun
2013-05-12configure: Explicitly disable PIC when targeting win32/mingwMartin Storsjö
2013-05-12configure: Use enable_weak when enabling picMartin Storsjö
2013-05-10Fix configure --help output for some autodetected features.Carl Eugen Hoyos
2013-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-08configure: use shorter variable name for "libavdevice_pc_deps"Michael Niedermayer
2013-05-08Merge commit '9779f93066ee5ea6fba6b76f001d358cc2857891'Michael Niedermayer
2013-05-08Merge commit 'bce70f8170592599a4f2f5f02606c1246e88df57'Michael Niedermayer
2013-05-08msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö
2013-05-07configure: add dependencies to lavfi .pc fileAnton Khirnov
2013-05-07configure: make avconv select (a)trim filtersAnton Khirnov
2013-05-05configure: Use the tool specified with --valgrind instead of a hardcoded "val...Michael Niedermayer
2013-05-05configure: set valgrind-memcheck toolchain when --valgrind is specifiedMichael Niedermayer
2013-05-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-05configure: fix valgrind-memcheck argumentsMichael Niedermayer
2013-05-05Merge commit 'b1ee8eec849f17fce2f411a297de9cbf2edaeb3a'Michael Niedermayer
2013-05-05configure: Check for getenvMartin Storsjö
2013-05-04configure: Add basic valgrind-memcheck supportReinhard Tartler
2013-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-03compat: msvc: Make sure the object files are included when linking staticallyMartin Storsjö
2013-05-03Merge commit 'ffb068ce8e99df121d18a5b9b1d820f3ea8697fb'Michael Niedermayer
2013-05-03Merge commit '4d810ad2e943a59658ddf00a397121c2b62f7157'Michael Niedermayer
2013-05-03lavu/opencl: fix the compile bug on linuxhighgod0401