]> git.sesse.net Git - vlc/history - modules/misc/svg.c
svg module: fix memleak.
[vlc] / modules / misc / svg.c
2008-08-01 Rémi Duraffortsvg module: fix memleak.
2008-06-23 Rémi DuraffortClose file in all cases.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-20 Rémi Denis-CourmontUse fstat()!
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-03-15 Rémi DuraffortRemove useless test before free and delete.
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-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-30 Jean-Paul SamanFix memleak.
2007-03-13 Jean-Baptiste KempfMKV USF subtitles support and other Subtitles improvements.
2007-03-09 Olivier Aubertmodules/misc/svg: include vlc_charset, and define svg_G...
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Clément StenacA bit of headers cleanup
2006-07-19 Olivier Aubertmodules/misc/svg.c: fix SVG rendering
2006-05-05 Rémi Denis-CourmontWe need to include "config.h" somehow before we can...
2006-04-07 Derk-Jan Hartman* Lower the priority of the SVG renderer
2006-03-30 Olivier Aubertmodules/misc/svg.c:
2006-03-25 Christophe Mutricymisc/*: 2nd lecture. refs #438
2006-03-22 Clément StenacStrings review in misc/ except dummy and win32text...
2006-02-15 Olivier Aubertmisc/svg.c: use char* instead of byte_t* to avoid warnings
2006-02-12 Rémi Denis-Courmont- Fix opening of SVG file through a symbolic
2006-01-20 Olivier Aubertsvg.c: use conditional includes for system includes...
2006-01-12 Antoine CellerierFSF address change.
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-04-04 Olivier Aubertsvg.c: do not subsample U and V planes in RGB->YUVA...
2005-03-26 Olivier Aubertsvg.c: updated to the latest changes in the text render...
2005-02-01 Olivier Aubertsvg.c: ported the code for vlc 0.8.1 (as a video filter)
2004-12-11 Clément StenacImprovements to preferences
2004-06-15 Olivier AubertSVG rendering module. It uses the text rendering API...