Víctor Paesa
fbb9d1043d
Fix vhook build on Cygwin, shared builds only.
...
patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 6247 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Gustavo Sverzut Barbieri
aaf78bde93
fprintf/perror --> av_log
...
patch by Gustavo Sverzut Barbieri, barbieri gmail com
Originally committed as revision 6222 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ca373eb7e4
Add -g to LDFLAGS instead of adding it to the command line.
...
Originally committed as revision 6198 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3c57374894
LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.
...
Originally committed as revision 6193 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
529dd3c9ea
Move required libs after the object file for the shared lib compilation.
...
Fixes Cygwin build as reported by Victor Paesa.
Originally committed as revision 6192 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Gustavo Sverzut Barbieri
b2565d710f
Introduce a mechanism to add object-specific linker flags.
...
patch by Gustavo Sverzut Barbieri, barbieri gmail com
Originally committed as revision 6182 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
a4dd5fb73a
port ppm vhook to swscaler
...
patch by Victor Paesa % wzrlpy A arsystel P com %
Original thread:
Date: Sep 2, 2006 11:41 PM
Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale
Originally committed as revision 6159 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
dd93315340
Re-Add support for PNG or PNM as watermark images, which was broken
...
since the move to image2 API
Patch by Victor Paesa <wzrlpy@arsystel.com>
Original thread:
Date: Aug 13, 2006 9:18 AM
Subject: [Ffmpeg-devel] [PATCH] Attempt image2 in watermark vhook
Originally committed as revision 6129 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
809b6a3138
Use libswscale in fish vhook.
...
Patch by
Victor Paesa <wzrlpy@arsystel.com>
Original thread:
Date: Aug 30, 2006 1:16 AM
Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale
Originally committed as revision 6128 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
be484a2cc9
convert null vhook to libswscale
...
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
18 years ago
Michael Niedermayer
b4902c11c1
av_free* cleanup
...
Originally committed as revision 6019 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
7981555d89
Move all internal -I parameters to the front of CFLAGS to avoid using external
...
header files that happen to have the same name as internal ones.
Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
041514a422
Revert last commit, VPATH is necessary for out-of-tree builds.
...
Originally committed as revision 6014 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
cf41e66736
Remove unnecessary include and variable declaration.
...
Originally committed as revision 6013 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
408382a434
Make vhook CFLAGS handling less confusing.
...
Originally committed as revision 6012 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
84c22efdfb
Create infrastructure to install shared and static libs into different places.
...
based on patch by Víctor Paesa wzrlpy at arsystel com
Originally committed as revision 5755 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
3409385da6
Properly handle vhook build flags for platforms that require special handling.
...
Removes one of the last FIXMEs from the build system.
Originally committed as revision 5745 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
302cdccfc1
cosmetics: Reorder some entries for more consistency and readability.
...
Originally committed as revision 5744 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f130fd4630
cosmetics: Break overly long lines.
...
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Stefan Huehner
7b49ce2e34
Add const to (mostly) char* and make some functions static, which aren't used
...
outside their declaring source file and which have no corresponding prototype.
patch by Stefan Huehner stefan^^@^^huehner^^.^^org
Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Ville Skyttä
22a0e90712
Support modular X11 path to rgb.txt patch by (Ville Skyttä - scop from SF-bugtracker)
...
Originally committed as revision 5429 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f9edb71744
uninstallation support
...
inspired by a patch from Richard, richiek.,@,.optushome.,.,.com.,.,.au
Originally committed as revision 5398 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
a11d5f50ac
Simplify vhook build.
...
Originally committed as revision 5397 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
a11a334d18
make install target depend on vhooks
...
Originally committed as revision 5213 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Marcus Engene
ed818e25f8
Watermarking with exact colors.
...
Patch by Marcus Engene <hisfirstname(at)hislastname.se>
Originally committed as revision 5131 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Dieter
efce1a8fea
add static keyword to some functions
...
patch by Dieter <freebsd at sopwith solgatos com>
Originally committed as revision 4914 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Dieter
ceaf1909c1
add static keyword to some functions
...
patch by Dieter <freebsd at sopwith solgatos com>
Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Dieter
a851b8e898
add missing #includes
...
patch by Dieter <freebsd at sopwith solgatos com>
Originally committed as revision 4912 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
04c07634d6
Remove obscure Makefile.bak entry from distclean rules.
...
Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
98013cc16c
Make clean/distclean consistent throughout all the Makefiles.
...
Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
29a10be0d4
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
...
Remove all possible shared libs suffixes instead.
Originally committed as revision 4860 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5509bffa88
Update licensing information: The FSF changed postal address.
...
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
fb3d46da69
Move Darwin shared library build peculiarities to configure.
...
Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
...
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
4733abcbf3
use PRIxN, %zd, %td formats where needed
...
Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Marcus Engene
f368375cef
FreeBSD support as well as some assorted fixes
...
patch by the author, Marcus Engene < ffmpeg __ at __ engene __ dot __ se >
Originally committed as revision 4665 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Patrice Bensoussan
3702300cbb
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
19 years ago
Steven M. Schultz
495d6cdcfd
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
19 years ago
Diego Biurrun
4e159595b5
support for building dynamic libraries on Mac OS X
...
based on a patch by Lina Pezzella <J4rg0n -- at -- gentoo -- dot -- org>
Originally committed as revision 4616 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alexander Strasser
c11c2bc20b
libavutil: Utility code from libavcodec moved to a separate library.
...
Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
a2cfc4d630
this file got skipped during the API update
...
Originally committed as revision 4455 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Niki W. Waibel
56b04ceb47
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
20 years ago
Marcus Engene
ded78ac086
vhook watermark patch by (Marcus Engene: ffmpeg, engene se)
...
Originally committed as revision 4309 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
efe419837f
cast NULL to correct type
...
Originally committed as revision 4210 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
c0df9d75bd
switch to native time bases
...
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Luca Barbato
cc973ecbe7
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
20 years ago
Michael Niedermayer
21754ce65c
watermark filter by (Marcus Engene <ffmpeg engene se>)
...
Originally committed as revision 3983 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
François Revol
cf344ec72c
get fish to compile (time() forbidden), pstrcat not declared from ppm.c
...
Originally committed as revision 3978 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
1f3f950799
disallow strcat
...
Originally committed as revision 3826 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago