index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vhook
/
fish.c
Age
Commit message (
Expand
)
Author
2007-04-01
Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.
Diego Biurrun
2006-11-12
rename cropTbl -> ff_cropTbl
Måns Rullgård
2006-10-16
Don't mix declarations and statements.
Diego Biurrun
2006-10-11
simplifies fish vhook by using sws_getCachedContext()
Víctor Paesa
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-08-30
Use libswscale in fish vhook.
Guillaume Poirier
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-12
use PRIxN, %zd, %td formats where needed
Måns Rullgård
2005-02-24
get fish to compile (time() forbidden), pstrcat not declared from ppm.c
François Revol
2005-01-12
sprintf->snprintf
Michael Niedermayer
2003-06-10
Get all the stride stuff right so that we actually get the colours
Philip Gladstone
2003-05-21
Made it work again -- it now detects fish! (This involved clearing out
Philip Gladstone
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-01-23
use av_strdup()
Fabrice Bellard
2002-11-30
Added a release function to free up the context. Also removed the dummy
Philip Gladstone
2002-11-26
Try to get this to build on more platforms (especially Darwin)
Philip Gladstone
2002-11-23
Applied changes to make it compile on darwin
Philip Gladstone
2002-11-21
Added three sample video hooks. See the (rudimentary) documentation on what
Philip Gladstone