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
path: root/vhook
AgeCommit message (Collapse)Author
2007-02-27Simplify .depend file inclusion.Diego Biurrun
Originally committed as revision 8134 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05Remove hardcoded dependency of imlib2 on Xlib.Víctor Paesa
patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7829 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-08allow spaces in source and build directory namesMåns Rullgård
out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-07add moving images feature to imlib2 vhookVíctor Paesa
Patch by Victor Paesa % wzrlpy A arsystel P com % Original thread: Date: Jul 30, 2006 12:28 AM Subject: [Ffmpeg-devel] [PATCH] Add moving images feature to imlib2 vhook Originally committed as revision 6929 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-30warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail comGustavo Sverzut Barbieri
Originally committed as revision 6843 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-30Use fixed point in color conversion.Gustavo Sverzut Barbieri
patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-23Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni
(from libswscale) instead Originally committed as revision 6777 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-22spelling/grammar fixesDiego Biurrun
Originally committed as revision 6757 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-16Add libswscale to the include path when enabled.Diego Biurrun
Originally committed as revision 6706 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-16Don't mix declarations and statements.Diego Biurrun
Originally committed as revision 6705 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-11simplifies null vhook by using sws_getCachedContext()Víctor Paesa
Patch by Victor Paesa %wzrlpy A arsystel P com% Original thread: Date: Sep 15, 2006 6:21 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6651 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-11simplifies fish vhook by using sws_getCachedContext()Víctor Paesa
Patch by Victor Paesa %wzrlpy A arsystel P com% Original thread: Date: Sep 15, 2006 6:21 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6650 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-11port watermark vhook to swscalerVíctor Paesa
Patch by Victor Paesa %wzrlpy A arsystel P com% Original thread + testcase: Date: Sep 12, 2006 5:29 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-11port imlib2 vhook to swscalerVíctor Paesa
Patch by Victor Paesa %wzrlpy A arsystel P com% Original thread + testcase: Date: Sep 13, 2006 11:06 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6648 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun
Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-03make dep should also work.Diego Biurrun
Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-03Mark all phony targets as such.Diego Biurrun
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-14Fix vhook build on Cygwin, shared builds only.Víctor Paesa
patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6247 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-10fprintf/perror --> av_logGustavo Sverzut Barbieri
patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6222 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-08Add -g to LDFLAGS instead of adding it to the command line.Diego Biurrun
Originally committed as revision 6198 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-08LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.Diego Biurrun
Originally committed as revision 6193 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-08Move required libs after the object file for the shared lib compilation.Diego Biurrun
Fixes Cygwin build as reported by Victor Paesa. Originally committed as revision 6192 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-07Introduce a mechanism to add object-specific linker flags.Gustavo Sverzut Barbieri
patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6182 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-03port ppm vhook to swscalerVíctor Paesa
patch by Victor Paesa % wzrlpy A arsystel P com % Original thread: Date: Sep 2, 2006 11:41 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6159 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-30Re-Add support for PNG or PNM as watermark images, which was brokenVíctor Paesa
since the move to image2 API Patch by Victor Paesa <wzrlpy@arsystel.com> Original thread: Date: Aug 13, 2006 9:18 AM Subject: [Ffmpeg-devel] [PATCH] Attempt image2 in watermark vhook Originally committed as revision 6129 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-30Use libswscale in fish vhook.Guillaume Poirier
Patch by Victor Paesa <wzrlpy@arsystel.com> Original thread: Date: Aug 30, 2006 1:16 AM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6128 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-28convert null vhook to libswscaleVíctor Paesa
Patch by Victor Paesa % wzrlpy A arsystel Pcom % Original thread: Date: Aug 23, 2006 7:28 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6114 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-18av_free* cleanupMichael Niedermayer
Originally committed as revision 6019 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun
header files that happen to have the same name as internal ones. Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17Revert last commit, VPATH is necessary for out-of-tree builds.Diego Biurrun
Originally committed as revision 6014 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17Remove unnecessary include and variable declaration.Diego Biurrun
Originally committed as revision 6013 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17Make vhook CFLAGS handling less confusing.Diego Biurrun
Originally committed as revision 6012 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-16Create infrastructure to install shared and static libs into different places.Diego Biurrun
based on patch by Víctor Paesa wzrlpy at arsystel com Originally committed as revision 5755 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-14Properly handle vhook build flags for platforms that require special handling.Diego Biurrun
Removes one of the last FIXMEs from the build system. Originally committed as revision 5745 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-14cosmetics: Reorder some entries for more consistency and readability.Diego Biurrun
Originally committed as revision 5744 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-05cosmetics: Break overly long lines.Diego Biurrun
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-30Support modular X11 path to rgb.txt patch by (Ville Skyttä - scop from ↵Ville Skyttä
SF-bugtracker) Originally committed as revision 5429 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-18uninstallation supportDiego Biurrun
inspired by a patch from Richard, richiek.,@,.optushome.,.,.com.,.,.au Originally committed as revision 5398 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-18Simplify vhook build.Diego Biurrun
Originally committed as revision 5397 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-24make install target depend on vhooksMåns Rullgård
Originally committed as revision 5213 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-09Watermarking with exact colors.Marcus Engene
Patch by Marcus Engene <hisfirstname(at)hislastname.se> Originally committed as revision 5131 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-31add static keyword to some functionsDieter
patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4914 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-31add static keyword to some functionsDieter
patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-31add missing #includesDieter
patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-27Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun
Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-16Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun
Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk