summaryrefslogtreecommitdiffstats
path: root/vhook
Commit message (Collapse)AuthorAgeFilesLines
* Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-091-1/+1
| | | | 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-031-0/+271
| | | | 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-101-20/+34
| | | | | | 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-211-10/+19
| | | | | | some accumulated bit rot) Originally committed as revision 1895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Updated with many new features.Philip Gladstone2003-02-161-57/+230
| | | | Originally committed as revision 1587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * int64_t is now the right nameZdenek Kabelac2003-02-121-1/+1
| | | | | | - 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-113-7/+7
| | | | 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-111-0/+351
| | | | Originally committed as revision 1577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Makefile entry for the drawtext filterPhilip Gladstone2003-02-111-0/+8
| | | | Originally committed as revision 1576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent segfault when passed no argumentsPhilip Gladstone2003-02-091-1/+1
| | | | Originally committed as revision 1558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed dependenciesFabrice Bellard2003-02-011-2/+2
| | | | Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdup()Fabrice Bellard2003-01-232-3/+3
| | | | Originally committed as revision 1507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-221-1/+1
| | | | Originally committed as revision 1492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused ruleFabrice Bellard2003-01-221-3/+0
| | | | Originally committed as revision 1491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-221-7/+8
| | | | 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-191-5/+5
| | | | | | 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-141-2/+9
| | | | | | 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-303-9/+26
| | | | | | | 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-303-145/+1
| | | | Originally committed as revision 1292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed multidir compileFabrice Bellard2002-11-291-1/+1
| | | | 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-262-7/+7
| | | | Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-1/+1
| | | | Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Applied changes to make it compile on darwinPhilip Gladstone2002-11-233-4/+8
| | | | 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-216-0/+841
they do and their capabilities. Originally committed as revision 1265 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud