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
2006-07-12CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun
2006-07-11simplify list processingMåns Rullgård
2006-07-11tidy up option parsingMåns Rullgård
2006-07-11another round of cola, pleaseMåns Rullgård
2006-07-11log stderr of test programs in check_exec()Måns Rullgård
2006-07-11find all codecs, even the ones with numbersMåns Rullgård
2006-07-1110l to Diego for disabling all codecsMåns Rullgård
2006-07-11Split CODEC_LIST into ENCODER_LIST AND DECODER_LIST.Diego Biurrun
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.Diego Biurrun
2006-07-10100l: Add missing quotes to FFLDFLAGS in the MinGW section.Diego Biurrun
2006-07-10MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works.Diego Biurrun
2006-07-10Move MinGW section before the combination of FFLDFLAGS and LDFLAGS.Diego Biurrun
2006-07-10Move gprof compiler flag handling to configure.Diego Biurrun
2006-07-10Move MinGW LDFLAGS setting to configure.Diego Biurrun
2006-07-10Move UltraSparc CFLAG addition to configure.Diego Biurrun
2006-07-09--enable/disable parsers. Warning: some combinations are broken.Måns Rullgård
2006-07-0910l: make disabling all pcm/adpcm codecs workMåns Rullgård
2006-07-09enable/disable pcm and adpcm codecsMåns Rullgård
2006-07-09set CONFIG_SMALL if user wants small ffmpegMichael Niedermayer
2006-07-05set CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are enabledMåns Rullgård
2006-07-05Remove obsolete and non-functional support for external LZO.Ville Skyttä
2006-07-05set flags needed for shared libs on solarisMåns Rullgård
2006-07-05Try to find a better shell if the one configure was started under isMåns Rullgård
2006-07-04solaris sh doesn't allow functions and variables with the same nameMåns Rullgård
2006-06-30compiler sanity checkMåns Rullgård
2006-06-30add --cross-compile option to assume cross-compilation without cross-prefixMåns Rullgård
2006-06-30send output of exec checks to log fileMåns Rullgård
2006-06-30detect availability of -rdynamic and -export-dynamicMåns Rullgård
2006-06-29'uname -m' returns IP<number> for MIPS CPUs on IRIX.Diego Biurrun
2006-06-27Install into $PROGRAMFILES instead of a hardcoded path on MinGW.Ramiro Polla
2006-06-25-logg needs to be after -lvorbisMåns Rullgård
2006-06-25fix a silly typo (1l to myself)Måns Rullgård
2006-06-22enable logging in configure by default, and print some advice on failureMåns Rullgård
2006-06-22allow recent libfaad versions with new function namesMåns Rullgård
2006-06-20Remove unused VERSION definition from config.mak.Diego Biurrun
2006-06-18libfaac uses pascal calling convention on win32 so the generic testsMåns Rullgård
2006-06-17improved logging testsMåns Rullgård
2006-06-16test availability of various compiler flags, and verify that requestedMåns Rullgård
2006-06-15check for SDL_VideoInfo.current_[wh] availability in configure, andMåns Rullgård
2006-06-1110l to myself for being overzealous with $cross_prefixMåns Rullgård
2006-06-10Add support for GNU/kFreeBSD systems.Diego Biurrun
2006-06-10don't use xlib in ffplay, and bump required sdl versionMåns Rullgård
2006-06-02indentationMåns Rullgård
2006-06-02apply $cross_prefix before $cc is usedMåns Rullgård
2006-06-02libavcodec/libpostproc ---> libpostprocDiego Biurrun
2006-06-01major cleanup of compiler/library testsMåns Rullgård
2006-05-30make configure --whatever --help work as expectedMåns Rullgård
2006-05-30Include the correct video4linux2 headerLuca Abeni
2006-05-27AMR URL fixesDiego Biurrun