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-02-11tidy up ffserver depsMåns Rullgård
2007-02-11consistency cosmetics for the option handling routineDiego Biurrun
2007-02-11Force liba52 to yes if liba52bin is set.Diego Biurrun
2007-02-11simplify SDL checkMåns Rullgård
2007-02-11don't skip freetype2 check on beosMåns Rullgård
2007-02-11simplify imlib2 checkMåns Rullgård
2007-02-11simplify freetype checkMåns Rullgård
2007-02-11do nothing in restore_flags() if flags are not savedMåns Rullgård
2007-02-11rewrite some one-line if/then/fi using && and ||Måns Rullgård
2007-02-11simplify altivec warningMåns Rullgård
2007-02-11check for gnu makeMåns Rullgård
2007-02-11prettify texi2html checkMåns Rullgård
2007-02-11disable bktr if required headers not found, enable by defaultMåns Rullgård
2007-02-11test for OSS audioMåns Rullgård
2007-02-11remove extraneous per-OS disabling of video4linux[2]Måns Rullgård
2007-02-11test for video4linuxMåns Rullgård
2007-02-11simplify video4linux2 testMåns Rullgård
2007-02-09Properly separate native and libnut NUT (de)muxers.Diego Biurrun
2007-02-09BeOS specifics: check for Haiku & Zeta (for the future); ignore ldconfig, it ...François Revol
2007-02-07indentMåns Rullgård
2007-02-07reorder setting of defaults by categoryMåns Rullgård
2007-02-06Even powerpc/power needs PIC for shared objects todayLuca Barbato
2007-02-06Simplify libvorbis/libtheora check for libogg dependency.Ramiro Polla
2007-02-05Use enabled/disabled functions where possible.Diego Biurrun
2007-02-05a bit more consistency for for the imlib2 checkDiego Biurrun
2007-02-05cosmetics: indentationDiego Biurrun
2007-02-05Remove hardcoded dependency of imlib2 on Xlib.Víctor Paesa
2007-02-05Simplify and speedup FFMPEG_CONFIGURATION.Diego Biurrun
2007-02-05Simplify quoting.Diego Biurrun
2007-02-01Simplify GPl check.Ramiro Polla
2007-01-31Exit on failed libfaad check.Diego Biurrun
2007-01-31Move libfaad2 check out of the GPL check.Ramiro Polla
2007-01-31slightly reformat --help output for ease of understandingDiego Biurrun
2007-01-31Clarify usage of external libs whose functionality exists natively.Diego Biurrun
2007-01-31Clarify that libogg is for muxing only.Diego Biurrun
2007-01-31Clarify --help output about Vorbis and Theora.Diego Biurrun
2007-01-28simplify conditionDiego Biurrun
2007-01-28Use a function for repeated AltiVec output and condition check.Diego Biurrun
2007-01-28Fix wrong condition check in the memalign error output.Diego Biurrun
2007-01-28spelling and formatting cosmeticsDiego Biurrun
2007-01-28Use ! disabled() where appropriate.Diego Biurrun
2007-01-28Use disabled() to check for GPL.Diego Biurrun
2007-01-28Make use of enabled_any().Diego Biurrun
2007-01-28Make use of disabled(), disabled_all() and enabled_all().Diego Biurrun
2007-01-28Add disabled_any() and disabled_all() functions.Diego Biurrun
2007-01-28Add disabled() function and make use of it.Ramiro Polla
2007-01-27nobody uses TARGET_CMOVMåns Rullgård
2007-01-27rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configureMåns Rullgård
2007-01-27simplify setting of TARGET_* variablesMåns Rullgård
2007-01-27Change occurences of 'test $foo != "no"' to 'enabled foo' forRamiro Polla