2008-10-03 |
Diego Pettenò | Make sure strcasecmp() is declared. |
tree | commitdiff |
2008-09-06 |
JonY | Undefine the macro which defines fprintf as please_use_... |
tree | commitdiff |
2008-09-04 |
JonY | Properly use av_log rather than fprintf/printf. |
tree | commitdiff |
2008-07-21 |
Erik Hovland | Check the allocated pointer instead of the given pointe... |
tree | commitdiff |
2008-05-29 |
Erik Hovland | Remove unnecessary header #includes. |
tree | commitdiff |
2008-05-09 |
Benoit Fouet | Add missing path to #include. |
tree | commitdiff |
2008-05-09 |
Diego Biurrun | Use full path for #includes from another directory. |
tree | commitdiff |
2008-01-09 |
Eduardo Bragatto | Initialize correctly optind. |
tree | commitdiff |
2008-01-08 |
Diego Biurrun | Fix illegal identifiers, names starting with _ and... |
tree | commitdiff |
2007-12-01 |
Vitor Sessak | spelling |
tree | commitdiff |
2007-11-20 |
Stefano Sabatini | Fix wrong error message. |
tree | commitdiff |
2007-08-07 |
Ramiro Polla | Remove duplication of imlib2 vhook documentation. |
tree | commitdiff |
2007-07-08 |
Diego Biurrun | Make vhook build non-recursive. |
tree | commitdiff |
2007-07-05 |
Víctor Paesa | The watermark vhook cannot handle truncated bitstreams. |
tree | commitdiff |
2007-06-24 |
Reimar Döffinger | more av_strl* adjustments |
tree | commitdiff |
2007-06-20 |
Ramiro Polla | Set error parameter for ff_parse |
tree | commitdiff |
2007-06-18 |
Ramiro Polla | Add alpha channel support for imlib2 vhook |
tree | commitdiff |
2007-06-18 |
Limin Wang | fix imlib2 memory leaks |
tree | commitdiff |
2007-06-17 |
Ramiro Polla | Indentation |
tree | commitdiff |
2007-06-16 |
Ramiro Polla | Add expression evaluation parameters for colors in... |
tree | commitdiff |
2007-06-16 |
Ramiro Polla | Typo |
tree | commitdiff |
2007-06-15 |
Ramiro Polla | Indentation for previous commit |
tree | commitdiff |
2007-06-15 |
Ramiro Polla | Allow user to specify rgb.txt for imlib2 vhook |
tree | commitdiff |
2007-06-14 |
Ramiro Polla | Make ppm vhook depend on fork() |
tree | commitdiff |
2007-06-10 |
Diego Biurrun | We do not create .d files, thus no need to remove them. |
tree | commitdiff |
2007-05-13 |
Reimar Döffinger | Do not use return with argument for a function "returni... |
tree | commitdiff |
2007-04-01 |
Diego Biurrun | Replace forbidden exit() by return() Víctor Paesa,... |
tree | commitdiff |
2007-04-01 |
Víctor Paesa | Replace valid use of exit by _exit, patch by Víctor... |
tree | commitdiff |
2007-02-26 |
Diego Biurrun | Simplify .depend file inclusion. |
tree | commitdiff |
2007-02-07 |
Diego Biurrun | Replace deprecated PIX_FMT names by the newer variants. |
tree | commitdiff |
2007-02-05 |
Víctor Paesa | Remove hardcoded dependency of imlib2 on Xlib. |
tree | commitdiff |
2006-11-12 |
Måns Rullgård | rename cropTbl -> ff_cropTbl |
tree | commitdiff |
2006-11-08 |
Måns Rullgård | allow spaces in source and build directory names |
tree | commitdiff |
2006-11-07 |
Víctor Paesa | add moving images feature to imlib2 vhook |
tree | commitdiff |
2006-10-30 |
Gustavo Sverzut... | warning fix from a patch by Gustavo Sverzut Barbieri... |
tree | commitdiff |
2006-10-30 |
Gustavo Sverzut... | Use fixed point in color conversion. |
tree | commitdiff |
2006-10-23 |
Luca Abeni | Do not use a fake libavcodec/swscale.h, but always... |
tree | commitdiff |
2006-10-22 |
Diego Biurrun | spelling/grammar fixes |
tree | commitdiff |
2006-10-16 |
Diego Biurrun | Add libswscale to the include path when enabled. |
tree | commitdiff |
2006-10-16 |
Diego Biurrun | Don't mix declarations and statements. |
tree | commitdiff |
2006-10-11 |
Víctor Paesa | simplifies null vhook by using sws_getCachedContext() |
tree | commitdiff |
2006-10-11 |
Víctor Paesa | simplifies fish vhook by using sws_getCachedContext() |
tree | commitdiff |
2006-10-11 |
Víctor Paesa | port watermark vhook to swscaler |
tree | commitdiff |
2006-10-11 |
Víctor Paesa | port imlib2 vhook to swscaler |
tree | commitdiff |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
tree | commitdiff |
2006-10-07 |
Diego Biurrun | Replace -I../-I. by -I$(BUILD_ROOT). |
tree | commitdiff |
2006-10-03 |
Diego Biurrun | make dep should also work. |
tree | commitdiff |
2006-10-03 |
Diego Biurrun | Mark all phony targets as such. |
tree | commitdiff |
2006-09-13 |
Víctor Paesa | Fix vhook build on Cygwin, shared builds only. |
tree | commitdiff |
2006-09-10 |
Gustavo Sverzut... | fprintf/perror --> av_log |
tree | commitdiff |
2006-09-08 |
Diego Biurrun | Add -g to LDFLAGS instead of adding it to the command... |
tree | commitdiff |
2006-09-07 |
Diego Biurrun | LDFLAGS_$@ contains libs, not LDFLAGS, rename it accord... |
tree | commitdiff |
2006-09-07 |
Diego Biurrun | Move required libs after the object file for the shared... |
tree | commitdiff |
2006-09-07 |
Gustavo Sverzut... | Introduce a mechanism to add object-specific linker... |
tree | commitdiff |
2006-09-03 |
Víctor Paesa | port ppm vhook to swscaler |
tree | commitdiff |
2006-08-30 |
Víctor Paesa | Re-Add support for PNG or PNM as watermark images,... |
tree | commitdiff |
2006-08-30 |
Guillaume Poirier | Use libswscale in fish vhook. |
tree | commitdiff |
2006-08-28 |
Víctor Paesa | convert null vhook to libswscale |
tree | commitdiff |
2006-08-18 |
Michael Niedermayer | av_free* cleanup |
tree | commitdiff |
2006-08-17 |
Diego Biurrun | Move all internal -I parameters to the front of CFLAGS... |
tree | commitdiff |
2006-08-17 |
Diego Biurrun | Revert last commit, VPATH is necessary for out-of-tree... |
tree | commitdiff |
2006-08-17 |
Diego Biurrun | Remove unnecessary include and variable declaration. |
tree | commitdiff |
2006-08-17 |
Diego Biurrun | Make vhook CFLAGS handling less confusing. |
tree | commitdiff |
2006-07-15 |
Diego Biurrun | Create infrastructure to install shared and static... |
tree | commitdiff |
2006-07-14 |
Diego Biurrun | Properly handle vhook build flags for platforms that... |
tree | commitdiff |
2006-07-14 |
Diego Biurrun | cosmetics: Reorder some entries for more consistency... |
tree | commitdiff |
2006-07-05 |
Diego Biurrun | cosmetics: Break overly long lines. |
tree | commitdiff |
2006-06-18 |
Stefan Huehner | Add const to (mostly) char* and make some functions... |
tree | commitdiff |
2006-05-30 |
Ville Skyttä | Support modular X11 path to rgb.txt patch by (Ville... |
tree | commitdiff |
2006-05-18 |
Diego Biurrun | uninstallation support |
tree | commitdiff |
2006-05-18 |
Diego Biurrun | Simplify vhook build. |
tree | commitdiff |
2006-03-24 |
Måns Rullgård | make install target depend on vhooks |
tree | commitdiff |
2006-03-09 |
Marcus Engene | Watermarking with exact colors. |
tree | commitdiff |
2006-01-30 |
Dieter | add static keyword to some functions |
tree | commitdiff |
2006-01-30 |
Dieter | add static keyword to some functions |
tree | commitdiff |
2006-01-30 |
Dieter | add missing #includes |
tree | commitdiff |
2006-01-26 |
Diego Biurrun | Remove obscure Makefile.bak entry from distclean rules. |
tree | commitdiff |
2006-01-16 |
Diego Biurrun | Make clean/distclean consistent throughout all the... |
tree | commitdiff |
2006-01-15 |
Diego Biurrun | Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSU... |
tree | commitdiff |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
tree | commitdiff |
2006-01-12 |
Diego Biurrun | Move Darwin shared library build peculiarities to confi... |
tree | commitdiff |
2005-12-22 |
Diego Biurrun | COSMETICS: tabs --> spaces, some prettyprinting |
tree | commitdiff |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
tree | commitdiff |
2005-12-12 |
Måns Rullgård | use PRIxN, %zd, %td formats where needed |
tree | commitdiff |
2005-10-26 |
Marcus Engene | FreeBSD support as well as some assorted fixes |
tree | commitdiff |
2005-10-22 |
Patrice Bensoussan | Fix linking failure on Mac OS X <10.4. |
tree | commitdiff |
2005-10-01 |
Steven M. Schultz | vhoook vs vhook typo, patch by Steven M. Schultz <... |
tree | commitdiff |
2005-09-26 |
Diego Biurrun | support for building dynamic libraries on Mac OS X |
tree | commitdiff |
2005-08-01 |
Alexander Strasser | libavutil: Utility code from libavcodec moved to a... |
tree | commitdiff |
2005-07-18 |
Mike Melanson | this file got skipped during the API update |
tree | commitdiff |
2005-07-11 |
Niki W. Waibel | compiling using nonstd include/library locations /... |
tree | commitdiff |
2005-05-26 |
Marcus Engene | vhook watermark patch by (Marcus Engene: ffmpeg, engene se) |
tree | commitdiff |
2005-05-10 |
Michael Niedermayer | cast NULL to correct type |
tree | commitdiff |
2005-04-30 |
Michael Niedermayer | switch to native time bases |
tree | commitdiff |
2005-03-16 |
Luca Barbato | add libdir support to configure patch by (Luca Barbato... |
tree | commitdiff |
2005-02-25 |
Michael Niedermayer | watermark filter by (Marcus Engene <ffmpeg engene se>) |
tree | commitdiff |
2005-02-24 |
François Revol | get fish to compile (time() forbidden), pstrcat not... |
tree | commitdiff |
2005-01-12 |
Michael Niedermayer | disallow strcat |
tree | commitdiff |
2005-01-12 |
Michael Niedermayer | sprintf->snprintf |
tree | commitdiff |
2004-09-23 |
Michael Niedermayer | imlib2 vhook rgba fix by ("Todd.Kirby" <doubleshot... |
tree | commitdiff |
next |