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-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
2009-01-25Add AMD 3DNow! instruction enabling/disabling support in the build system.Diego Biurrun
2009-01-25Drop redundant architecture extension dependencies.Diego Biurrun
2009-01-25Add missing architecture-specific options to summary output.Diego Biurrun
2009-01-25SSE depends on x86.Diego Biurrun
2009-01-24Add configuration options section to help output.Diego Biurrun
2009-01-24help output cosmeticsDiego Biurrun
2009-01-24Remove --enable-static and --disable-shared from help output.Diego Biurrun
2009-01-24Use cc_default variable in help output for --cc option.Diego Biurrun
2009-01-24Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun
2009-01-24configure: add help for fastdivMåns Rullgård
2009-01-20Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation
2009-01-18Alpha: add -mieee to CFLAGSMåns Rullgård
2009-01-18configure: add fastdiv to CONFIG_LISTMåns Rullgård
2009-01-16Add mpeg1_vdpau decoder.Carl Eugen Hoyos
2009-01-16Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation
2009-01-16add -Wundef compiler flag, to catch typo in #if or similar situationsAurelien Jacobs
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-13configure: add Alpha CPU typesMåns Rullgård
2009-01-12configure: fix PIC activation for x86_64 shared libsMåns Rullgård
2009-01-12Pass subarch instead of arch to YASMFLAGSRamiro Polla
2009-01-12Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun
2009-01-12Split arch variable into arch and subarch.Diego Biurrun
2009-01-12Use 'enabled' function to simplify x86_64 check in the mingw32 section.Diego Biurrun
2009-01-12Add truncf() replacement function.Michael Kostylev
2009-01-12Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla
2009-01-12Use 'enabled' function instead of raw 'test' calls in arch checks.Diego Biurrun
2009-01-11cosmetics: Remove useless quotes.Diego Biurrun
2009-01-111l: better alphabetical orderDiego Biurrun
2009-01-11Add missing --disable-armv6t2 to help output.Diego Biurrun
2009-01-11Use coff as objformat for dos.Michael Kostylev
2009-01-08configure: allow to disable sse code.Ramiro Polla
2009-01-08Use posix_memalign() if available.Ramiro Polla