summaryrefslogtreecommitdiff
path: root/vhook/fish.c
Commit message (Expand)AuthorAge
* Use av_strdup to allocate string, prevents the warning:Patrik Kullman2009-02-21
* Undefine the macro which defines fprintf as please_use_av_log so thatJonY2008-09-06
* Properly use av_log rather than fprintf/printf.JonY2008-09-04
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Initialize correctly optind.Eduardo Bragatto2008-01-09
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-01
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Don't mix declarations and statements.Diego Biurrun2006-10-16
* simplifies fish vhook by using sws_getCachedContext()Víctor Paesa2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Use libswscale in fish vhook.Guillaume Poirier2006-08-30
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* get fish to compile (time() forbidden), pstrcat not declared from ppm.cFrançois Revol2005-02-24
* sprintf->snprintfMichael Niedermayer2005-01-12
* Get all the stride stuff right so that we actually get the coloursPhilip Gladstone2003-06-10
* Made it work again -- it now detects fish! (This involved clearing outPhilip Gladstone2003-05-21
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* use av_strdup()Fabrice Bellard2003-01-23
* Added a release function to free up the context. Also removed the dummyPhilip Gladstone2002-11-30
* Try to get this to build on more platforms (especially Darwin)Philip Gladstone2002-11-26
* Applied changes to make it compile on darwinPhilip Gladstone2002-11-23
* Added three sample video hooks. See the (rudimentary) documentation on whatPhilip Gladstone2002-11-21