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
2009-07-12configure: allow bulk-disabled things to be re-enabled by dependentsMåns Rullgård
Originally committed as revision 19401 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-10Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse
standard library. Originally committed as revision 19395 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-07Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun
libopencore can now be used as a replacement except for AMR-WB encoding. Originally committed as revision 19365 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-30ARM: enable fast_unaligned when --cpu=armv[67] is specifiedMåns Rullgård
Originally committed as revision 19308 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-30Fix build on Net/OpenBSDMåns Rullgård
The renaming in r19293 missed a few things. Originally committed as revision 19298 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-30Cosmetics: group together indev/outdev dependencies.Stefano Sabatini
Originally committed as revision 19297 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-29Make the configure script select the input/output devices usingStefano Sabatini
--enable-indev, --enable-outdev rather than --enable-demuxer, --enable-muxer as before, same for disabling them. Originally committed as revision 19293 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-26Only link against alsa if enabled.Stefano Sabatini
Originally committed as revision 19278 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-26Only checks for jack if it is enabled and hence only links to jack ifAdrian Stutz
it is not disabled. Patch by Adrian Stutz $firsname@sttz ch. Originally committed as revision 19277 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-19Disable network support if required headers cannot be found.Michael Kostylev
patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 19227 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-16configure: properly quote configure options stored in config.*Måns Rullgård
Originally committed as revision 19201 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-14Merge FreeBSD and DragonFlyBSD OS detection sections.Diego Biurrun
Apparently DragonFlyBSD does not need memalign either. Originally committed as revision 19191 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-14Add DragonFlyBSD to the list of supported OSes.Adam Hoka
patch by Adam Hoka, ahoka NetBSD org Originally committed as revision 19190 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-11Add code to enable and disable all VAAPI and VDPAU parts.Diego Biurrun
As a positive sideeffect, VAAPI/VDPAU objects need no longer be listed for all VAAPI/VDPAU-related decoders. Originally committed as revision 19145 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-10Express the H.264 parser dependency on the golomb code in configure instead ofDiego Biurrun
in the Makefile as it is done for all other parts that depend on golomb. Originally committed as revision 19139 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-05Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun
Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-05Add configure option to upgrade (L)GPL to version 3.Diego Biurrun
Originally committed as revision 19116 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-29configure: detect Loongson MIPS extensionsMåns Rullgård
Originally committed as revision 18978 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-26Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger
As a side-effect this also gives it the correct value on e.g. PPC970FX-based PPC64 systems, thus fixing "make test" (mp2/mp3 decoding). Originally committed as revision 18953 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-26dv1394 is disabled by default, do not redundantly disable it on Hurd.Diego Biurrun
Originally committed as revision 18946 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-25Add Hurd to OS list and disable dv1394 in the Hurd case.Andres Mejia
patch by Andres Mejia, mcitadel gmail com Originally committed as revision 18938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-22Print out more verbose licensing information.Diego Biurrun
Originally committed as revision 18893 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-20The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun
in the build system and documentation that mark it as GPL. Originally committed as revision 18876 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-19Define ARCH_MIPS64 when building for MIPS64Måns Rullgård
Originally committed as revision 18874 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-19Define HAVE_BIGENDIAN as 0 or 1 according to CPU typeMåns Rullgård
This should replace the inconsistently named and defined WORDS_BIGENDIAN. Originally committed as revision 18873 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-19configure: add some MIPS CPUsMåns Rullgård
Originally committed as revision 18872 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-14Add gnu/kfreebsd to list of recognized operating systems.Andres Mejia
patch by Andres Mejia, mcitadel gmail com Originally committed as revision 18822 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-29configure: fix licence check functionMåns Rullgård
Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-29Require --enable-nonfree for turning on libfaac support.Diego Biurrun
libfaac lies about being LGPL, when it really is not. Originally committed as revision 18715 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-29Factorize GPL and nonfree license checks into a common function.Diego Biurrun
Originally committed as revision 18714 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-22configure: support Blackfin CPU names with --cpuMåns Rullgård
Originally committed as revision 18660 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-18PPC: check for x-form asm constraint supportMåns Rullgård
Originally committed as revision 18606 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-18PPC asm for AV_RL*()Måns Rullgård
PPC is normally big endian but has special little endian load/store instructions. Using these avoids a separate byteswap. This makes the vorbis decoder about 5% faster. Not much else uses little-endian read/write extensively. GCC generates horrible PPC code for the default AV_[RW]B64 (which uses a packed struct), so we override it with a plain pointer cast. Originally committed as revision 18602 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-16Do not add -fno-common to CFLAGS on DOS, it is unneeded.Diego Biurrun
Originally committed as revision 18536 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-15Check for Decoder_Interface_init() instead of Speech_Decode_Frame_init() whenMartin Storsjö
trying to enable libamrnb support. The latter function is actually used. patch by Martin Storsjö, martin martin st Originally committed as revision 18526 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-14win32, dos: Work around a bug in the GNU toolchain.Ramiro Polla
The bug[1] is exposed when gcc decides to put some data in a common section (i.e. data that will be used by more than one object). It will suggest the data to be aligned, but binutils >= 2.19 will fail to properly align it. Thus if the data requires any alignment greater than 4, the application will crash. The workaround prevents gcc from putting data in a common section, instead putting it in a properly aligned section. [1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216 Originally committed as revision 18501 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-09Add a configure check for lzo1x_999_compress() and compile the lzo test programDiego Biurrun
in libavutil when this function is available. Originally committed as revision 18386 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-09configure: Add --enable-runtime-cpudetectRamiro Polla
Originally committed as revision 18380 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-03Implement JACK input device.Olivier Guilyardi
Patch by Olivier Guilyardi list samalyse com. See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer". Originally committed as revision 18322 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Add VA API deps.Gwenole Beauchesne
Originally committed as revision 18312 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne
from registered HW accelerated codecs with REGISTER_HWACCEL(). Originally committed as revision 18311 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Add an empty line in front of configure debug instructions.Diego Biurrun
This makes the actual error message that configure prints be more noticeable. Originally committed as revision 18308 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Quote stored configure arguments containing spacesMåns Rullgård
Originally committed as revision 18252 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-29mingw32: Restore creation of import libraries. They are still not beingRamiro Polla
installed, but they're good for creating -dev packages. Originally committed as revision 18214 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-26Create swscale subdirs for out-of-tree builds.Ramiro Polla
Originally committed as revision 18191 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-25cosmetics: Group all path variables together in config.mak.Diego Biurrun
Originally committed as revision 18187 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled by default)Cédric Schieli
Originally committed as revision 18075 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20Check for VirtualAlloc() so it may be used to allocate executable memory inRamiro Polla
Windows. Originally committed as revision 18050 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-16mingw32: call lib.exe instead of lib to facilitate running it through wine.Ramiro Polla
Originally committed as revision 17995 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-16Disallow out-of-tree builds with config.h in the source tree.Matthieu Castet
A config.h present in the source tree takes precedence over a config.h in the build tree, which can possibly result in an incorrect build. patch by matthieu castet, castet.matthieu free fr Originally committed as revision 17994 to svn://svn.ffmpeg.org/ffmpeg/trunk