Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vhook
AgeCommit message (Expand)Author
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-10-27FreeBSD support as well as some assorted fixesMarcus Engene
2005-10-22Fix linking failure on Mac OS X <10.4.Patrice Bensoussan
2005-10-01vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - at - COM >Steven M. Schultz
2005-09-26support for building dynamic libraries on Mac OS XDiego Biurrun
2005-08-02libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser
2005-07-18this file got skipped during the API updateMike Melanson
2005-07-11compiling using nonstd include/library locations / add LDFLAGS to a few place...Niki W. Waibel
2005-05-26vhook watermark patch by (Marcus Engene: ffmpeg, engene se)Marcus Engene
2005-05-10cast NULL to correct typeMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-03-16add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)Luca Barbato
2005-02-26watermark filter by (Marcus Engene <ffmpeg engene se>)Michael Niedermayer
2005-02-25get fish to compile (time() forbidden), pstrcat not declared from ppm.cFrançois Revol
2005-01-12disallow strcatMichael Niedermayer
2005-01-12sprintf->snprintfMichael Niedermayer
2004-09-23imlib2 vhook rgba fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)Michael Niedermayer
2004-07-08spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)Michael Niedermayer
2004-04-07fix compilation after michaels anti-time changeAlex Beregszaszi
2003-11-032nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at ...Michael Niedermayer
2003-10-18- Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen
2003-09-29PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ...Dan Christiansen
2003-09-29ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora dot...Charles Yates
2003-09-09Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard
2003-09-03vhook patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates
2003-06-10Get all the stride stuff right so that we actually get the coloursPhilip Gladstone
2003-05-21Made it work again -- it now detects fish! (This involved clearing outPhilip Gladstone
2003-02-17Updated with many new features.Philip Gladstone
2003-02-12* int64_t is now the right nameZdenek Kabelac
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-11Initial checkin for a cheaper text drawing function than imlib2.c.Philip Gladstone
2003-02-11Add Makefile entry for the drawtext filterPhilip Gladstone
2003-02-09prevent segfault when passed no argumentsPhilip Gladstone
2003-02-01fixed dependenciesFabrice Bellard
2003-01-24use av_strdup()Fabrice Bellard
2003-01-22dependency handling is consistant with libavcodecFabrice Bellard
2003-01-22removed unused ruleFabrice Bellard
2003-01-22dependency handling is consistant with libavcodecFabrice Bellard
2003-01-19fixed imlib2.c pixel format (imlib2 seems to use CPU endianness in RGBA32 as ...Fabrice Bellard
2003-01-14AUtomatic dependency generation. Runs on Linux (at least). Probably shouldPhilip Gladstone
2002-11-30Added a release function to free up the context. Also removed the dummyPhilip Gladstone
2002-11-30Moved hook documentation into the doc directoryPhilip Gladstone
2002-11-29fixed multidir compileFabrice Bellard
2002-11-26Try to get this to build on more platforms (especially Darwin)Philip Gladstone
2002-11-25renamed libav to libavformatFabrice Bellard
2002-11-23Applied changes to make it compile on darwinPhilip Gladstone
2002-11-21Added three sample video hooks. See the (rudimentary) documentation on whatPhilip Gladstone