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-04-26proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun
2007-04-26Remove redundant dependency from ffserver_deps.Diego Biurrun
2007-04-25Remove hackish support for the non-free fixed-point AMR-NB reference code.Diego Biurrun
2007-04-25"fast unaligned" bytestream functionsRamiro Polla
2007-04-24Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,Diego Biurrun
2007-04-21remove possibly broken wince cruftAlex Beregszaszi
2007-04-15The AC3 demuxer depends on the AC3 parser.Diego Biurrun
2007-04-14Simplify Darwin gcc flags setting.Diego Biurrun
2007-04-14Remove redundant 2.95 branch from the Darwin gcc check. It is alreadyDiego Biurrun
2007-04-14trap signals in tests that can crashMåns Rullgård
2007-04-12Replace hackish support for amr-nb and amr-wb. Instead of including the sourceStanislav Brabec
2007-04-06Suppress possible error from ulimit not having -c or being missing.François Revol
2007-04-04There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun
2007-04-03cosmetics: Better variable name, the ENABLE_* lists contain more than codecs.Diego Biurrun
2007-04-01Use $(command) instead of `command`, it's POSIX, clearer and already used.Diego Biurrun
2007-04-01Always lowercase targetos.Diego Biurrun
2007-04-01run ebp register check in subshell so we can redirect crash messageMåns Rullgård
2007-03-31Force lowercase targetos value for MinGW, we check against lowercase strings.Diego Biurrun
2007-03-31blackfin: Audio buffers are no longer allocated on the stack,Diego Biurrun
2007-03-29Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris
2007-03-24Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...François Revol
2007-03-14DXA demuxer and decoderKostya Shishkov
2007-03-12libswscale header files are put in a subdirectory named ffmpeg, not swscale.Diego Biurrun
2007-03-10small improvements to the help outputDiego Biurrun
2007-03-10Use - instead of _ for AMR options in help output.Benoit Fouet
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