summaryrefslogtreecommitdiff
path: root/vhook
Commit message (Collapse)AuthorAge
* 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
* cast NULL to correct typeMichael Niedermayer2005-05-10
| | | | Originally committed as revision 4210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)Luca Barbato2005-03-16
| | | | Originally committed as revision 4050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* watermark filter by (Marcus Engene <ffmpeg engene se>)Michael Niedermayer2005-02-25
| | | | Originally committed as revision 3983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get fish to compile (time() forbidden), pstrcat not declared from ppm.cFrançois Revol2005-02-24
| | | | Originally committed as revision 3978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disallow strcatMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sprintf->snprintfMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* imlib2 vhook rgba fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)Michael Niedermayer2004-09-23
| | | | Originally committed as revision 3498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)Michael Niedermayer2004-07-08
| | | | Originally committed as revision 3296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation after michaels anti-time changeAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at ↵Michael Niedermayer2003-11-03
| | | | | | 2BSD dot COM>) Originally committed as revision 2475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen2003-10-18
| | | | | | | | | | | | have it passed to GCC) - Moving the usage in configure to the top of it, so you don't have to wait needlessly - Silence compiler output during configuration - Add support for configuring with IBM XLC patch by (Dan Christiansen <danchr at daimi dot au dot dk>) Originally committed as revision 2397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ↵Dan Christiansen2003-09-28
| | | | | | dot au dot dk>) Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora ↵Charles Yates2003-09-28
| | | | | | | | dot be>) mostly tab -> space cosmetics Originally committed as revision 2313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-09
| | | | Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vhook patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates2003-09-03
| | | | Originally committed as revision 2201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get all the stride stuff right so that we actually get the coloursPhilip Gladstone2003-06-10
| | | | | | right. Originally committed as revision 1944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Made it work again -- it now detects fish! (This involved clearing outPhilip Gladstone2003-05-21
| | | | | | some accumulated bit rot) Originally committed as revision 1895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Updated with many new features.Philip Gladstone2003-02-16
| | | | Originally committed as revision 1587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * int64_t is now the right nameZdenek Kabelac2003-02-12
| | | | | | - also it would be nice to preserve ffmpeg coding rules Originally committed as revision 1582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial checkin for a cheaper text drawing function than imlib2.c.Philip Gladstone2003-02-11
| | | | Originally committed as revision 1577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Makefile entry for the drawtext filterPhilip Gladstone2003-02-11
| | | | Originally committed as revision 1576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent segfault when passed no argumentsPhilip Gladstone2003-02-09
| | | | Originally committed as revision 1558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed dependenciesFabrice Bellard2003-02-01
| | | | Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdup()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-22
| | | | Originally committed as revision 1492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused ruleFabrice Bellard2003-01-22
| | | | Originally committed as revision 1491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-22
| | | | Originally committed as revision 1490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed imlib2.c pixel format (imlib2 seems to use CPU endianness in RGBA32 as ↵Fabrice Bellard2003-01-19
| | | | | | libavcodec) Originally committed as revision 1471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AUtomatic dependency generation. Runs on Linux (at least). Probably shouldPhilip Gladstone2003-01-14
| | | | | | update .cvsignore (somehere) to exclude .d files Originally committed as revision 1459 to svn://svn.ffmpeg.org/ffmpeg/trunk