aboutsummaryrefslogtreecommitdiffstats
path: root/vhook/fish.c
Commit message (Expand)AuthorAgeFilesLines
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-011-1/+1
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-1/+1
* Don't mix declarations and statements.Diego Biurrun2006-10-161-4/+3
* simplifies fish vhook by using sws_getCachedContext()Víctor Paesa2006-10-111-24/+8
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Use libswscale in fish vhook.Guillaume Poirier2006-08-301-4/+43
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-17/+17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
* get fish to compile (time() forbidden), pstrcat not declared from ppm.cFrançois Revol2005-02-241-1/+2
* sprintf->snprintfMichael Niedermayer2005-01-121-1/+1
* Get all the stride stuff right so that we actually get the coloursPhilip Gladstone2003-06-101-20/+34
* Made it work again -- it now detects fish! (This involved clearing outPhilip Gladstone2003-05-211-10/+19
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-4/+4
* use av_strdup()Fabrice Bellard2003-01-231-1/+1
* Added a release function to free up the context. Also removed the dummyPhilip Gladstone2002-11-301-3/+5
* Try to get this to build on more platforms (especially Darwin)Philip Gladstone2002-11-261-1/+1
* Applied changes to make it compile on darwinPhilip Gladstone2002-11-231-1/+1
* Added three sample video hooks. See the (rudimentary) documentation on whatPhilip Gladstone2002-11-211-0/+330