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-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
2009-03-15Force ebp_available for icc.Carl Eugen Hoyos
See discussion: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/86209 Originally committed as revision 17985 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-10Replace all `` by $(), the latter can be nested more easily.Diego Biurrun
Originally committed as revision 17923 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-10Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' instead.Diego Biurrun
Originally committed as revision 17922 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-10Set AS to $CC by default, override with gcc only when CC is armccMåns Rullgård
Originally committed as revision 17920 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-09Enable CONFIG_FASTDIV by defaultMåns Rullgård
Originally committed as revision 17900 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-09Allow different executable suffix for host and targetMåns Rullgård
Originally committed as revision 17885 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-07cosmetics: fix indentationDiego Biurrun
Originally committed as revision 17864 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-06Get rid of redundant vdpau option, decoders can still be disabled individually.Diego Biurrun
Originally committed as revision 17855 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-06ARM: detect armcc compiler and enable gcc modeMåns Rullgård
Originally committed as revision 17829 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-06configure: check asm support using $asMåns Rullgård
Originally committed as revision 17828 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-06Compile .S files with $(AS), set it in configureMåns Rullgård
Assembler files using the GNU syntax need to be processed by gcc, whichever compiler is used for C files. Originally committed as revision 17827 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-04Remove the swscale dummy option, most (all?) FATE configs should be updatedReimar Döffinger
to work without it. Originally committed as revision 17809 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-04Alpha: use -g3 with ccc to allow optimisation with debugging symbolsMåns Rullgård
Originally committed as revision 17793 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-04Allow --enable-swscale until FATE is updatedMåns Rullgård
Originally committed as revision 17788 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-04Remove old scaler.Michael Niedermayer
Originally committed as revision 17786 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03Remove deprecated vhook subsystem.Diego Biurrun
Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally toDiego Biurrun
CFLAGS. Apparently there are some systems that do not like these definitions. Originally committed as revision 17755 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03Remove mpeg4aac dependency declaration, the decoder was removed.Diego Biurrun
Originally committed as revision 17753 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03configure: improve temp file creation and cleanupMåns Rullgård
Originally committed as revision 17752 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-01configure: fix return value from check_headerMåns Rullgård
Originally committed as revision 17695 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-28configure: check_func_headers should mark headers as foundMåns Rullgård
Originally committed as revision 17668 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-28configure: {enable,disable}_safe functions that sanitise argumentsMåns Rullgård
Originally committed as revision 17667 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-28configure: remove redundant alsa/asoundlib.h checkMåns Rullgård
Originally committed as revision 17650 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-24100l: Revert removal of GPL check for libswscale.Diego Biurrun
libswscale still compiles GPL parts by default. Originally committed as revision 17557 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-24The software scaler is no longer GPLed.Diego Biurrun
Originally committed as revision 17556 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-23Check if -lrt is required for nanosleep, as is the case on Solaris.Diego Biurrun
inspired by a patch from Fabian Groffen, grobian gentoo org Originally committed as revision 17537 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22Fix gcc detection: Not all gcc versions have "(GCC)" in the version string.Diego Biurrun
Originally committed as revision 17522 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22configure: detect ccc compiler (Alpha) and set required flagsMåns Rullgård
Originally committed as revision 17507 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22configure: indentMåns Rullgård
Originally committed as revision 17503 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22Pass sysroot argument to gccMåns Rullgård
Originally committed as revision 17500 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22Add --sysroot and --sysinclude configure optionsMåns Rullgård
Some cross-compilers need these parameters, and we can't figure out the correct values. Originally committed as revision 17499 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22configure: move detection of compiler type to single locationMåns Rullgård
Originally committed as revision 17498 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-21Remove special treatment of version.h in DEPEND_CMDMåns Rullgård
Originally committed as revision 17484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-21configure: add (empty) avr32 arch caseMåns Rullgård
Originally committed as revision 17479 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-21configure: sort cases in arch sectionMåns Rullgård
Originally committed as revision 17478 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-19fix missing dependenciesAurelien Jacobs
Originally committed as revision 17445 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-18Handle conditional compilation of CPU-specific FFT code in the Makefile.Diego Biurrun
Also replace one coarse MMX condition with more fine-grained 3DNow!/3DNowExt!/SSE conditions. Originally committed as revision 17409 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-18Add support for enabling/disabling AMD 3DNow! extended optimizations.Diego Biurrun
Originally committed as revision 17408 to svn://svn.ffmpeg.org/ffmpeg/trunk