Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-09Allow different executable suffix for host and targetMåns Rullgård
2009-03-07cosmetics: fix indentationDiego Biurrun
2009-03-06Get rid of redundant vdpau option, decoders can still be disabled individually.Diego Biurrun
2009-03-06ARM: detect armcc compiler and enable gcc modeMåns Rullgård
2009-03-06configure: check asm support using $asMåns Rullgård
2009-03-06Compile .S files with $(AS), set it in configureMåns Rullgård
2009-03-04Remove the swscale dummy option, most (all?) FATE configs should be updatedReimar Döffinger
2009-03-04Alpha: use -g3 with ccc to allow optimisation with debugging symbolsMåns Rullgård
2009-03-04Allow --enable-swscale until FATE is updatedMåns Rullgård
2009-03-04Remove old scaler.Michael Niedermayer
2009-03-03Remove deprecated vhook subsystem.Diego Biurrun
2009-03-03Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally toDiego Biurrun
2009-03-03Remove mpeg4aac dependency declaration, the decoder was removed.Diego Biurrun
2009-03-03configure: improve temp file creation and cleanupMåns Rullgård
2009-03-01configure: fix return value from check_headerMåns Rullgård
2009-02-28configure: check_func_headers should mark headers as foundMåns Rullgård
2009-02-28configure: {enable,disable}_safe functions that sanitise argumentsMåns Rullgård
2009-02-28configure: remove redundant alsa/asoundlib.h checkMåns Rullgård
2009-02-24100l: Revert removal of GPL check for libswscale.Diego Biurrun
2009-02-24The software scaler is no longer GPLed.Diego Biurrun
2009-02-23Check if -lrt is required for nanosleep, as is the case on Solaris.Diego Biurrun
2009-02-22Fix gcc detection: Not all gcc versions have "(GCC)" in the version string.Diego Biurrun
2009-02-22configure: detect ccc compiler (Alpha) and set required flagsMåns Rullgård
2009-02-22configure: indentMåns Rullgård
2009-02-22Pass sysroot argument to gccMåns Rullgård
2009-02-22Add --sysroot and --sysinclude configure optionsMåns Rullgård
2009-02-22configure: move detection of compiler type to single locationMåns Rullgård
2009-02-21Remove special treatment of version.h in DEPEND_CMDMåns Rullgård
2009-02-21configure: add (empty) avr32 arch caseMåns Rullgård
2009-02-21configure: sort cases in arch sectionMåns Rullgård
2009-02-19fix missing dependenciesAurelien Jacobs
2009-02-18Handle conditional compilation of CPU-specific FFT code in the Makefile.Diego Biurrun
2009-02-18Add support for enabling/disabling AMD 3DNow! extended optimizations.Diego Biurrun
2009-02-18Gopher protocol should depend on networking being enabled.Andreas Öman
2009-02-14100l: Remove stray character that slipped into header name.Diego Biurrun
2009-02-14Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun
2009-02-11Add check whether the compiler/assembler supports 10 or more operands.Diego Biurrun
2009-02-10Use default system include path for an installed OpenJPEG library.Mathieu Malaterre
2009-02-06Use libopenjpeg for jpeg2k decoding.Jai Menon
2009-02-05configure: add command flag to disable yasm useMåns Rullgård
2009-02-05configure: set EXESUF before it is usedMåns Rullgård
2009-02-05configure: move basic sanity tests before other testsMåns Rullgård
2009-02-04fastdiv is disabled by default, so put --enable-fastdiv into the help output.Diego Biurrun
2009-01-30Use the new RDFT code in the QDM2 decoder.Alex Converse
2009-01-30Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse
2009-01-27indentationRamiro Polla
2009-01-27mingw: don't check for minimum mingw runtime and w32api versions for mingw-w64Ramiro Polla
2009-01-26configure: exit with error if OS is unknownMåns Rullgård
2009-01-26Add ALSA support in libavdevice.Nicolas George
2009-01-26configure: add datadir variable and write to config.{h,mak}Måns Rullgård