]> git.sesse.net Git - vlc/history - src
Oops remove debug
[vlc] / src /
2007-11-18 Christophe MutricyOops remove debug
2007-11-18 Christophe MutricyDon't leak memory
2007-11-18 Dennis van Amerongen* src/input/clock.c: Feed synchro with new ref. point...
2007-11-17 Christophe Mutricywhen retrying set the demux to "" for real. refs #1228
2007-11-17 Pierre d'Herbemonttestapi.c: Superficial media list tests. For some reaso...
2007-11-17 Pierre d'Herbemontcontrol/libvlc_internal.h: Remove definition duplication.
2007-11-17 Pierre d'Herbemontcontrol: Remove libvlc_event_fini exception handling...
2007-11-16 Olivier Aubertcore/mediacontrol_core.c: code playlist_get_list using
2007-11-16 Olivier Aubertcore/mediacontrol_core.c: do not prepend the dummy...
2007-11-15 Rémi Denis-CourmontRevert [23063]
2007-11-15 Jean-Paul SamanRemove excess whitespace.
2007-11-15 Jean-Paul SamanImplement clickable osdmenu. The clickable positioning...
2007-11-14 Jean-Paul SamanFix double vlc_object_attach().
2007-11-14 Jean-Paul SamanDetach osdmenu object before destroying.
2007-11-14 Jean-Paul SamanCleanup osd_ParserLoad()/osdParserUnload().
2007-11-14 Jean-Paul SamanReturn pointer to osdmenu object and use that iso NULL...
2007-11-14 Jean-Paul SamanCleanup indentation.
2007-11-14 Jean-Paul SamanFurther factoring out osdmenu parser functionality...
2007-11-14 Jean-Paul SamanFix merge conflicts for src/osd/osd.c
2007-11-14 Rafaël Carrémake vlc_object_timedwait() return immediately if the...
2007-11-13 Yoann Peronneau* XSPF nested playlist
2007-11-12 Rafaël Carréservices_discovery_SetLocalizedName() is now mandatory...
2007-11-11 Antoine CellerierUse the services_discovery_GetServicesNames() function...
2007-11-11 Antoine CellerierAdd argument to module_GetModulesNamesForCapability...
2007-11-11 Antoine CellerierFix module_GetModulesNamesForCapability() and make...
2007-11-10 Felix Paul Kühne* a few more
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-11-09 Christophe MutricyBool options need a special format
2007-11-08 Christophe Mutricytypo
2007-11-08 Jean-Baptiste KempfCorrect a typo in [22984], s/meta-fetch/fetch-meta :D
2007-11-07 Pierre d'Herbemontplaylist: Add an option to disable meta-fetch. (Need...
2007-11-07 Antoine CellerierReturn the p_sys pointer in the httpd_{Handler,File...
2007-11-04 Antoine CellerierWhen calling config_GetType on a CONFIG_ITEM_KEY, retur...
2007-11-04 Antoine CellerierAdd a psz_intf member to intf_thread_t. This holds...
2007-11-03 Pierre d'Herbemontcontrol/core.c: Fix a warning about lock being an usuns...
2007-11-03 Pierre d'Herbemontcontrol/libvlc_internal.h: Fix libvlc_media_list_view_r...
2007-11-03 Pierre d'Herbemontcontrol/flat_media_list_view.c: Remove some dead code...
2007-11-01 Rémi Denis-Courmontvlm: Use RT rather than monotonic clock - fixes #1288
2007-10-31 Rafaël CarréYes, sigwait() can fail, so don't ignore its return...
2007-10-30 Rafaël CarréDisable album art by default. fix #1280
2007-10-29 Christophe MutricyMove qt4/dialogs/about.hpp to include/vlc_about.h so...
2007-10-29 Jean-Baptiste KempfForgotten file in [22883]. Sorry.
2007-10-26 Jean-Paul SamanFix potential memleaks in src/input/vlm.c
2007-10-26 Jean-Paul SamanFix potential memleaks in src/video_output/vout_subpict...
2007-10-26 Jean-Paul SamanFix potential memleak.
2007-10-26 Jean-Paul SamanFix potential segfault
2007-10-26 Jean-Paul SamanCheck malloc return value.
2007-10-26 Jean-Paul SamanAdd snapshot command to rc interface and make snapshot...
2007-10-26 Jean-Baptiste KempfDon't show h: in h:mm:ss when h is 0 in secstotimestr.
2007-10-25 Pierre d'Herbemontcontrol/audio.c: Implement get_audio_track_count. ...
2007-10-25 Pierre d'Herbemontmisc/darwin_specific.c: Comply to coding guideline...
2007-10-25 Pierre d'Herbemontcontrol/darwin_specific.c: Fix Mac OS X Framework code...
2007-10-25 Pierre d'Herbemontcontrol/media_descriptor.c: Send a libvlc_MediaDescript...
2007-10-25 Pierre d'Herbemontcontrol/media_instance.c: Implement get/set chapter...
2007-10-22 Rafaël Carrémove config_*Intf() out from the header
2007-10-22 Rémi Denis-CourmontFix syntax errors
2007-10-22 Rémi Denis-CourmontFix warnings (it does not seem very logical for log_ope...
2007-10-22 Rémi Denis-CourmontFix trivial warning
2007-10-22 Rémi Denis-CourmontEvent manager yields libvlc (and all the media_* stuff...
2007-10-22 Rémi Denis-CourmontYield libvlc and fix corner case memleak
2007-10-22 Rémi Denis-CourmontYield libvlc
2007-10-22 Rémi Denis-CourmontReference count libvlc. API break.
2007-10-21 Rafaël Carréplaylist_Clear() should delete only the local playlist...
2007-10-21 Christophe MutricyFix compilation on win
2007-10-21 Rafaël Carrépicture_t->i_refcount is unsigned, so never < 0
2007-10-21 Rémi Denis-CourmontOnly recurse through the modules directory:
2007-10-21 Rémi Denis-CourmontAlso test libvlc_playlist_clear and libvlc_playlist_add...
2007-10-21 Laurent AimarIncrease rate/speed control granularity.
2007-10-21 Pierre d'Herbemontcontrol/media_instance.c: Cons-ify the conversion table.
2007-10-21 Rafaël Carrévideo_output: fix 4 bytes too short memory allocation
2007-10-21 Pierre d'Herbemontmisc/darwin_specific.c: Fix framework detection code.
2007-10-21 Rémi Denis-CourmontChanging the order of parameters may be needed, but...
2007-10-21 Rémi Denis-CourmontRemove silly debug for previous commit
2007-10-21 Rémi Denis-CourmontPut timeout to the testsuite
2007-10-21 Rémi Denis-CourmontSwitch API smoke test to libvlc API
2007-10-21 Rémi Denis-Courmontlibvlc_exception:
2007-10-20 Rafaël CarréNew inhibit module to prevent the power management...
2007-10-20 Laurent AimarFixed subtitle blend module loading.
2007-10-20 Laurent Aimar Added sout_UpdateStatistic and fixed transcode module...
2007-10-20 Rafaël Carréinput: avoids double mutex locking
2007-10-20 Pierre d'Herbemontsrc/control: (Patch by Enrique Osuna)
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-10-20 Rémi Denis-CourmontFix URL
2007-10-20 Rémi Denis-CourmontMake sure assert are built-in
2007-10-20 Rémi Denis-Courmontlibvlc-control smoke test. Feel free to extend
2007-10-20 Rémi Denis-CourmontThe current libvlc-control ABI is not compatible with...
2007-10-20 Rémi Denis-CourmontAdd mediacontrol_exception_cleanup() consistent with...
2007-10-20 Rémi Denis-CourmontRemove white spaces
2007-10-18 Jean-Paul SamanSupport blending of RGBA and YUVA subpicture in additio...
2007-10-18 Rafaël Carréplaylist: avoid a segfault when the fetcher has been...
2007-10-18 Laurent AimarFixed closed captions channel >= 2
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-18 Rafaël Carréplaylist_NodeCreate(): fix a potential segfault
2007-10-18 Rafaël Carréplaylist: incrementing the input_id is already taken...
2007-10-17 Laurent Aimar Added closed captions decoding/extracting from ES...
2007-10-17 Jean-Paul SamanAdd Icecast support to profiles.
2007-10-17 Rafaël Carréplaylist_NodeDelete(): we want to delete a specific...
2007-10-16 Rafaël Carréplaylist_PreparseLoop(): oneliner fix for psz_arturl...
2007-10-16 Ilkka Ollakkaoneliner to fix psz_arturl check in album_art stuff
2007-10-16 Rafaël Carrélibvlc: fix a memory leak
next