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-10-17comment grammar fixDiego Biurrun
2007-10-15Remove gcc import libraries from Win32 builds.Ramiro Polla
2007-10-12ffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_parse_line()Ramiro Polla
2007-10-12Use single quotes to get rid of a bunch of backslash escapes.Diego Biurrun
2007-10-12Consistently use $(FOO) instead of ${FOO} in Makefile variables.Diego Biurrun
2007-10-06use pr -n -t instead of non-standard cat -nMåns Rullgård
2007-09-30fix -lm checkMåns Rullgård
2007-09-26set -mcpu for ARMMåns Rullgård
2007-09-26Fix avisynth compilation after allformats.h was removedRamiro Polla
2007-09-26Let the dependency checker deal with winsock2's extralibs.Ramiro Polla
2007-09-24Organize header files and system functions checksRamiro Polla
2007-09-24create and use check_asm() functionMåns Rullgård
2007-09-24cosmetics: Move LDCONFIG variable to a more sensible place in config.mak.Diego Biurrun
2007-09-24Move VIS CFLAGS settings into configure.Diego Biurrun
2007-09-24Add a proper test for VIS instruction support.Diego Biurrun
2007-09-22Proper check for --help and -h parametersRamiro Polla
2007-09-22Let the dependency checker decide about x11_grab_device_demuxerRamiro Polla
2007-09-21Replace one-lined if;elses to && ||Ramiro Polla
2007-09-18Add extralibs to the dependency checkerRamiro Polla
2007-09-18gpl for the X11 grabber has already been checked forRamiro Polla
2007-09-18Use enable and disable macros where appropriateRamiro Polla
2007-09-18Properly check for -lmRamiro Polla
2007-09-18cosmetics: sort()Diego Biurrun
2007-09-17Remove forced -pthread for freebsd.Ramiro Polla
2007-09-17IndentRamiro Polla
2007-09-17Remove --disable-bktr option from configureRamiro Polla
2007-09-17Replace manual variable setting with the disable function.Diego Biurrun
2007-09-17Remove cross_prefix from ln command.Matthias Schneider
2007-09-16Define mandir as $(PREFIX)/share/man rather than as $(PREFIX)/manStefano Sabatini
2007-09-15ln is not available on all platforms, so introduce a variable for itDave Yeo
2007-09-07Remove --disable-audio-oss option from configure.Ramiro Polla
2007-09-07Remove --disable-audio-beos option from configure.Ramiro Polla
2007-09-07Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla
2007-09-05Remove --disable-{v4l,v4l2} options from configureRamiro Polla
2007-09-05Remove video_grab_ prefix from video_grab_{bktr,v4l}Ramiro Polla
2007-09-05Alphabetically sort library dependencies list.Diego Biurrun
2007-09-05Treat dc1394 as a libraryRamiro Polla
2007-08-27do not use "strings" in endian checkMåns Rullgård
2007-08-27Remove unused definition.Diego Biurrun
2007-08-27print EBX/EBP availabilityMichael Niedermayer
2007-08-26use POSIX "strings -a" rather than "strings -"Måns Rullgård
2007-08-26fix endian detection on MacOSMåns Rullgård
2007-08-24Remove --disable-dv1394 optionRamiro Polla
2007-08-24Group network checks togetherRamiro Polla
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
2007-08-23Revert previous unneeded mipsel patch (obsoleted by endianness detection fix).Diego Biurrun
2007-08-23Add mipsel architecture that differs from mips in endianness.Diego Biurrun
2007-08-23fix endian check when cross-compilingMåns Rullgård
2007-08-21create libavcodec/sh4 dir when building out-of-treeAurelien Jacobs
2007-08-21cosmetics: some reorderingAurelien Jacobs