aboutsummaryrefslogtreecommitdiffstats
path: root/vhook/null.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-011-2/+2
| | | | Originally committed as revision 8592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifies null vhook by using sws_getCachedContext()Víctor Paesa2006-10-111-41/+20
| | | | | | | | | 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 6651 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
* convert null vhook to libswscaleVíctor Paesa2006-08-281-8/+65
| | | | | | | | | Patch by Victor Paesa % wzrlpy A arsystel Pcom % Original thread: Date: Aug 23, 2006 7:28 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6114 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-3/+3
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-1/+1
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added a release function to free up the context. Also removed the dummyPhilip Gladstone2002-11-301-3/+8
| | | | | | | 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
* Added three sample video hooks. See the (rudimentary) documentation on whatPhilip Gladstone2002-11-211-0/+73
they do and their capabilities. Originally committed as revision 1265 to svn://svn.ffmpeg.org/ffmpeg/trunk