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
2008-01-09Initialize correctly optind.Eduardo Bragatto
2008-01-09Fix illegal identifiers, names starting with _ and uppercase are reserved.Diego Biurrun
2007-12-02spellingVitor Sessak
2007-11-20Fix wrong error message.Stefano Sabatini
2007-08-07Remove duplication of imlib2 vhook documentation.Ramiro Polla
2007-07-08Make vhook build non-recursive.Diego Biurrun
2007-07-05The watermark vhook cannot handle truncated bitstreams.Víctor Paesa
2007-06-24more av_strl* adjustmentsReimar Döffinger
2007-06-21Set error parameter for ff_parseRamiro Polla
2007-06-19Add alpha channel support for imlib2 vhookRamiro Polla
2007-06-18fix imlib2 memory leaksLimin Wang
2007-06-17IndentationRamiro Polla
2007-06-17Add expression evaluation parameters for colors in imlib2 vhookRamiro Polla
2007-06-16TypoRamiro Polla
2007-06-16Indentation for previous commitRamiro Polla
2007-06-16Allow user to specify rgb.txt for imlib2 vhookRamiro Polla
2007-06-14Make ppm vhook depend on fork()Ramiro Polla
2007-06-11We do not create .d files, thus no need to remove them.Diego Biurrun
2007-05-13Do not use return with argument for a function "returning" void.Reimar Döffinger
2007-04-01Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun
2007-04-01Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.Víctor Paesa
2007-02-27Simplify .depend file inclusion.Diego Biurrun
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-02-05Remove hardcoded dependency of imlib2 on Xlib.Víctor Paesa
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-11-07add moving images feature to imlib2 vhookVíctor Paesa
2006-10-30warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail comGustavo Sverzut Barbieri
2006-10-30Use fixed point in color conversion.Gustavo Sverzut Barbieri
2006-10-23Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni
2006-10-22spelling/grammar fixesDiego Biurrun
2006-10-16Add libswscale to the include path when enabled.Diego Biurrun
2006-10-16Don't mix declarations and statements.Diego Biurrun
2006-10-11simplifies null vhook by using sws_getCachedContext()Víctor Paesa
2006-10-11simplifies fish vhook by using sws_getCachedContext()Víctor Paesa
2006-10-11port watermark vhook to swscalerVíctor Paesa
2006-10-11port imlib2 vhook to swscalerVíctor Paesa
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-07Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun
2006-10-03make dep should also work.Diego Biurrun
2006-10-03Mark all phony targets as such.Diego Biurrun
2006-09-14Fix vhook build on Cygwin, shared builds only.Víctor Paesa
2006-09-10fprintf/perror --> av_logGustavo Sverzut Barbieri
2006-09-08Add -g to LDFLAGS instead of adding it to the command line.Diego Biurrun
2006-09-08LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.Diego Biurrun
2006-09-08Move required libs after the object file for the shared lib compilation.Diego Biurrun
2006-09-07Introduce a mechanism to add object-specific linker flags.Gustavo Sverzut Barbieri
2006-09-03port ppm vhook to swscalerVíctor Paesa
2006-08-30Re-Add support for PNG or PNM as watermark images, which was brokenVíctor Paesa
2006-08-30Use libswscale in fish vhook.Guillaume Poirier