]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - vhook
Add context to some av_log() calls.
[frescor/ffmpeg.git] / vhook /
2009-02-21 diegoCheck the return values of a few functions to avoid...
2009-02-21 diegoUse av_strdup to allocate string, prevents the warning:
2009-02-21 diegoRevert adding av_uninit to out_width/out_height variables.
2009-02-18 stefanoUse const qualifier for the variable "tbp", fix warning.
2009-02-18 stefanoUse parentheses aroung assignment used as truth value...
2009-02-18 stefanoAssign const qualifier to the font variable, fix warning.
2009-02-18 stefanoAdd const qualifier to the error var, fix warnings.
2009-02-14 diegoAdd av_uninit to variable declarations to fix the false...
2008-10-03 diegoMake sure strcasecmp() is declared.
2008-09-06 stefanoUndefine the macro which defines fprintf as please_use_...
2008-09-04 stefanoProperly use av_log rather than fprintf/printf.
2008-07-21 diegoCheck the allocated pointer instead of the given pointe...
2008-05-29 diegoRemove unnecessary header #includes.
2008-05-09 benoitAdd missing path to #include.
2008-05-09 diegoUse full path for #includes from another directory.
2008-01-09 victorInitialize correctly optind.
2008-01-08 diegoFix illegal identifiers, names starting with _ and...
2007-12-01 vitorspelling
2007-11-20 diegoFix wrong error message.
2007-08-07 ramiroRemove duplication of imlib2 vhook documentation.
2007-07-08 diegoMake vhook build non-recursive.
2007-07-05 victorThe watermark vhook cannot handle truncated bitstreams.
2007-06-24 reimarmore av_strl* adjustments
2007-06-20 ramiroSet error parameter for ff_parse
2007-06-18 ramiroAdd alpha channel support for imlib2 vhook
2007-06-18 benoitfix imlib2 memory leaks
2007-06-17 ramiroIndentation
2007-06-16 ramiroAdd expression evaluation parameters for colors in...
2007-06-16 ramiroTypo
2007-06-15 ramiroIndentation for previous commit
2007-06-15 ramiroAllow user to specify rgb.txt for imlib2 vhook
2007-06-14 ramiroMake ppm vhook depend on fork()
2007-06-10 diegoWe do not create .d files, thus no need to remove them.
2007-05-13 reimarDo not use return with argument for a function "returni...
2007-04-01 diegoReplace forbidden exit() by return() Víctor Paesa,...
2007-04-01 diegoReplace valid use of exit by _exit, patch by Víctor...
2007-02-26 diegoSimplify .depend file inclusion.
2007-02-07 diegoReplace deprecated PIX_FMT names by the newer variants.
2007-02-05 diegoRemove hardcoded dependency of imlib2 on Xlib.
2006-11-12 mrurename cropTbl -> ff_cropTbl
2006-11-08 mruallow spaces in source and build directory names
2006-11-07 gpoirieradd moving images feature to imlib2 vhook
2006-10-30 diegowarning fix from a patch by Gustavo Sverzut Barbieri...
2006-10-30 diegoUse fixed point in color conversion.
2006-10-23 lucabeDo not use a fake libavcodec/swscale.h, but always...
2006-10-22 diegospelling/grammar fixes
2006-10-16 diegoAdd libswscale to the include path when enabled.
2006-10-16 diegoDon't mix declarations and statements.
2006-10-11 gpoiriersimplifies null vhook by using sws_getCachedContext()
2006-10-11 gpoiriersimplifies fish vhook by using sws_getCachedContext()
2006-10-11 gpoirierport watermark vhook to swscaler
2006-10-11 gpoirierport imlib2 vhook to swscaler
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-07 diegoReplace -I../-I. by -I$(BUILD_ROOT).
2006-10-03 diegomake dep should also work.
2006-10-03 diegoMark all phony targets as such.
2006-09-13 diegoFix vhook build on Cygwin, shared builds only.
2006-09-10 diegofprintf/perror --> av_log
2006-09-08 diegoAdd -g to LDFLAGS instead of adding it to the command...
2006-09-07 diegoLDFLAGS_$@ contains libs, not LDFLAGS, rename it accord...
2006-09-07 diegoMove required libs after the object file for the shared...
2006-09-07 diegoIntroduce a mechanism to add object-specific linker...
2006-09-03 gpoirierport ppm vhook to swscaler
2006-08-30 gpoirierRe-Add support for PNG or PNM as watermark images,...
2006-08-30 gpoirierUse libswscale in fish vhook.
2006-08-28 gpoirierconvert null vhook to libswscale
2006-08-18 michaelav_free* cleanup
2006-08-17 diegoMove all internal -I parameters to the front of CFLAGS...
2006-08-17 diegoRevert last commit, VPATH is necessary for out-of-tree...
2006-08-17 diegoRemove unnecessary include and variable declaration.
2006-08-17 diegoMake vhook CFLAGS handling less confusing.
2006-07-15 diegoCreate infrastructure to install shared and static...
2006-07-14 diegoProperly handle vhook build flags for platforms that...
2006-07-14 diegocosmetics: Reorder some entries for more consistency...
2006-07-05 diegocosmetics: Break overly long lines.
2006-06-18 diegoAdd const to (mostly) char* and make some functions...
2006-05-30 michaelSupport modular X11 path to rgb.txt patch by (Ville...
2006-05-18 diegouninstallation support
2006-05-18 diegoSimplify vhook build.
2006-03-24 mrumake install target depend on vhooks
2006-03-09 coreyWatermarking with exact colors.
2006-01-30 mruadd static keyword to some functions
2006-01-30 mruadd static keyword to some functions
2006-01-30 mruadd missing #includes
2006-01-26 diegoRemove obscure Makefile.bak entry from distclean rules.
2006-01-16 diegoMake clean/distclean consistent throughout all the...
2006-01-15 diegoDon't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSU...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2006-01-12 diegoMove Darwin shared library build peculiarities to confi...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-10-26 diegoFreeBSD support as well as some assorted fixes
2005-10-22 diegoFix linking failure on Mac OS X <10.4.
2005-10-01 diegovhoook vs vhook typo, patch by Steven M. Schultz <...
2005-09-26 diegosupport for building dynamic libraries on Mac OS X
2005-08-01 allibavutil: Utility code from libavcodec moved to a...
2005-07-18 melansonthis file got skipped during the API update
2005-07-11 michaelcompiling using nonstd include/library locations /...
2005-05-26 michaelvhook watermark patch by (Marcus Engene: ffmpeg, engene se)
next