]> git.sesse.net Git - vlc/history - modules/misc
Sync PO files
[vlc] / modules / misc /
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-19 Rémi DuraffortFix compilation warnings.
2008-08-19 Rémi DuraffortDon't call mdate too many times.
2008-08-18 Laurent AimarFixed a potential freetype deadlock as var_AcquireMutex...
2008-08-16 Pierre d'Herbemontaudioscrobbler: *Never* do module unloading from within...
2008-08-15 Rémi DuraffortFix potential memleak.
2008-08-15 Rémi DuraffortCheck malloc return value.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-13 Rémi DuraffortHum fix a memleak in test4 ...
2008-08-13 Derk-Jan Hartmanquartztext: fix a crash when we tried to find the lengh...
2008-08-13 Rémi Duraffort* Fix potential memleak.
2008-08-13 Rémi Denis-CourmontAvoid printf for debug
2008-08-12 Mirsal EnnaimeTelepathy: Fix a crash.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-10 Jean-Paul SamanRevert "Add limits.h to fix Win32 and MacOS X compilati...
2008-08-10 Jean-Paul SamanAdd limits.h to fix Win32 and MacOS X compilation ...
2008-08-10 Pierre d'Herbemontosd: Fix compilation on osx.
2008-08-10 Jean-Paul SamanFix crash when osdmenu failed loading.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-08 Olivier Aubertsvg.c: check fread return value
2008-08-03 Rémi DuraffortAudio Scrobbler: Fix some tiny memleaks.
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-02 Pierre d'Herbemontplaylist: Make sure we don't pl_Release(p_playlist).
2008-08-01 Rémi DuraffortFix memleak in lua module.
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
next