Update licensing information: The FSF changed postal address.
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move Darwin shared library build peculiarities to configure.
Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
COSMETICS: tabs --> spaces, some prettyprinting
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
COSMETICS: Remove all trailing whitespace.
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
use PRIxN, %zd, %td formats where needed
Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
FreeBSD support as well as some assorted fixespatch by the author, Marcus Engene < ffmpeg _ at _ engene _ dot _ se >
Originally committed as revision 4665 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix linking failure on Mac OS X <10.4.patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = . = com
Originally committed as revision 4657 to svn://svn.ffmpeg.org/ffmpeg/trunk
vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - at - COM >
Originally committed as revision 4624 to svn://svn.ffmpeg.org/ffmpeg/trunk
support for building dynamic libraries on Mac OS Xbased on a patch by Lina Pezzella <J4rg0n -- at -- gentoo -- dot -- org>
Originally committed as revision 4616 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil: Utility code from libavcodec moved to a separate library.
Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
this file got skipped during the API update
Originally committed as revision 4455 to svn://svn.ffmpeg.org/ffmpeg/trunk
compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel)
Originally committed as revision 4429 to svn://svn.ffmpeg.org/ffmpeg/trunk
vhook watermark patch by (Marcus Engene: ffmpeg, engene se)
Originally committed as revision 4309 to svn://svn.ffmpeg.org/ffmpeg/trunk
cast NULL to correct type
Originally committed as revision 4210 to svn://svn.ffmpeg.org/ffmpeg/trunk
switch to native time bases
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)
Originally committed as revision 4050 to svn://svn.ffmpeg.org/ffmpeg/trunk
watermark filter by (Marcus Engene <ffmpeg engene se>)
Originally committed as revision 3983 to svn://svn.ffmpeg.org/ffmpeg/trunk
get fish to compile (time() forbidden), pstrcat not declared from ppm.c
Originally committed as revision 3978 to svn://svn.ffmpeg.org/ffmpeg/trunk
disallow strcat
Originally committed as revision 3826 to svn://svn.ffmpeg.org/ffmpeg/trunk
sprintf->snprintf
Originally committed as revision 3824 to svn://svn.ffmpeg.org/ffmpeg/trunk
imlib2 vhook rgba fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)
Originally committed as revision 3498 to svn://svn.ffmpeg.org/ffmpeg/trunk
spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)
Originally committed as revision 3296 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix compilation after michaels anti-time change
Originally committed as revision 2977 to svn://svn.ffmpeg.org/ffmpeg/trunk
2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2475 to svn://svn.ffmpeg.org/ffmpeg/trunk
- Moving Wall from the individual Makefiles to configure (and onlyhave it passed to GCC) Moving the usage in configure to the top of it, so you don't have towait needlessly- Silence compiler output during configuration- Add support for configuring with IBM XLC...
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora dot be>)mostly tab -> space cosmetics
Originally committed as revision 2313 to svn://svn.ffmpeg.org/ffmpeg/trunk
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)
Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
vhook patch by (Charles Yates <charles dot yates at pandora dot be>)
Originally committed as revision 2201 to svn://svn.ffmpeg.org/ffmpeg/trunk
Get all the stride stuff right so that we actually get the coloursright.
Originally committed as revision 1944 to svn://svn.ffmpeg.org/ffmpeg/trunk
Made it work again -- it now detects fish! (This involved clearing outsome accumulated bit rot)
Originally committed as revision 1895 to svn://svn.ffmpeg.org/ffmpeg/trunk
Updated with many new features.
Originally committed as revision 1587 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 1582 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
Initial checkin for a cheaper text drawing function than imlib2.c.
Originally committed as revision 1577 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add Makefile entry for the drawtext filter
Originally committed as revision 1576 to svn://svn.ffmpeg.org/ffmpeg/trunk
prevent segfault when passed no arguments
Originally committed as revision 1558 to svn://svn.ffmpeg.org/ffmpeg/trunk
fixed dependencies
Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk
use av_strdup()
Originally committed as revision 1507 to svn://svn.ffmpeg.org/ffmpeg/trunk
dependency handling is consistant with libavcodec
Originally committed as revision 1492 to svn://svn.ffmpeg.org/ffmpeg/trunk
removed unused rule
Originally committed as revision 1491 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 1490 to svn://svn.ffmpeg.org/ffmpeg/trunk
fixed imlib2.c pixel format (imlib2 seems to use CPU endianness in RGBA32 as libavcodec)
Originally committed as revision 1471 to svn://svn.ffmpeg.org/ffmpeg/trunk
AUtomatic dependency generation. Runs on Linux (at least). Probably shouldupdate .cvsignore (somehere) to exclude .d files
Originally committed as revision 1459 to svn://svn.ffmpeg.org/ffmpeg/trunk
Added a release function to free up the context. Also removed the dummydeclarations at the bottom of the file. This type checking is now handled by theheader file.
Originally committed as revision 1295 to svn://svn.ffmpeg.org/ffmpeg/trunk
Moved hook documentation into the doc directory
Originally committed as revision 1292 to svn://svn.ffmpeg.org/ffmpeg/trunk
fixed multidir compile
Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
Try to get this to build on more platforms (especially Darwin)
Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk
renamed libav to libavformat
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
Applied changes to make it compile on darwin
Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk
Added three sample video hooks. See the (rudimentary) documentation on whatthey do and their capabilities.
Originally committed as revision 1265 to svn://svn.ffmpeg.org/ffmpeg/trunk