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-10-17comment grammar fixDiego Biurrun
Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-15Remove gcc import libraries from Win32 builds.Ramiro Polla
They weren't even installed, and [1] suggests linking directly to the dll. [1] http://sourceware.org/binutils/docs-2.18/ld/WIN32.html Originally committed as revision 10740 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-12ffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_parse_line()Ramiro Polla
Originally committed as revision 10718 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-12Use single quotes to get rid of a bunch of backslash escapes.Diego Biurrun
Originally committed as revision 10717 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-12Consistently use $(FOO) instead of ${FOO} in Makefile variables.Diego Biurrun
Originally committed as revision 10716 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-06use pr -n -t instead of non-standard cat -nMåns Rullgård
Originally committed as revision 10677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-30fix -lm checkMåns Rullgård
Originally committed as revision 10620 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-26set -mcpu for ARMMåns Rullgård
Originally committed as revision 10595 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-26Fix avisynth compilation after allformats.h was removedRamiro Polla
Originally committed as revision 10594 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-26Let the dependency checker deal with winsock2's extralibs.Ramiro Polla
Originally committed as revision 10593 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-24Organize header files and system functions checksRamiro Polla
Originally committed as revision 10566 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-24create and use check_asm() functionMåns Rullgård
Originally committed as revision 10558 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-24cosmetics: Move LDCONFIG variable to a more sensible place in config.mak.Diego Biurrun
Originally committed as revision 10557 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-24Move VIS CFLAGS settings into configure.Diego Biurrun
Originally committed as revision 10555 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-24Add a proper test for VIS instruction support.Diego Biurrun
some help by Jan Knutar, jknutar nic fi Originally committed as revision 10553 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-22Proper check for --help and -h parametersRamiro Polla
Originally committed as revision 10543 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-22Let the dependency checker decide about x11_grab_device_demuxerRamiro Polla
Originally committed as revision 10542 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-21Replace one-lined if;elses to && ||Ramiro Polla
Originally committed as revision 10540 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-18Add extralibs to the dependency checkerRamiro Polla
Originally committed as revision 10532 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-18gpl for the X11 grabber has already been checked forRamiro Polla
Originally committed as revision 10531 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-18Use enable and disable macros where appropriateRamiro Polla
Originally committed as revision 10530 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-18Properly check for -lmRamiro Polla
Originally committed as revision 10528 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-18cosmetics: sort()Diego Biurrun
Originally committed as revision 10526 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-17Remove forced -pthread for freebsd.Ramiro Polla
Configure properly detects which flags are needed on --enable-pthreads Originally committed as revision 10524 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-17IndentRamiro Polla
Originally committed as revision 10523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-17Remove --disable-bktr option from configureRamiro Polla
--disable-demuxer=bktr should be used instead Originally committed as revision 10522 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-17Replace manual variable setting with the disable function.Diego Biurrun
Originally committed as revision 10516 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-17Remove cross_prefix from ln command.Matthias Schneider
patch by Matthias Schneider, ma30002000 yahoo de Originally committed as revision 10515 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-16Define mandir as $(PREFIX)/share/man rather than as $(PREFIX)/manStefano Sabatini
to better comply with the FHS. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10508 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-15ln is not available on all platforms, so introduce a variable for itDave Yeo
that can be set to a suitable platform-specific command. patch by Dave Yeo, daveryeo telus net Originally committed as revision 10503 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-07Remove --disable-audio-oss option from configure.Ramiro Polla
--disable-(de)muxer=oss should be used instead. Originally committed as revision 10428 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-07Remove --disable-audio-beos option from configure.Ramiro Polla
--disable-(de)muxer=audio_beos should be used instead. Originally committed as revision 10427 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-07Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla
Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05Remove --disable-{v4l,v4l2} options from configureRamiro Polla
--disable-demuxer={v4l,v4l2} should be used instead Originally committed as revision 10413 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05Remove video_grab_ prefix from video_grab_{bktr,v4l}Ramiro Polla
Originally committed as revision 10411 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05Alphabetically sort library dependencies list.Diego Biurrun
Originally committed as revision 10400 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05Treat dc1394 as a libraryRamiro Polla
Originally committed as revision 10292 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27do not use "strings" in endian checkMåns Rullgård
Originally committed as revision 10252 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27Remove unused definition.Diego Biurrun
Originally committed as revision 10248 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27print EBX/EBP availabilityMichael Niedermayer
Originally committed as revision 10243 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-26use POSIX "strings -a" rather than "strings -"Måns Rullgård
Originally committed as revision 10233 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-26fix endian detection on MacOSMåns Rullgård
Originally committed as revision 10232 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Remove --disable-dv1394 optionRamiro Polla
--disable-demuxer=dv1394 should be used instead Originally committed as revision 10213 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Group network checks togetherRamiro Polla
Originally committed as revision 10209 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23Revert previous unneeded mipsel patch (obsoleted by endianness detection fix).Diego Biurrun
Originally committed as revision 10189 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23Add mipsel architecture that differs from mips in endianness.Diego Biurrun
based on patch by Johansson Erik-EJO017, erik.johansson motorola com Originally committed as revision 10188 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23fix endian check when cross-compilingMåns Rullgård
Originally committed as revision 10187 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-21create libavcodec/sh4 dir when building out-of-treeAurelien Jacobs
Originally committed as revision 10171 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-21cosmetics: some reorderingAurelien Jacobs
Originally committed as revision 10170 to svn://svn.ffmpeg.org/ffmpeg/trunk