summaryrefslogtreecommitdiff
path: root/vhook
Commit message (Collapse)AuthorAge
* 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
* Added a release function to free up the context. Also removed the dummyPhilip Gladstone2002-11-30
| | | | | | | declarations at the bottom of the file. This type checking is now handled by the header file. Originally committed as revision 1295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Moved hook documentation into the doc directoryPhilip Gladstone2002-11-30
| | | | Originally committed as revision 1292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed multidir compileFabrice Bellard2002-11-29
| | | | Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to get this to build on more platforms (especially Darwin)Philip Gladstone2002-11-26
| | | | Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-25
| | | | Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Applied changes to make it compile on darwinPhilip Gladstone2002-11-23
| | | | Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added three sample video hooks. See the (rudimentary) documentation on whatPhilip Gladstone2002-11-21
they do and their capabilities. Originally committed as revision 1265 to svn://svn.ffmpeg.org/ffmpeg/trunk