]> git.sesse.net Git - vlc/history - src/control
Update and activate portuguese l10n. Thanks to Bruno Queirós
[vlc] / src / control /
2008-06-04 Rémi Denis-Courmontlibvlc_InternalAddIntf: remove the other boolean
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-06-01 Christophe MutricyHandles the VLC_EEXITSUCESS case
2008-06-01 Rémi Denis-CourmontFix a warning
2008-06-01 Rémi Denis-CourmontFix prototypes
2008-06-01 Rémi Denis-Courmontmediacontrol: fix compilation
2008-06-01 Rémi Denis-Courmontmediacontrol: include vlc_common and fix ABI (= avoid...
2008-06-01 Rémi Denis-Courmontinclude vlc_common
2008-05-31 Rémi Denis-CourmontFix memory leak (legacy of CID 92)
2008-05-31 Rémi Denis-CourmontRemove vlc_int64_t. Was not even correctly defined.
2008-05-31 Rémi Denis-Courmontlibvlc_InternalAddIntf: remove useless options
2008-05-31 Rémi Denis-Courmontlibvlc_InternalAddInft: Remove unused b_block parameter
2008-05-31 Rémi Denis-CourmontSimplify
2008-05-30 Jean-Baptiste KempfSet style in mediacontrol_showtext()
2008-05-30 Jean-Baptiste KempfFix a warning.
2008-05-30 Pierre d'Herbemontlibvlc: Don't wait if p_libvlc is dying in libvlc_wait().
2008-05-29 Rémi Denis-Courmontlibvlc_run_interface -> libvlc_add_intf (non-blocking)
2008-05-29 Rémi Denis-Courmontlibvlc_wait: wait until libvlc is killed by an interface
2008-05-27 Rémi Denis-CourmontSpare a few relocs
2008-05-27 Rémi Denis-CourmontVLC_PRIVATE_API: no-op, removed
2008-05-26 Pierre d'Herbemontlibvlc: libvlc_vlm_get_media_instance_* is in header...
2008-05-26 Pierre d'Herbemontlibvlc: Remove libvlc_event_(init|fini) as they were...
2008-05-26 Pierre d'Herbemontlibvlc: Prefix internal function with VLC_PRIVATE_API.
2008-05-24 Rémi Denis-CourmontVLC_EXPORT is meant for libvlccore, not libvlc-control
2008-05-18 Jean-Paul SamanRemove trailing whitespace, add checks for malloc retur...
2008-05-18 Tanguy Krotofflibvlc: when calling libvlc_media_player_stop() check...
2008-05-15 Rémi Denis-Courmontlibvlc_run_interface: start and wait for an interface
2008-05-10 Tanguy Krotofflibvlc: add subtitle file (*.srt...) handling
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-CourmontFix incorrect printf argument
2008-05-06 Rémi Denis-CourmontUse config_GetUserDataDir() internally
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-05-05 Rafaël Carréi_verbose has been privatized
2008-05-04 Rémi Denis-Courmontvlc_mutex_init_recursive: remove useless parameter
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-23 Olivier AubertTrailing whitespace/tabs fixes
2008-04-23 Olivier Aubertmediacontrol: get_stream_information returns an empty...
2008-04-23 Olivier Aubertmediacontrol API: update to use the new libvlc_media_pl...
2008-04-16 Pierre d'Herbemontmedia_discoverer: Typo fix. Don't add the media twice.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-11 Pierre d'Herbemonttest: Move testapi.c to /test and use a sample file...
2008-04-09 Jean-Paul SamanMerge branch 'dynamicoverlay'
2008-04-09 Pierre d'Herbemontlibvlc: Properly raise an exception that indicates...
2008-04-09 Pierre d'Herbemontlibvlc: Don't delete all the media in libvlc_vlm_releas...
2008-04-08 Filippo Caronewhen releasing vlm, clear all media
2008-04-07 Filippo Caronelibvlc_vlm_release added
2008-04-06 Filippo Caronelogger_iterator_next simplied
2008-04-04 Pierre d'HerbemontRevert "libvlc: check if we are in the proper state...
2008-04-04 Tanguy Krotofflibvlc: check if we are in the proper state before...
2008-04-02 Pierre d'Herbemonttestapi: Don't disable test.
2008-03-31 Filippo Caronetest code cleanup
2008-03-31 Filippo Caronenew (failing) test for libvlc
2008-03-31 Rémi Denis-CourmontRemove failing and broken-by-design test
2008-03-31 Tanguy Krotofflibvlc: rename all libvlc_MediaInstance in libvlc_Media...
2008-03-31 Tanguy Krotofflibvlc: add libvlc_MediaInstanceStopped
2008-03-30 Tanguy Krotofflibvlc: add functions libvlc_get_version() and others
2008-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
2008-03-30 Pierre d'Herbemontmedia_list.c: Fix crash showed by the new testapi tests.
2008-03-30 Lukas DurfinaAdd tests for media list.
2008-03-30 Pierre d'Herbemonttestapi: Remove the sleep() hack.
2008-03-29 Pierre d'Herbemontmedia_instance: Use input_CreateThread() to have a...
2008-03-29 Pierre d'Herbemontmedia_instance: Forgotten lock().
2008-03-29 Filippo Caronefix testapi test: libvlc_instance_(play|pause|stop...
2008-03-28 Pierre d'Herbemontmedia_instance: Fix a typo.
2008-03-28 Pierre d'Herbemonttestapi: Now that relative modules work in a nearly...
2008-03-28 Pierre d'Herbemonttestapi.c: Use ../../modules too.
2008-03-27 Pierre d'Herbemonttestapi: Minor cleanup.
2008-03-27 Pierre d'Herbemonttestapi.c: Fix a warning plus small clean up.
2008-03-26 Filippo Caronefailing testapi test added
2008-03-26 Pierre d'Herbemontmedia_descriptor: Remove an unused variable.
2008-03-26 Pierre d'Herbemontlibvlc: Remove all references to tag and dynamic media...
2008-03-25 Pierre d'Herbemontcontrol: Remove dynamic_media_list_*.
2008-03-25 Pierre d'Herbemontcontrol: Remove tag_query_*.
2008-03-25 Rémi Denis-CourmontStore the object type name rather than object type...
2008-03-23 Pierre d'Herbemontinput: Remove input_DestroyThread() as it is now handle...
2008-03-21 Sam HocevarFix a potential corruption in release_input_thread().
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-21 Filippo Caronefix for #1533: check on array boundaries before removin...
2008-03-19 Pierre d'Herbemontmedia_instance: Don't rely on vlc_object_find now that...
2008-03-19 Pierre d'Herbemontcontrol/media_instance.c: Fix libvlc_media_instance_new...
2008-03-19 Pierre d'Herbemontcontrol/media_descriptor.c: Proper vlc: URL.
2008-03-18 Filippo Caronefixes for libvlc medialistplayer_play_item and medialis...
2008-03-17 Filippo Caronecheck if media_list_player->media_list is null before...
2008-03-17 Rémi Denis-CourmontDon't leak vlc_bool_t through libvlc-control
2008-03-17 Jean-Baptiste KempfKill a warning.
2008-03-16 Filippo Caronefix for libvlc_get_input_thread: check for null before...
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-03-03 Pierre d'Herbemontcontrol/media_library.c: Fix more unused args.
2008-02-29 Pierre d'Herbemontcontrol/event.c: Remove libvlc_event_detach_lock_state().
2008-02-29 Faustino Osunacontrol/testapi.c: Detach event that was originally...
2008-02-29 Faustino Osunacontrol/event.c: Fix infinite loop.
2008-02-27 Pierre d'Herbemontcontrol/media_instance.c: Properly unregister the callb...
2008-02-27 Pierre d'Herbemontcontrol/media_instance.c: Avoid multiple libvlc_MediaIn...
2008-02-27 Pierre d'Herbemontcontrol/media_instance.c: Sanitize input_thread_t manag...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Rémi Denis-Courmont - Redo [22749]. Fix Mozilla plugin, fix OSX framework...
2008-02-25 Pierre d'Herbemontcontrol/testapi.c: Nicer log() output.
next