summaryrefslogtreecommitdiffstats
path: root/vhook
Commit message (Collapse)AuthorAgeFilesLines
* Make vhook build non-recursive.Diego Biurrun2007-07-081-54/+0
| | | | Originally committed as revision 9544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The watermark vhook cannot handle truncated bitstreams.Víctor Paesa2007-07-051-4/+0
| | | | Originally committed as revision 9473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more av_strl* adjustmentsReimar Döffinger2007-06-241-2/+3
| | | | Originally committed as revision 9412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set error parameter for ff_parseRamiro Polla2007-06-201-12/+13
| | | | Originally committed as revision 9377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add alpha channel support for imlib2 vhookRamiro Polla2007-06-181-7/+29
| | | | Originally committed as revision 9365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix imlib2 memory leaksLimin Wang2007-06-181-5/+11
| | | | | | | | patch by Limin Wang: [lance lmwang gmail com] original thread: [FFmpeg-devel] [PATCH] fix imlib2 memory leaks date: 06/18/2007 04:22 AM Originally committed as revision 9361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationRamiro Polla2007-06-171-9/+9
| | | | Originally committed as revision 9347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add expression evaluation parameters for colors in imlib2 vhookRamiro Polla2007-06-161-1/+56
| | | | Originally committed as revision 9342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoRamiro Polla2007-06-161-3/+3
| | | | Originally committed as revision 9329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indentation for previous commitRamiro Polla2007-06-151-3/+3
| | | | Originally committed as revision 9327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow user to specify rgb.txt for imlib2 vhookRamiro Polla2007-06-151-2/+15
| | | | Originally committed as revision 9326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ppm vhook depend on fork()Ramiro Polla2007-06-141-2/+6
| | | | Originally committed as revision 9312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-101-1/+1
| | | | Originally committed as revision 9278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use return with argument for a function "returning" void.Reimar Döffinger2007-05-131-2/+2
| | | | Originally committed as revision 9016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-015-12/+12
| | | | Originally committed as revision 8592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.Víctor Paesa2007-04-011-1/+1
| | | | Originally committed as revision 8591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify .depend file inclusion.Diego Biurrun2007-02-261-3/+1
| | | | Originally committed as revision 8134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-072-21/+21
| | | | Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hardcoded dependency of imlib2 on Xlib.Víctor Paesa2007-02-052-2/+2
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-1/+1
| | | | Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-081-1/+1
| | | | | | | 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
* add moving images feature to imlib2 vhookVíctor Paesa2006-11-071-14/+154
| | | | | | | | | 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
* warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail comGustavo Sverzut Barbieri2006-10-301-1/+1
| | | | Originally committed as revision 6843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use fixed point in color conversion.Gustavo Sverzut Barbieri2006-10-301-5/+9
| | | | | | patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-231-5/+1
| | | | | | (from libswscale) instead Originally committed as revision 6777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar fixesDiego Biurrun2006-10-221-11/+11
| | | | Originally committed as revision 6757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libswscale to the include path when enabled.Diego Biurrun2006-10-161-0/+4
| | | | Originally committed as revision 6706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't mix declarations and statements.Diego Biurrun2006-10-161-4/+3
| | | | Originally committed as revision 6705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifies null vhook by using sws_getCachedContext()Víctor Paesa2006-10-111-41/+20
| | | | | | | | | 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
* simplifies fish vhook by using sws_getCachedContext()Víctor Paesa2006-10-111-24/+8
| | | | | | | | | 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
* port watermark vhook to swscalerVíctor Paesa2006-10-111-17/+91
| | | | | | | | | 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
* port imlib2 vhook to swscalerVíctor Paesa2006-10-111-16/+41
| | | | | | | | | 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
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-076-24/+36
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-071-1/+1
| | | | Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dep should also work.Diego Biurrun2006-10-031-1/+1
| | | | Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all phony targets as such.Diego Biurrun2006-10-031-0/+2
| | | | Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vhook build on Cygwin, shared builds only.Víctor Paesa2006-09-131-1/+1
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fprintf/perror --> av_logGustavo Sverzut Barbieri2006-09-101-11/+11
| | | | | | patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -g to LDFLAGS instead of adding it to the command line.Diego Biurrun2006-09-081-1/+2
| | | | Originally committed as revision 6198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.Diego Biurrun2006-09-071-3/+3
| | | | Originally committed as revision 6193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move required libs after the object file for the shared lib compilation.Diego Biurrun2006-09-071-1/+1
| | | | | | Fixes Cygwin build as reported by Victor Paesa. Originally committed as revision 6192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce a mechanism to add object-specific linker flags.Gustavo Sverzut Barbieri2006-09-071-3/+3
| | | | | | patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* port ppm vhook to swscalerVíctor Paesa2006-09-031-16/+49
| | | | | | | | | 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
* Re-Add support for PNG or PNM as watermark images, which was brokenVíctor Paesa2006-08-301-0/+4
| | | | | | | | | | 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
* Use libswscale in fish vhook.Guillaume Poirier2006-08-301-4/+43
| | | | | | | | | | 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
* convert null vhook to libswscaleVíctor Paesa2006-08-281-8/+65
| | | | | | | | | 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
* av_free* cleanupMichael Niedermayer2006-08-181-10/+3
| | | | Originally committed as revision 6019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-171-2/+2
| | | | | | header files that happen to have the same name as internal ones. Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert last commit, VPATH is necessary for out-of-tree builds.Diego Biurrun2006-08-171-0/+2
| | | | Originally committed as revision 6014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary include and variable declaration.Diego Biurrun2006-08-171-2/+0
| | | | Originally committed as revision 6013 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud