| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated vhook subsystem. | Diego Biurrun | 2009-03-03 | 6 | -2551/+0 |
* | Check the return values of a few functions to avoid the corresponding warnings. | Patrik Kullman | 2009-02-21 | 1 | -3/+8 |
* | Use av_strdup to allocate string, prevents the warning: | Patrik Kullman | 2009-02-21 | 1 | -2/+3 |
* | Revert adding av_uninit to out_width/out_height variables. | Diego Biurrun | 2009-02-21 | 1 | -2/+2 |
* | Use const qualifier for the variable "tbp", fix warning. | Stefano Sabatini | 2009-02-18 | 1 | -1/+1 |
* | Use parentheses around assignment used as truth value, fix warning. | Stefano Sabatini | 2009-02-18 | 1 | -1/+1 |
* | Assign const qualifier to the font variable, fix warning. | Stefano Sabatini | 2009-02-18 | 1 | -1/+1 |
* | Add const qualifier to the error var, fix warnings. | Stefano Sabatini | 2009-02-18 | 1 | -1/+1 |
* | Add av_uninit to variable declarations to fix the false positive warnings: | Patrik Kullman | 2009-02-14 | 1 | -2/+2 |
* | Make sure strcasecmp() is declared. | Diego Pettenò | 2008-10-03 | 1 | -0/+1 |
* | Undefine the macro which defines fprintf as please_use_av_log so that | JonY | 2008-09-06 | 2 | -0/+2 |
* | Properly use av_log rather than fprintf/printf. | JonY | 2008-09-04 | 3 | -15/+15 |
* | Check the allocated pointer instead of the given pointer as intended | Erik Hovland | 2008-07-21 | 1 | -1/+1 |
* | Remove unnecessary header #includes. | Erik Hovland | 2008-05-29 | 1 | -1/+0 |
* | Add missing path to #include. | Benoit Fouet | 2008-05-09 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 6 | -18/+17 |
* | Initialize correctly optind. | Eduardo Bragatto | 2008-01-09 | 3 | -3/+3 |
* | Fix illegal identifiers, names starting with _ and uppercase are reserved. | Diego Biurrun | 2008-01-08 | 1 | -3/+3 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | Fix wrong error message. | Stefano Sabatini | 2007-11-20 | 1 | -1/+1 |
* | Remove duplication of imlib2 vhook documentation. | Ramiro Polla | 2007-08-07 | 1 | -54/+0 |
* | Make vhook build non-recursive. | Diego Biurrun | 2007-07-08 | 1 | -54/+0 |
* | The watermark vhook cannot handle truncated bitstreams. | Víctor Paesa | 2007-07-05 | 1 | -4/+0 |
* | more av_strl* adjustments | Reimar Döffinger | 2007-06-24 | 1 | -2/+3 |
* | Set error parameter for ff_parse | Ramiro Polla | 2007-06-20 | 1 | -12/+13 |
* | Add alpha channel support for imlib2 vhook | Ramiro Polla | 2007-06-18 | 1 | -7/+29 |
* | fix imlib2 memory leaks | Limin Wang | 2007-06-18 | 1 | -5/+11 |
* | Indentation | Ramiro Polla | 2007-06-17 | 1 | -9/+9 |
* | Add expression evaluation parameters for colors in imlib2 vhook | Ramiro Polla | 2007-06-16 | 1 | -1/+56 |
* | Typo | Ramiro Polla | 2007-06-16 | 1 | -3/+3 |
* | Indentation for previous commit | Ramiro Polla | 2007-06-15 | 1 | -3/+3 |
* | Allow user to specify rgb.txt for imlib2 vhook | Ramiro Polla | 2007-06-15 | 1 | -2/+15 |
* | Make ppm vhook depend on fork() | Ramiro Polla | 2007-06-14 | 1 | -2/+6 |
* | We do not create .d files, thus no need to remove them. | Diego Biurrun | 2007-06-10 | 1 | -1/+1 |
* | Do not use return with argument for a function "returning" void. | Reimar Döffinger | 2007-05-13 | 1 | -2/+2 |
* | Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com. | Diego Biurrun | 2007-04-01 | 5 | -12/+12 |
* | Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com. | Víctor Paesa | 2007-04-01 | 1 | -1/+1 |
* | Simplify .depend file inclusion. | Diego Biurrun | 2007-02-26 | 1 | -3/+1 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 2 | -21/+21 |
* | Remove hardcoded dependency of imlib2 on Xlib. | Víctor Paesa | 2007-02-05 | 2 | -2/+2 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | allow spaces in source and build directory names | Måns Rullgård | 2006-11-08 | 1 | -1/+1 |
* | add moving images feature to imlib2 vhook | Víctor Paesa | 2006-11-07 | 1 | -14/+154 |
* | warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com | Gustavo Sverzut Barbieri | 2006-10-30 | 1 | -1/+1 |
* | Use fixed point in color conversion. | Gustavo Sverzut Barbieri | 2006-10-30 | 1 | -5/+9 |
* | Do not use a fake libavcodec/swscale.h, but always use the real one | Luca Abeni | 2006-10-23 | 1 | -5/+1 |
* | spelling/grammar fixes | Diego Biurrun | 2006-10-22 | 1 | -11/+11 |
* | Add libswscale to the include path when enabled. | Diego Biurrun | 2006-10-16 | 1 | -0/+4 |
* | Don't mix declarations and statements. | Diego Biurrun | 2006-10-16 | 1 | -4/+3 |
* | simplifies null vhook by using sws_getCachedContext() | Víctor Paesa | 2006-10-11 | 1 | -41/+20 |