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
2008-05-16Store license value in a variable for later use.Jeremy Kolb
2008-05-16set $logfile before useMåns Rullgård
2008-05-16cosmetics: alignmentAurelien Jacobs
2008-05-16Add a check for bzlib; used in the Matroska demuxer.Aurelien Jacobs
2008-05-15cosmetics: Add whitespace around redirection operators.Diego Biurrun
2008-05-13set temporary filenames before using themMåns Rullgård
2008-05-13Add more support for Win64:Ramiro Polla
2008-05-13Move arch check before OS check.Ramiro Polla
2008-05-13Use pkg-config for libschroedinger libs, not only for CFLAGS.JonY
2008-05-12Also install .lib files with versioned filename.Ramiro Polla
2008-05-12Create .lib files in the subdirs.JonY
2008-05-11Allow icc to compile with optimizations (pentium3, pentium4 or core2).Carl Eugen Hoyos
2008-05-11Silence useless icc warnings.Carl Eugen Hoyos
2008-05-08Check for sys/resource.h and include it conditionally.Ramiro Polla
2008-05-08Disable libdirac decoder if the faster libschroedinger decoder is available.Anuradha Suraparaju
2008-05-07When compiling with -fmudflap configure fill EXTERN_PREFIX with garbageMatthieu Castet
2008-05-06In pkg-config files, libraries not exposed through the library, but just neededAnssi Hannula
2008-05-06cosmetics: whitespace/order changes, if/then --> && in pkg-config sectionDiego Biurrun
2008-05-06Merge both pkg-config creation commands into one.Diego Biurrun
2008-05-06In the pkg-config file generation, derive the short name from the libraryDiego Biurrun
2008-05-06Remove stray extra parameter from libavutil pkg-config command.Diego Biurrun
2008-05-04Fix configure for cross-compilation and --arch=amd64.Ramiro Polla
2008-05-03Add Dirac support through libschroedinger.Anuradha Suraparaju
2008-05-03Dirac decoding/encoding support via libdirac.Anuradha Suraparaju
2008-05-02Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,Luca Barbato
2008-04-27Use check_cflags for -mdynamic-no-pic so third-party compilers will work on D...Alexander Strange
2008-04-25Revert "Adjust pkg-config files to include files residing in separate subdire...Måns Rullgård
2008-04-24Adjust pkg-config files to include files residing in separate subdirectories.Diego Biurrun
2008-04-24Support shared pthreads-win32.Gianluigi Tiesi
2008-04-20check for ARM VFP supportMåns Rullgård
2008-04-17Set correct value for includedir in pkg-config files.Diego Biurrun
2008-04-17Set correct value for libdir in pkg-config files.Anssi Hannula
2008-04-11remove unused MAKE variableMåns Rullgård
2008-04-10correct soname for vhooksMåns Rullgård
2008-04-10generate separate dependency files per object fileMåns Rullgård
2008-04-08non-recursive makefilesMåns Rullgård
2008-04-04replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGSMåns Rullgård
2008-03-31cosmetics: alphabetical order for temporary filenamesDiego Biurrun
2008-03-31Use a different filename that ends in .sh for temporary shell scripts.Diego Biurrun
2008-03-31cosmetics: Write some trivial C test programs in a more compact form.Diego Biurrun
2008-03-31Make MMX2 depend on MMX.Diego Biurrun
2008-03-28Replace hackish CFLAGS 64 bit test by a proper compilation check.İsmail Dönmez
2008-03-27Move CPU detection code after OS-specific settings and logging systemDiego Biurrun
2008-03-26combine setting of various configure command line optionsMåns Rullgård
2008-03-26Rename configure variable PREFIX to prefixMåns Rullgård
2008-03-26Rename configure variable BUILDSUF to build_suffixMåns Rullgård
2008-03-26Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun
2008-03-25Rename --enable-sunmlib option to --enable-mlib.Diego Biurrun
2008-03-25cosmetics: Rename targetos variable to target_os.Diego Biurrun
2008-03-25Rename --cross-compile option to --enable-cross-compile.Diego Biurrun