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-07-24Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun
2008-07-22Make configure --help document the --enable-debug option.Stefano Sabatini
2008-07-22Move --disable-debug to a better place within configure help output.Diego Biurrun
2008-07-17Replace LDLATEFLAGS hackery by proper LDFLAGS tests.Diego Biurrun
2008-07-15ARM: disable use of system byteswap.hMåns Rullgård
2008-07-13Add parisc* to the list of architectures requiring PIC flags for shared libs.Diego Biurrun
2008-07-13configure: simplify negative dependenciesMåns Rullgård
2008-07-13configure: allow !foo as argument to enabled/disabled and *_deps listsMåns Rullgård
2008-07-09regenerate dependencies when building object filesMåns Rullgård
2008-07-08Add FFMPEG_CONFIGURATION to config.mak as well, it sometimes helps debugging.Diego Biurrun
2008-07-08correct path in *-uninstalled.pcAurelien Jacobs
2008-07-04MLP/TrueHD decoder.Ramiro Polla
2008-06-25Check for support of -fomit-frame-pointer before adding it to CFLAGS.Ben Taylor
2008-06-25Each dependency file needs to be updated when one of the files theDiego Biurrun
2008-06-19fix dependency generationMåns Rullgård
2008-06-19enable version.h to be created from subdirsMåns Rullgård
2008-06-16Generate pkg-config files in each library subdirectory so that they doDiego Biurrun
2008-06-09Fix typo in the names of variables assigned to OS-specific path variables.Diego Biurrun
2008-06-06Add -Wl,-rpath-link flags for all libraries to LDLATEFLAGS.Diego Biurrun
2008-06-05check for ARM NEON assembler supportMåns Rullgård
2008-06-05accept --cpu=cortex*Måns Rullgård
2008-06-03improve installation path selectionMåns Rullgård
2008-06-03cosmetics: Split all path variables into their own list.Diego Biurrun
2008-05-30cosmetics: Remove useless backslashes.Diego Biurrun
2008-05-30Implement a proper configure test for AltiVec vector declaration syntax.Diego Biurrun
2008-05-30Simplify altivec.h test.Diego Biurrun
2008-05-3010l: Add useless backslashes in AltiVec CFLAGS test.Diego Biurrun
2008-05-29Some (Solaris) gcc versions apparently output a comment as first lineDiego Biurrun
2008-05-29When shared libraries are built, make the pkg-config requires Requires.private.Anssi Hannula
2008-05-29Define private libraries as 'Libs:' when only static libraries are built,Anssi Hannula
2008-05-28Add command line option to set the value of bindir.Diego Biurrun
2008-05-28Remove unused variable 'prefix' from config.mak.Diego Biurrun
2008-05-27Call x264 and Xvid libx264 and libxvid in the configure output for consistency.Diego Biurrun
2008-05-27cosmetics: XviD is now called Xvid.Diego Biurrun
2008-05-26Revert "Add version information to DLLs."Måns Rullgård
2008-05-25Add version information to DLLs.Jeremy Kolb
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