]> git.sesse.net Git - vlc/history - modules/video_output/image.c
Merge branch 'df-for-upstream' of git://repo.or.cz/vlc/davidf-public
[vlc] / modules / video_output / image.c
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix potential memleak.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-22 Rémi DuraffortCheck malloc return value when needed and don't print...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-28 Rafaël Carrévideo_output: avoids unused parameter warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-09-30 Rafaël Carréimage vout: assigning -1 to an unsigned int is not...
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-05-16 Jean-Paul SamanUse correct datatype. It will shutup the compiler.
2007-04-05 Antoine CellerierPlease keep the coding style consistent inside the...
2007-04-05 Rémi Denis-CourmontFix compiler warning
2007-03-25 Antoine Cellerierconfig chain syntax support for the image video output.
2007-01-26 Antoine Cellerieradd new filename_sanitize and path_sanitize functions...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-13 Derk-Jan Hartman* const char warning fix
2006-11-06 Antoine CellerierUse str_format_time and str_format_meta here too. Make...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-06-12 Yoann Peronneau* modules/video_output/image.c: add --image-width and...
2006-03-30 Clément StenacVideo filters and outputs strings (Refs:#438)
2006-03-03 Antoine Cellerierimage.c: add --image-out-replace option. If enabled...
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-12 Antoine CellerierFSF address change.
2006-01-02 Felix Paul Kühne* fixed preferences
2006-01-02 Sam Hocevar * modules/video_output/image.c:
2005-11-26 Antoine Cellerierupdate copyright and svn Id property
2005-10-25 Derk-Jan Hartman* Fix a memleak in the image video output.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-03 Felix Paul Kühne* backport of [11257] to trunk
2005-03-10 Clément StenacMore prefs fixes
2004-12-29 Clément StenacReuse the encoder
2004-12-29 Clément StenacBaaaah, we _already_ have a PNG encoder.
2004-12-29 Clément StenacPNG image encoder and imagefile video output