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
2008-02-23use diff -u -w in codec regression testMåns Rullgård
Originally committed as revision 12181 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16do not run ldconfig after installing shared librariesMåns Rullgård
Originally committed as revision 12121 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-03split lavf regression testsMåns Rullgård
Originally committed as revision 11833 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-03split regression tests allowing make to run them in parallelMåns Rullgård
Originally committed as revision 11832 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-28seektest depends on both codectest and libavtest.Diego Biurrun
Originally committed as revision 11646 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-27whitespace cosmeticsMåns Rullgård
Originally committed as revision 11634 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-27remove some ifeq ($(CONFIG_FOO),yes)Måns Rullgård
Originally committed as revision 11633 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-26Merge rules for tools/* into a generic rule.Diego Biurrun
Originally committed as revision 11620 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-26Properly remove tools on clean.Diego Biurrun
Originally committed as revision 11619 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-17Make .vhookdep depend on version.h, same as .depend.Diego Pettenò
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com Originally committed as revision 11543 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-15Add compilation rule for tools/pktdumper.Diego Biurrun
Originally committed as revision 11530 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-09Add compilation rule for tools/trasher.Diego Biurrun
Originally committed as revision 11475 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-22Introduce libavdeviceLuca Abeni
Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-05Quote paths in uninstall commands where necessary.Diego Biurrun
Originally committed as revision 10927 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-31Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.Diego Biurrun
Originally committed as revision 10885 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-30Clarify comment about gcc -MM.Diego Biurrun
Originally committed as revision 10875 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-22Fix uninstall-vhook, SLIBSUF was being left out.Diego Biurrun
Originally committed as revision 10842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-22Fix make install of man pages when PROGS is empty.Diego Biurrun
Originally committed as revision 10841 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-22Fix make install when PROGS is empty.Diego Biurrun
Originally committed as revision 10840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-22Further simplify install-progs prerequisites, no need to duplicate PROGS.Diego Biurrun
Originally committed as revision 10839 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-22Simplify install-progs prerequisite declaration.Diego Biurrun
Originally committed as revision 10838 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-15Make distclean should remove .vhookdep.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10501 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-12Recurse into libswscale on uninstall.Dave Yeo
patch by Dave Yeo, daveryeo telus net Originally committed as revision 10479 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-2910l: Actually add the .libs dependency to the seek_test binary,Diego Biurrun
not the phony seektest target. Originally committed as revision 10258 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-28Split FFmpeg documentation into general documentation and the documentationDiego Biurrun
of the ffmpeg command line program. Originally committed as revision 10255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27Give seektest .libs dependency so that it gets updated on libavformat changes.Wolfram Gloger
patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de Originally committed as revision 10246 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27cosmetics: Insert empty line for readability.Diego Biurrun
Originally committed as revision 10245 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-22Make ffserver use cmdutils.c show_license functionStefano Sabatini
patch by Stefano Sabatini: [stefano sabatini minus lala ! poste it] Originally committed as revision 10183 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-21cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun
Originally committed as revision 9776 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-17fix tools compilationBenoit Fouet
Originally committed as revision 9712 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-14create and populate "tools" directoryMåns Rullgård
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-13libavtest and seektest no longer need gplMåns Rullgård
Originally committed as revision 9633 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-10prettify conditional targetsMåns Rullgård
Originally committed as revision 9566 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-10whitespace cosmeticsMåns Rullgård
Originally committed as revision 9565 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-10clean up vhook variablesMåns Rullgård
Originally committed as revision 9564 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-0910l: The ppm video hook depends on fork().Diego Biurrun
This dependency was apparently accidentally lost while making the vhook build process non-recursive. Originally committed as revision 9562 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08fix build after breakage in r9544Måns Rullgård
Originally committed as revision 9546 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08Make vhook build non-recursive.Diego Biurrun
Originally committed as revision 9544 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-19Revert videohook dependency change.Diego Biurrun
Originally committed as revision 9368 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-11The video hooks do not depend on the libav* libraries.Diego Biurrun
Originally committed as revision 9281 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-11We do not create .d files, thus no need to remove them.Diego Biurrun
Originally committed as revision 9278 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-11Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun
Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-11Use consistent paths for adding values to LDFLAGS.Diego Biurrun
Originally committed as revision 9276 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-10Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun
Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-10whitespace cosmeticsDiego Biurrun
Originally committed as revision 9272 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-10Simplify ffplay.o CFLAGS handling.Diego Biurrun
Originally committed as revision 9271 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-10Compile all binaries with default CFLAGS.Diego Biurrun
Originally committed as revision 9270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-10Simplify command with automatic variable.Diego Biurrun
Originally committed as revision 9267 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-08Remove stray commented out line, fix individual regression test dependencies.Diego Biurrun
Originally committed as revision 9259 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-08Merge tests Makefile into the top-level Makefile.Diego Biurrun
This gets rid of some recursion and simplifies the code. Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk