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 (Collapse)Author
2007-03-03Do not hardcode cc on Darwin, fixing --cc option in the process.Patrice Bensoussan
patch by Patrice Bensoussan, patrice.bensoussan free fr Originally committed as revision 8198 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28enable some 64bit optimized code on 64bit archAurelien Jacobs
Originally committed as revision 8155 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-2610l: Use double, not single, quotes when variables need to be expanded.Diego Biurrun
Originally committed as revision 8129 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-26Collect the different thread variables in a nice easy to reuse list.Diego Biurrun
based on a patch by Ramiro Polla, angustia arrozcru no-ip org Originally committed as revision 8128 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24ffserver uses dlopen(), so make sure it links to libdl if needed.François Revol
Originally committed as revision 8102 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22Merge bfin add_ldflags lines.Diego Biurrun
Originally committed as revision 8064 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22add bfin cpu specific build options, patch by Marc Hoffman % mmh P ↵Marc Hoffman
pleasantst P com % original thread: date: Feb 21, 2007 1:32 PM subject: [Ffmpeg-devel] bfin cpu specific build options Originally committed as revision 8060 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-21Remove unused variable.Diego Biurrun
Originally committed as revision 8050 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-21Move MinGW extralibs setting into MinGW section.Diego Biurrun
Originally committed as revision 8049 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-20libgsm_ms codec depends on libgsmMåns Rullgård
Originally committed as revision 8045 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-20generic foo-config --cflags/libs testMåns Rullgård
Originally committed as revision 8033 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-20feature tests for functions requiring one or more headersMåns Rullgård
Originally committed as revision 8032 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-20revert last change, it breaks on brain damaged distrosMåns Rullgård
Originally committed as revision 8031 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-20simplify check_libMåns Rullgård
Originally committed as revision 8030 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-18TARGET_OS in config.mak is unusedMåns Rullgård
Originally committed as revision 8020 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-18remove --enable-mingw32 option, --target-os=mingw32 should be usedMåns Rullgård
Originally committed as revision 8019 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-18case insensitive OS nameMåns Rullgård
Originally committed as revision 8018 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-18libswscale is needed in Cygwin vhooksVíctor Paesa
patch by Víctor Paesa wzrlpy arsystel com Originally committed as revision 8013 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-1810l: I thought I'd tested all changes...Måns Rullgård
Originally committed as revision 8011 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-18rearrange --help text slightlyMåns Rullgård
Originally committed as revision 8010 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-18mention --target-os in --helpMåns Rullgård
Originally committed as revision 8009 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-17move arch processing after command line loopMåns Rullgård
Originally committed as revision 8008 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-17put mingw section together with other OS specificsMåns Rullgård
Originally committed as revision 8007 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-17add --target-os option, and move OS specific settings after command lineMåns Rullgård
processing Originally committed as revision 8006 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-17restore lost --enable-amr-if2 optionMåns Rullgård
Originally committed as revision 8001 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-15MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed ↵François Revol
placeholder for winsock. Originally committed as revision 7990 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-15poll() emulation for BeOS, and maybe MinGW.François Revol
Originally committed as revision 7987 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-15simplifyMåns Rullgård
Originally committed as revision 7985 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-15rename video4linux[2] variables to v4l[2], consistent with --disable optionsMåns Rullgård
Originally committed as revision 7984 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-14combine handling of --enable/disable-encoder/decoder/muxer/demuxer/parserMåns Rullgård
Originally committed as revision 7971 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-14simplify ever so slightlyMåns Rullgård
Originally committed as revision 7970 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-14add powerpc_perf to CONFIG_LIST, rename --powerpc-perf-enable optionMåns Rullgård
to --enable-powerpc-perf Originally committed as revision 7969 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-14rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård
Originally committed as revision 7968 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-14rename some --enable options for external libsMåns Rullgård
Originally committed as revision 7967 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12minor help output formatting fixDiego Biurrun
Originally committed as revision 7949 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12Restore the possibility to link liba52 instead of dlopening.Diego Biurrun
Originally committed as revision 7945 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12fix --enable-*threadsMåns Rullgård
Originally committed as revision 7944 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-1110l to Diego for breaking A52 decoderMåns Rullgård
Originally committed as revision 7942 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11simplify --enable/disable-* option handlingMåns Rullgård
Originally committed as revision 7941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11clean up amr option handlingMåns Rullgård
Originally committed as revision 7940 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11Rename ac3 decoder to liba52 to prepare for native decoder.Diego Biurrun
Originally committed as revision 7939 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11add armv6 to TARGET_LISTMåns Rullgård
Originally committed as revision 7938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11move pkg_requires setting to endMåns Rullgård
Originally committed as revision 7937 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11rename some variables to match corresponding --enable-* optionsMåns Rullgård
Originally committed as revision 7936 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11rename HAVE_GPROF to CONFIG_GPROFMåns Rullgård
Originally committed as revision 7934 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11Remove internal liba52; external lib still works, native decoder coming up.Diego Biurrun
Originally committed as revision 7933 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11finish feature calculations before printing result and creating filesMåns Rullgård
Originally committed as revision 7932 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11handle network dependency on protocols with check_deps()Måns Rullgård
Originally committed as revision 7931 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11recursive feature dependency checkingMåns Rullgård
Originally committed as revision 7930 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11let check_deps handle ffplayMåns Rullgård
Originally committed as revision 7929 to svn://svn.ffmpeg.org/ffmpeg/trunk