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-08-16Use correct asm object type and necessary -DPIC for yasm on 64-bit DarwinDavid Conrad
2008-08-15Add -fasm and -std=c99 when supported.Michael Niedermayer
2008-08-14Check for sys/select.h and poll.h unconditionally, not just if ffserverDiego Biurrun
2008-08-14Add -D_POSIX_C_SOURCE=200112 to cflags.Michael Niedermayer
2008-08-14Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE.Michael Niedermayer
2008-08-14Change _ISOC9X_SOURCE to _ISOC99_SOURCE.Michael Niedermayer
2008-08-13Move -D_ISOC9X_SOURCE to configure so its available to all tests.Michael Niedermayer
2008-08-13Show result of yasm test.Carl Eugen Hoyos
2008-08-12yasm buildsystemLoren Merritt
2008-08-02Explain the difference between HAVE_LIST and CONFIG_LIST in a short comment.Diego Biurrun
2008-08-01Only check for socklen_t if network support is enabled.Diego Biurrun
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