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
2009-07-12configure: allow bulk-disabled things to be re-enabled by dependentsMåns Rullgård
2009-07-10Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse
2009-07-07Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun
2009-06-30ARM: enable fast_unaligned when --cpu=armv[67] is specifiedMåns Rullgård
2009-06-30Fix build on Net/OpenBSDMåns Rullgård
2009-06-30Cosmetics: group together indev/outdev dependencies.Stefano Sabatini
2009-06-29Make the configure script select the input/output devices usingStefano Sabatini
2009-06-26Only link against alsa if enabled.Stefano Sabatini
2009-06-26Only checks for jack if it is enabled and hence only links to jack ifAdrian Stutz
2009-06-19Disable network support if required headers cannot be found.Michael Kostylev
2009-06-16configure: properly quote configure options stored in config.*Måns Rullgård
2009-06-14Merge FreeBSD and DragonFlyBSD OS detection sections.Diego Biurrun
2009-06-14Add DragonFlyBSD to the list of supported OSes.Adam Hoka
2009-06-11Add code to enable and disable all VAAPI and VDPAU parts.Diego Biurrun
2009-06-10Express the H.264 parser dependency on the golomb code in configure instead ofDiego Biurrun
2009-06-05Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun
2009-06-05Add configure option to upgrade (L)GPL to version 3.Diego Biurrun
2009-05-29configure: detect Loongson MIPS extensionsMåns Rullgård
2009-05-26Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger
2009-05-26dv1394 is disabled by default, do not redundantly disable it on Hurd.Diego Biurrun
2009-05-25Add Hurd to OS list and disable dv1394 in the Hurd case.Andres Mejia
2009-05-22Print out more verbose licensing information.Diego Biurrun
2009-05-20The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun
2009-05-19Define ARCH_MIPS64 when building for MIPS64Måns Rullgård
2009-05-19Define HAVE_BIGENDIAN as 0 or 1 according to CPU typeMåns Rullgård
2009-05-19configure: add some MIPS CPUsMåns Rullgård
2009-05-14Add gnu/kfreebsd to list of recognized operating systems.Andres Mejia
2009-04-29configure: fix licence check functionMåns Rullgård
2009-04-29Require --enable-nonfree for turning on libfaac support.Diego Biurrun
2009-04-29Factorize GPL and nonfree license checks into a common function.Diego Biurrun
2009-04-22configure: support Blackfin CPU names with --cpuMåns Rullgård
2009-04-18PPC: check for x-form asm constraint supportMåns Rullgård
2009-04-18PPC asm for AV_RL*()Måns Rullgård
2009-04-16Do not add -fno-common to CFLAGS on DOS, it is unneeded.Diego Biurrun
2009-04-15Check for Decoder_Interface_init() instead of Speech_Decode_Frame_init() whenMartin Storsjö
2009-04-14win32, dos: Work around a bug in the GNU toolchain.Ramiro Polla
2009-04-09Add a configure check for lzo1x_999_compress() and compile the lzo test programDiego Biurrun
2009-04-09configure: Add --enable-runtime-cpudetectRamiro Polla
2009-04-03Implement JACK input device.Olivier Guilyardi
2009-04-02Add VA API deps.Gwenole Beauchesne
2009-04-02Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne
2009-04-02Add an empty line in front of configure debug instructions.Diego Biurrun
2009-03-31Quote stored configure arguments containing spacesMåns Rullgård
2009-03-29mingw32: Restore creation of import libraries. They are still not beingRamiro Polla
2009-03-26Create swscale subdirs for out-of-tree builds.Ramiro Polla
2009-03-25cosmetics: Group all path variables together in config.mak.Diego Biurrun
2009-03-20Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled by default)Cédric Schieli
2009-03-20Check for VirtualAlloc() so it may be used to allocate executable memory inRamiro Polla
2009-03-16mingw32: call lib.exe instead of lib to facilitate running it through wine.Ramiro Polla
2009-03-16Disallow out-of-tree builds with config.h in the source tree.Matthieu Castet