]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - vhook/fish.c
Remove size_t cast in setting s->priv_data directly to the (integer) file
[frescor/ffmpeg.git] / vhook / fish.c
2009-02-21 diegoUse av_strdup to allocate string, prevents the warning:
2008-09-06 stefanoUndefine the macro which defines fprintf as please_use_...
2008-09-04 stefanoProperly use av_log rather than fprintf/printf.
2008-05-09 diegoUse full path for #includes from another directory.
2008-01-09 victorInitialize correctly optind.
2007-04-01 diegoReplace forbidden exit() by return() Víctor Paesa,...
2006-11-12 mrurename cropTbl -> ff_cropTbl
2006-10-16 diegoDon't mix declarations and statements.
2006-10-11 gpoiriersimplifies fish vhook by using sws_getCachedContext()
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-30 gpoirierUse libswscale in fish vhook.
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-02-24 mmu_manget fish to compile (time() forbidden), pstrcat not...
2005-01-12 michaelsprintf->snprintf
2003-06-10 philipjsgGet all the stride stuff right so that we actually...
2003-05-21 philipjsgMade it work again -- it now detects fish! (This involv...
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-01-23 bellarduse av_strdup()
2002-11-30 philipjsgAdded a release function to free up the context. Also...
2002-11-26 philipjsgTry to get this to build on more platforms (especially...
2002-11-23 philipjsgApplied changes to make it compile on darwin
2002-11-21 philipjsgAdded three sample video hooks. See the (rudimentary...