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-03-03Do not hardcode cc on Darwin, fixing --cc option in the process.Patrice Bensoussan
2007-02-28enable some 64bit optimized code on 64bit archAurelien Jacobs
2007-02-2610l: Use double, not single, quotes when variables need to be expanded.Diego Biurrun
2007-02-26Collect the different thread variables in a nice easy to reuse list.Diego Biurrun
2007-02-24ffserver uses dlopen(), so make sure it links to libdl if needed.François Revol
2007-02-22Merge bfin add_ldflags lines.Diego Biurrun
2007-02-22add bfin cpu specific build options, patch by Marc Hoffman % mmh P pleasantst...Marc Hoffman
2007-02-21Remove unused variable.Diego Biurrun
2007-02-21Move MinGW extralibs setting into MinGW section.Diego Biurrun
2007-02-20libgsm_ms codec depends on libgsmMåns Rullgård
2007-02-20generic foo-config --cflags/libs testMåns Rullgård
2007-02-20feature tests for functions requiring one or more headersMåns Rullgård
2007-02-20revert last change, it breaks on brain damaged distrosMåns Rullgård
2007-02-20simplify check_libMåns Rullgård
2007-02-18TARGET_OS in config.mak is unusedMåns Rullgård
2007-02-18remove --enable-mingw32 option, --target-os=mingw32 should be usedMåns Rullgård
2007-02-18case insensitive OS nameMåns Rullgård
2007-02-18libswscale is needed in Cygwin vhooksVíctor Paesa
2007-02-1810l: I thought I'd tested all changes...Måns Rullgård
2007-02-18rearrange --help text slightlyMåns Rullgård
2007-02-18mention --target-os in --helpMåns Rullgård
2007-02-17move arch processing after command line loopMåns Rullgård
2007-02-17put mingw section together with other OS specificsMåns Rullgård
2007-02-17add --target-os option, and move OS specific settings after command lineMåns Rullgård
2007-02-17restore lost --enable-amr-if2 optionMåns Rullgård
2007-02-15MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol...François Revol
2007-02-15poll() emulation for BeOS, and maybe MinGW.François Revol
2007-02-15simplifyMåns Rullgård
2007-02-15rename video4linux[2] variables to v4l[2], consistent with --disable optionsMåns Rullgård
2007-02-14combine handling of --enable/disable-encoder/decoder/muxer/demuxer/parserMåns Rullgård
2007-02-14simplify ever so slightlyMåns Rullgård
2007-02-14add powerpc_perf to CONFIG_LIST, rename --powerpc-perf-enable optionMåns Rullgård
2007-02-14rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård
2007-02-14rename some --enable options for external libsMåns Rullgård
2007-02-12minor help output formatting fixDiego Biurrun
2007-02-12Restore the possibility to link liba52 instead of dlopening.Diego Biurrun
2007-02-12fix --enable-*threadsMåns Rullgård
2007-02-1110l to Diego for breaking A52 decoderMåns Rullgård
2007-02-11simplify --enable/disable-* option handlingMåns Rullgård
2007-02-11clean up amr option handlingMåns Rullgård
2007-02-11Rename ac3 decoder to liba52 to prepare for native decoder.Diego Biurrun
2007-02-11add armv6 to TARGET_LISTMåns Rullgård
2007-02-11move pkg_requires setting to endMåns Rullgård
2007-02-11rename some variables to match corresponding --enable-* optionsMåns Rullgård
2007-02-11rename HAVE_GPROF to CONFIG_GPROFMåns Rullgård
2007-02-11Remove internal liba52; external lib still works, native decoder coming up.Diego Biurrun
2007-02-11finish feature calculations before printing result and creating filesMåns Rullgård
2007-02-11handle network dependency on protocols with check_deps()Måns Rullgård
2007-02-11recursive feature dependency checkingMåns Rullgård
2007-02-11let check_deps handle ffplayMåns Rullgård