summaryrefslogtreecommitdiffstats
path: root/vhook/fish.c
Commit message (Collapse)AuthorAgeFilesLines
* Initialize correctly optind.Eduardo Bragatto2008-01-091-1/+1
| | | | | | | | Patch by Eduardo Bragatto, his name at his surname dot com Thread http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-January/039835.html Originally committed as revision 11483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-011-1/+1
| | | | Originally committed as revision 8592 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
* 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 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
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use libswscale in fish vhook.Guillaume Poirier2006-08-301-4/+43
| | | | | | | | | | Patch by Victor Paesa <[email protected]> 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
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-17/+17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get fish to compile (time() forbidden), pstrcat not declared from ppm.cFrançois Revol2005-02-241-1/+2
| | | | Originally committed as revision 3978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sprintf->snprintfMichael Niedermayer2005-01-121-1/+1
| | | | Originally committed as revision 3824 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
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-4/+4
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdup()Fabrice Bellard2003-01-231-1/+1
| | | | Originally committed as revision 1507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added a release function to free up the context. Also removed the dummyPhilip Gladstone2002-11-301-3/+5
| | | | | | | 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
* Try to get this to build on more platforms (especially Darwin)Philip Gladstone2002-11-261-1/+1
| | | | Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Applied changes to make it compile on darwinPhilip Gladstone2002-11-231-1/+1
| | | | 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-211-0/+330
they do and their capabilities. Originally committed as revision 1265 to svn://svn.ffmpeg.org/ffmpeg/trunk