]> git.sesse.net Git - vlc/history - src/control
More updates, partially Mac-specific
[vlc] / src / 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.
2008-02-25 Pierre d'HerbemontForgotten files in previous commit.
2008-02-25 Pierre d'Herbemontcontrol/event.c: Make it pass the unit tests.
2008-02-25 Pierre d'Herbemontcontrol/event.c: Use vlc_array_t instead of the macros.
2008-02-25 Pierre d'Herbemonttestapi.c: Test libvlc's events.
2008-02-21 Rémi Denis-CourmontAdd flags when adding an input item option
2008-02-21 Damien Fouilleullibvlc: revert [22749], useless, breaks plugins
2008-02-14 Pierre d'Herbemontcontrol/media_discoverer.c: Small lock issues.
2008-02-13 Pierre d'Herbemontcontrol: Implement and export media_list_view_children_...
2008-02-13 Pierre d'Herbemontcontrol/media_discoverer.c: Fix previous commit.
2008-02-13 Pierre d'Herbemontcontrol/media_discoverer.c: Support psz_category in...
2008-02-10 Pierre d'Herbemontcontrol/media_descriptor.c: Ask for artwork only when...
2008-02-09 Rémi Denis-CourmontWTF don't use the network in an automated stress test
2008-02-07 Pierre d'Herbemonttestapi.c: Also try file playback.
2008-01-28 Christophe MutricyCompile fix
2008-01-28 Rafaël Carrécontrol/: don't show warnings about unused exceptions
2008-01-28 Rafaël Carrélibvlc_release() has only 1 parameter now
2008-01-28 Rafaël Carrélibvlc_release(): removes unused exception
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2008-01-28 Rafaël Carréremoved unused parameter
2008-01-27 Rafaël Carrécast to (const char**)
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-17 Rafaël Carré"state" is an integer, not a boolean (since vlc_bool_t...
2008-01-16 Pierre d'Herbemontcontrol/media_instance.c: Silly debug code removal...
2008-01-16 Rafaël Carrésrc/control: set svn:keywords to Id
next