]> git.sesse.net Git - vlc/history - modules
Another memory leak
[vlc] / modules /
2008-06-01 Rémi Denis-CourmontRC OSD: Fix NULL check after deref (CID 109)
2008-06-01 Rémi Denis-CourmontUse pl_Yield instead of vlc_object_find
2008-05-31 Jean-Baptiste KempfMingw64 defines _I64_MAX in limits.h
2008-05-31 Pierre d'Herbemontminimal_macosx: Add miosx as shortcut too.
2008-05-31 Pierre d'Herbemontminimal_macosx: Add a KillerThread, that will kill...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Rémi Denis-Courmontvlc_list_children: fix memory leaks
2008-05-31 Rémi Denis-CourmontTypo
2008-05-31 Rémi Denis-Courmontsignals: fix race condition with sigwait()
2008-05-31 Rémi Denis-Courmontvlc_object_timedwait: same change as vlc_object_wait
2008-05-31 Rémi Denis-Courmontinhibit: fix another instance of the killed-before...
2008-05-31 Rémi Denis-Courmontsignals: exit properly
2008-05-31 Antoine CellerierThis should work for all planar YUV formats (in fact...
2008-05-31 Antoine CellerierValidate input chromas here too. Currently only planar...
2008-05-31 Antoine CellerierValidate input chroma for grain filter (planar yuv).
2008-05-31 Antoine CellerierThis can work on all the planar YUV formats.
2008-05-31 Antoine CellerierValidate input chroma in gradient filter (the current...
2008-05-31 Jean-Paul SamanCheck malloc return value
2008-05-31 Jean-Paul SamanRemoved check for p_sys->b_osd because it is not necessary.
2008-05-31 Jean-Paul SamanFix CID 107: dereference pointer before NULL check.
2008-05-31 Jean-Paul SamanFix CID: 101 resource leak in osdmenu parser.
2008-05-31 Pierre d'Herbemontmacosx: Sanitization. Suppress non-sense yield(->p_inpu...
2008-05-31 Rémi Denis-Courmontintf_Create: remove unused parameters
2008-05-31 Alexis BallierInclude altivec.h before any other vlc header
2008-05-30 Rafaël CarréOSX GUI was forgotten in [85f5092ee68d13fd4056848d5a212...
2008-05-30 Pierre d'Herbemontmacosx: Make sure the killer_thread ends.
2008-05-30 Jean-Baptiste KempfQuit correctly(?) from the interface/DP. Should fix...
2008-05-30 Pierre d'Herbemontmacosx: Remove a trailing
2008-05-30 Felix Paul KühneFix [79b485f92c454b7444ff5a2f2fd6e649aa7b8270] properly...
2008-05-30 Pierre d'Herbemontmacosx: Fix a typo.
2008-05-30 Pierre d'Herbemontmacosx: Cleanup in -applicationWillTerminate:, properly...
2008-05-30 Rémi Denis-CourmontRevert "Simplify - CID 6"
2008-05-30 Rafaël CarréRemove unused arguments - CID 5
2008-05-30 Rafaël CarréSimplify - CID 6
2008-05-30 Rafaël CarréCheck properly if vout is dying - CID 7
2008-05-30 Antoine CellerierRemove useless NULL check (p_sys->p_vout can never...
2008-05-30 Antoine CellerierFix off by 1 errors (CID 42 and 43).
2008-05-30 Rafaël CarréFix double free - CID 131
2008-05-30 Rafaël CarréSimplify: false positive CID 139
2008-05-30 Antoine CellerierAdd support for applesmc motion sensors (macbooks)...
2008-05-30 Rafaël CarréFix double fclose()
2008-05-30 Pierre d'Herbemontvlc_network.h: Define AI_NUMERICSERV if not defined.
2008-05-29 Jean-Philippe AndréBetter patch to fix bug introduced by 0448c670c32d9f...
2008-05-29 Pierre d'Herbemontsignals: Workaround the fact that sigwait() isn't a...
2008-05-29 Pierre d'Herbemontstandard: Special case for AI_NUMERICSERV (if not defined).
2008-05-29 Rémi Denis-Courmontsignal handling interface
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-29 Rafaël CarréAnother workaround to not forbid development
2008-05-28 Adrien MagloNew vu meter visualization.
2008-05-28 Pierre d'HerbemontMake sure INT64_C is defined correctly, and that we...
2008-05-28 Pierre d'HerbemontRevert "Revert "live555: Don't put any INT64_C related...
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
2008-05-28 Rémi Denis-CourmontFix Winsock
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rémi Denis-Courmontvlc_getaddrinfo -> getaddrinfo, and set sane hints
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Antoine CellerierEnforce the --vbi-position option. Don't crop letters.
2008-05-28 Rafaël CarréBuilds opencv video filters elsewhere than win32
2008-05-28 Jean-Paul SamanRevert "live555: Don't put any INT64_C related hack...
2008-05-28 Pierre d'Herbemontqtcapture: Initialize our structure no sooner than...
2008-05-28 Pierre d'Herbemontqtcapture: Don't probe qtcapture access if not selected.
2008-05-28 Rafaël CarréNULL pointer dereference
2008-05-28 Pierre d'Herbemontlive555: Don't put any INT64_C related hack here. We...
2008-05-28 Pierre d'Herbemontlive555: Work around buggy Mac OS X headers for INT64_C.
2008-05-28 Pierre d'Herbemontlive555: Include <stdint.h> to get UINT64_C() on darwin.
2008-05-27 Rafaël CarréWorkaround invalid use reference counting of pictures
2008-05-27 Rafaël CarréPrivatise some structs and enumerations of PGP update
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-27 Rémi Denis-CourmontSpare 9 relocations
2008-05-27 Rémi Denis-CourmontFix HTTP interface with --disable-vlm
2008-05-27 Rémi Denis-CourmontAnother non-sensical declaration
2008-05-27 Rémi Denis-CourmontCosmetic
2008-05-27 Rémi Denis-CourmontFix non-sensical declaration
2008-05-27 Rémi Denis-CourmontFix lua with --disable-vlm
2008-05-27 Rémi DuraffortFix 0448c670c32d9fc60889ce2c3e8f72330a389e44 as I forgo...
2008-05-27 Pierre d'Herbemontqtcapture: Hack to get a more decent CPU consumption.
2008-05-26 Jean-Philippe AndréBugfix: non disparition of the Qt Popup Menu with X11...
2008-05-26 Rafaël CarréRemove duplication
2008-05-26 bl4mms/tcp: hanging or unexpected seeking after the end...
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-26 Rafaël CarréRemove unused HAVE_XXXX_{SWSCALE,FFMPEG}_TREE defines
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-26 Antoine CellerierOops.
2008-05-26 Antoine CellerierUse mouse as capture retangle center instead of upper...
2008-05-26 Antoine CellerierAdd --screen-mouse-follow option (x11 only).
2008-05-26 Antoine CellerierFix the rawvideo codec when visible_pitch != pitch...
2008-05-26 Antoine CellerierRemove unused variable.
2008-05-26 Antoine CellerierImplement partial screen capture for x11. Feel free...
2008-05-26 Rafaël CarréDo not malloc(0) - to make valgrind not report 0 byte...
2008-05-26 Ilkka Ollakkamodify logger-module rrd-output to use time for timesta...
2008-05-26 Rafaël CarréPDA intf: clean up
2008-05-26 Pierre d'Herbemontqtcapture: Don't use the pts provided by qtkit. I don...
2008-05-26 Pierre d'Herbemontqtcapture: Fix a warning.
2008-05-26 Pierre d'Herbemontqtcapture: Tab fixes, plus attempt to get the real...
2008-05-26 Pierre d'Herbemontqtcapture: statification and comment.
2008-05-26 Pierre d'Herbemontqtcapture: msg_Err->msg_Dbg
2008-05-26 Pierre d'Herbemontqtcapture: New access_demux module (QTKit based) to...
2008-05-25 Antoine CellerierAdd UYVY to the list of chromas tried by default in...
2008-05-25 Rémi Denis-Courmontaccess_out_file: fix append mode, relax stdout support...
2008-05-25 Rafaël CarréWe don't use paranoia_mode_t if libcdio <= 0.72
next