summaryrefslogtreecommitdiff
path: root/vhook
Commit message (Collapse)AuthorAge
...
* port watermark vhook to swscalerVíctor Paesa2006-10-11
| | | | | | | | | 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-11
| | | | | | | | | 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-07
| | | | | | 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-07
| | | | Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dep should also work.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all phony targets as such.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vhook build on Cygwin, shared builds only.Víctor Paesa2006-09-13
| | | | | | 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-10
| | | | | | 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-08
| | | | Originally committed as revision 6198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.Diego Biurrun2006-09-07
| | | | 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-07
| | | | | | 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-07
| | | | | | 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-03
| | | | | | | | | 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-30
| | | | | | | | | | 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-30
| | | | | | | | | | 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-28
| | | | | | | | | 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-18
| | | | 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-17
| | | | | | 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-17
| | | | Originally committed as revision 6014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary include and variable declaration.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make vhook CFLAGS handling less confusing.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create infrastructure to install shared and static libs into different places.Diego Biurrun2006-07-15
| | | | | | based on patch by Víctor Paesa wzrlpy at arsystel com Originally committed as revision 5755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly handle vhook build flags for platforms that require special handling.Diego Biurrun2006-07-14
| | | | | | Removes one of the last FIXMEs from the build system. Originally committed as revision 5745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reorder some entries for more consistency and readability.Diego Biurrun2006-07-14
| | | | Originally committed as revision 5744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
| | | | | | | 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
* Support modular X11 path to rgb.txt patch by (Ville Skyttä - scop from ↵Ville Skyttä2006-05-30
| | | | | | SF-bugtracker) Originally committed as revision 5429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uninstallation supportDiego Biurrun2006-05-18
| | | | | | inspired by a patch from Richard, richiek.,@,.optushome.,.,.com.,.,.au Originally committed as revision 5398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vhook build.Diego Biurrun2006-05-18
| | | | Originally committed as revision 5397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make install target depend on vhooksMåns Rullgård2006-03-24
| | | | Originally committed as revision 5213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Watermarking with exact colors.Marcus Engene2006-03-09
| | | | | | Patch by Marcus Engene <hisfirstname(at)hislastname.se> Originally committed as revision 5131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add static keyword to some functionsDieter2006-01-30
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add static keyword to some functionsDieter2006-01-30
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing #includesDieter2006-01-30
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-26
| | | | Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-16
| | | | Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-15
| | | | | | Remove all possible shared libs suffixes instead. Originally committed as revision 4860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FreeBSD support as well as some assorted fixesMarcus Engene2005-10-26
| | | | | | patch by the author, Marcus Engene < ffmpeg __ at __ engene __ dot __ se > Originally committed as revision 4665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking failure on Mac OS X <10.4.Patrice Bensoussan2005-10-22
| | | | | | patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = . = com Originally committed as revision 4657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - at - COM >Steven M. Schultz2005-10-01
| | | | Originally committed as revision 4624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-26
| | | | | | based on a patch by Lina Pezzella <J4rg0n -- at -- gentoo -- dot -- org> Originally committed as revision 4616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
| | | | Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this file got skipped during the API updateMike Melanson2005-07-18
| | | | Originally committed as revision 4455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compiling using nonstd include/library locations / add LDFLAGS to a few ↵Niki W. Waibel2005-07-11
| | | | | | places patch by (Niki W. Waibel - nikiwaibel) Originally committed as revision 4429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vhook watermark patch by (Marcus Engene: ffmpeg, engene se)Marcus Engene2005-05-26
| | | | Originally committed as revision 4309 to svn://svn.ffmpeg.org/ffmpeg/trunk