]> git.sesse.net Git - vlc/history - src/control/mediacontrol_core.c
Replace libvlc_exception_get_message with libvlc_errmsg
[vlc] / src / control / mediacontrol_core.c
2009-08-09 Rémi Denis-CourmontReplace libvlc_exception_get_message with libvlc_errmsg
2009-07-06 Pierre d'HerbemontRevert "Remove enums from public APIs"
2009-06-29 Rémi Denis-CourmontRemove enums from public APIs
2009-01-26 Rémi Denis-CourmontMemory leak (fix #2448)
2008-11-20 Jean-Paul SamanRemove last instances of FORWARD/BACKWARD state.
2008-08-12 Pierre d'Herbemontmediacontrol: Fix warnings about unused args.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-08 Olivier Aubertmediacontrol_core: libvlc_media_player_get_length/time...
2008-06-15 Jean-Paul SamanMake distinction between stop and ended status.
2008-06-14 Jean-Paul SamanUnify libvlc_state_t, input_state_e, mediacontrol_Playe...
2008-06-01 Rémi Denis-Courmontmediacontrol: fix compilation
2008-06-01 Rémi Denis-Courmontmediacontrol: include vlc_common and fix ABI (= avoid...
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-07 Rémi Denis-CourmontFix incorrect printf argument
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-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
2008-01-28 Rafaël Carrélibvlc_release(): removes unused exception
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.
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-10-22 Rémi Denis-CourmontReference count libvlc. API break.
2007-10-20 Rémi Denis-CourmontRemove white spaces
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontMissing vlc/vlc.h here
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-07-13 Olivier Aubertmediacontrol: prefix unit conversion functions with...
2007-07-12 Olivier Aubertmediacontrol:
2007-06-23 Pierre d'HerbemontLibvlc: replace media_instance_destroy_and_detach by...
2007-06-17 Pierre d'Herbemontlibvlc: Rename input to media_instance. And add the...
2007-05-03 Olivier Aubertmediacontrol API: split old mediacontrol_exception_init...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-21 Clément StenacPlaylist
2006-09-26 Olivier Aubertmediacontrol_core.c: prepend the argv[0] here, since...
2006-09-26 Olivier Aubertsrc/control/mediacontrol_core.c: libvlc_input now uses...
2006-09-25 Olivier Aubertmediacontrol_new: new API (pass argc and argv), use...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-22 Olivier Aubertmediacontrol API: (mostly) use the new libvlc API
2006-08-11 Christophe MutricyShould fix compilation. Not tested
2006-05-15 Christophe MutricyNew playlist API fix.
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-01-16 Jean-Paul SamanCodingstyle fixes
2006-01-12 Antoine CellerierFSF address change.
2006-01-08 Clément StenacMerge 0.8.5-api changes