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
2007-01-14allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshotsMåns Rullgård
2007-01-10Add a FIXME note about paths in pkgconfig files.Diego Biurrun
2007-01-07Disable threading support by default on all platforms, add individualRamiro Polla
2007-01-07ordering cosmeticsDiego Biurrun
2007-01-07variable renaming: mp3lame --> libmp3lameDiego Biurrun
2007-01-07Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun
2007-01-07variable renaming: dts --> libdtsDiego Biurrun
2007-01-07Rename variables: a52 --> liba52, a52bin --> liba52binDiego Biurrun
2007-01-07Reorder configure output.Diego Biurrun
2007-01-07one more naming consistency changeDiego Biurrun
2007-01-07more consistency for the output namingDiego Biurrun
2007-01-07Align configure output.Diego Biurrun
2006-12-27Remove redundant Requires: in libswscale.pc, approved by Diego.Dominik Mierzejewski
2006-12-24Properly check for all required bktr headers.Diego Biurrun
2006-12-24Replace fail test with the die function.Diego Biurrun
2006-12-24Remove redundant variable setting.Diego Biurrun
2006-12-24Slightly shorten libvorbis check.Diego Biurrun
2006-12-24Disable Win32 threads by default.Diego Biurrun
2006-12-24Add AMR directories for out-of-tree builds.Diego Biurrun
2006-12-24typo: Properly escape a $ sign.Diego Biurrun
2006-12-23Create libpostproc pkgconfig files only if libpostproc is enabled.Diego Biurrun
2006-12-23slightly more consistency for the Darwin linker optionsDiego Biurrun
2006-12-22Opss... My last commit was wrong; sorry!Luca Abeni
2006-12-22libswscale is not LGPLed, sorryLuca Abeni
2006-12-22Install generated .lib files in shlibdir on MinGW.Ramiro Polla
2006-12-22Remove duplicate line.Diego Biurrun
2006-12-22Fix linking on Intel Mac due to local relocation entries inTom Harper
2006-12-22Make the X11 frame grabber disabled by default.Diego Biurrun
2006-12-21libswscale can now be compiled under LGPL tooLuca Abeni
2006-12-16fix libavutil.pcMåns Rullgård
2006-12-16don't use non-standard sed -i optionMåns Rullgård
2006-12-13replace bashism with POSIX constructMåns Rullgård
2006-12-13Generate pkgconfig files via two functions.Diego Biurrun
2006-12-13Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier
2006-12-13revert broken commit of x11 device demuxer patchGuillaume Poirier
2006-12-13Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier
2006-12-12typoDiego Biurrun
2006-12-12libpostproc has its own version number and should not use libavcodec's.Diego Biurrun
2006-12-11Improve broken shell warning.Diego Biurrun
2006-12-11fix typo in Darwin shared lib namingMåns Rullgård
2006-12-09OpenBSD settings by Nikns Siankin <nikns at secure lv>Måns Rullgård
2006-12-08simplify test for memalign emulation requirementMåns Rullgård
2006-12-08BUILD_SHARED_AV is no longer usedMåns Rullgård
2006-12-07fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård
2006-12-07make shell test work with Solaris /bin/shMåns Rullgård
2006-12-06Remove MinGW install path special-casing.Ramiro Polla
2006-12-05Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir.Diego Biurrun
2006-11-29cleanup the #ifdef mess in encoder/decoder/parser registrationAurelien Jacobs
2006-11-27cleanup the #ifdef mess in muxer/demuxer registrationAurelien Jacobs
2006-11-21Nuke config.log support.Diego Biurrun