]> git.sesse.net Git - vlc/history - modules/misc
Fix seeking with broken file or without index (close #1687)
[vlc] / modules / misc /
2008-08-01 Rémi DuraffortFix memleaks (use vlclua_dir_list_free).
2008-08-01 Rémi DuraffortAdd vlclua_dir_list_free to free list created by vlclua...
2008-08-01 Rémi Duraffortsvg module: fix memleak.
2008-08-01 Rémi DuraffortFix xosd memleaks.
2008-08-01 Rémi Duraffortlua/intf: Fix a memleak.
2008-08-01 Rémi DuraffortFix potential memleak.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix memleaks.
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-24 Derk-Jan Hartmandummy: change vlc: comments to vlc:// comments
2008-07-23 Laurent AimarFixed a potential deadlock.
2008-07-23 Ilkka Ollakkadon't release before unlock, thanks to ivoire for spott...
2008-07-23 Ilkka Ollakkaadd vlc_object_lock/unlock to playlist-handling, fixes...
2008-07-22 Pierre d'Herbemontquartztext: Make default options settings.
2008-07-21 Rémi DuraffortUse pl_Release an factorise two lines.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarCosmetics (moved BuildDone under HAVE_FONTCONFIG)
2008-07-20 Laurent AimarFixed locking scheme.
2008-07-20 Laurent AimarFixed a potential segfault when font builder thread...
2008-07-15 Laurent AimarUse good default value for font weigh/slan (subtitle...
2008-07-09 Pierre d'Herbemontrtsp: Include xlocale.h for Mac OS X (at least).
2008-07-09 Rémi Denis-CourmontPartially fix parsing of npt=
2008-07-06 Rémi Denis-Courmont64-bits fix
2008-07-05 Rémi Denis-CourmontBunch of warnings
2008-07-05 Rémi Denis-CourmontRemove dead code
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-05 Rémi Denis-CourmontLUA: don't look for scripts in .
2008-07-03 Rémi DuraffortFix memleaks (corner case).
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-07-03 Rémi Denis-CourmontRTP/MPA: the standard frequency is 90kHz (MPEG PCR...
2008-07-02 Rémi Denis-CourmontSort-of RTSP VOD: accept MP3 as MPEG Audio
2008-07-02 Rémi Denis-CourmontSo-called "RTSP" VOD: advertise the actual audio frequency
2008-06-30 Christophe MutricyDistribute lua/lib/misc.h
2008-06-28 Antoine CellerierDon't assert.
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_FILTER: remove
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_DIALOGS: remove
2008-06-28 Rémi Denis-CourmontUse sizeof(vlc_object_t) as appropriate
2008-06-27 Antoine CellerierDon't segfault when looking for art with the lua script...
2008-06-27 Ilkka Ollakkagive playlist to vlclua_playlist_add_internal instead...
2008-06-23 Rémi DuraffortClose file in all cases.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-06-21 Rémi Denis-CourmontRemove VLC_OBJECT_INTERACTION
2008-06-21 Rémi Denis-CourmontRemove VLC_OBJECT_HTTPD_HOST
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-15 Rémi Denis-CourmontRemove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
2008-06-15 Antoine CellerierUpdate lua intf scripts to new API (untested).
2008-06-15 Antoine CellerierAdd a global documentation for all the Lua modules.
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...
2008-06-14 Jean-Baptiste KempfRemove unused variable.
2008-06-14 Pierre d'Herbemontstats: Kill a warning.
2008-06-14 Pierre d'Herbemontlua: Don't use the playlist in the lua demux.
2008-06-14 Pierre d'Herbemontstats: Remove vlc_playlist.h
2008-06-14 Rémi Denis-CourmontMake the playlist a generic object
2008-06-13 Pierre d'Herbemontdemux/dummy: Remove vlc_playlist.h inclusion now.
2008-06-13 Pierre d'Herbemontdemux/dummy: No need to check for playlist availability...
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-06-09 Christophe MutricyTypo (pointed by Bruno Queirós)
2008-06-06 Rémi Denis-CourmontAdd missing unicast parameter in the Transport: response
2008-06-06 Rafaël CarréUse stats demux only if selected
2008-06-06 Pierre d'Herbemontstats: Ownership.
2008-06-05 Pierre d'Herbemontstats: use vlc_common.h instead of vlc/vlc.h
2008-06-05 Pierre d'Herbemontstats: Add vout stats module.
2008-06-05 Pierre d'Herbemontstats: Initial import of a stat oriented module. Use...
2008-06-04 Rémi Denis-CourmontRemove VLC_OBJECT_SOUT
2008-06-02 Rafaël CarréRemove support DBus & HAL APIs
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Rémi Denis-CourmontTypo
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 Jean-Paul SamanFix CID: 101 resource leak in osdmenu parser.
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-27 Rémi Denis-CourmontFix non-sensical declaration
2008-05-27 Rémi Denis-CourmontFix lua with --disable-vlm
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-26 Ilkka Ollakkamodify logger-module rrd-output to use time for timesta...
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-22 Rémi Denis-CourmontPut the _same_ _platform-independent_ stuff in the...
2008-05-21 Christophe MutricyWin32 also has and needs fcntl.h
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-20 Rémi Denis-CourmontGnuTLS: proper location for ca-certificates
2008-05-20 Rémi Denis-CourmontGnuTLS: read key material from memory - fixes #1108
2008-05-20 Rémi Denis-CourmontNo need to do stat() before opendir()!
2008-05-20 Rémi Denis-CourmontUse fstat()!
2008-05-10 Rémi Denis-CourmontDo not wander twice in the same subdir - fix distcheck
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-07 Rémi Denis-CourmontWe know where VLM is, no need to find it.
2008-05-07 Rafaël CarréFix detection of ending of FontBuilder thread
2008-05-05 Rémi Denis-CourmontSSL certificates are in /etc, not in /usr/share
2008-05-05 Rémi Denis-Courmontconfig_GetConfigDir -> config_GetUserConfDir
2008-05-05 Rémi Denis-CourmontUse config_Get*Dir
2008-05-05 Rémi Denis-CourmontFontconfig: compiler warning
2008-05-05 Rafaël CarréFix memleak
2008-05-05 Rafaël CarréFix memory leak in dummy input
2008-05-05 Rafaël CarréUse the verbose variable, over the private i_verbose...
2008-05-04 Rémi Denis-CourmontNo need to lookup i_verbose. The core does it anyway.
next