]> git.sesse.net Git - vlc/history - src/control/media.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / control / media.c
2010-07-07 Rémi Denis-Courmontmake_URI: add scheme parameter
2010-02-28 Pierre d'Herbemontlibvlc: Use a union for libvlc_media_track_info_t.
2010-02-22 Pierre d'Herbemontlibvlc_media: Destroy the cond and the mutex.
2010-02-22 Pierre d'Herbemontlibvlc: Don't refer to media_preparsing as we don't...
2010-02-22 Pierre d'Herbemontlibvlc: libvlc_media_get_es->libvlc_media_get_tracks_info.
2010-02-22 Pierre d'Herbemontlibvlc: Export libvlc_media_parse() and libvlc_media_pa...
2010-02-22 Pierre d'Herbemontmedia: Whitespaces cleanup.
2010-02-22 Pierre d'Herbemontlibvlc: Register PreparsingChanged.
2010-02-18 Rémi Denis-Courmontlibvlc_media_new_path: create a media from a file path
2010-02-09 Rémi Denis-CourmontNo need to lock the playlist for meta fetch and preparsing
2010-02-04 Rémi Denis-CourmontDo not use an enumeration for a bits field
2010-02-03 Rémi Denis-CourmontRemove some exceptions in media_list
2010-02-02 Rémi Denis-CourmontLibVLC media: remove exceptions
2010-01-28 Rémi Denis-CourmontRemove some unused p_e parameters and propagate
2010-01-27 Rafaël Carrélibvlc_media_es_t: export ES id
2010-01-25 Rémi Denis-Courmontlibvlc_event_manager: remove exceptions
2010-01-24 Rémi Denis-CourmontRemove some more unused exceptions
2010-01-23 Rafaël Carrélibvlc: Get ES descriptions for media
2010-01-20 Rémi Duraffortlibvlc: fix calloc usage.
2010-01-16 Pierre d'Herbemontlibvlc: Don't request art if it was already asked before.
2010-01-16 Pierre d'Herbemontlibvlc: Fix a bunch of messed up mtime_t to libvlc_time_t.
2010-01-16 Pierre d'Herbemontlibvlc: Make sure calling get_duration() triggers prepa...
2009-12-08 Rémi Duraffortlibvlc: add two functions
2009-11-23 Rémi Duraffortlibvlc: fix comment.
2009-11-20 Rémi Duraffortlibvlc: add a function get the statistics about the...
2009-10-05 Rémi Denis-CourmontRetaining NULL makes no sense
2009-10-05 Rémi Denis-Courmontlibvlc_media_*: remove a bunch of useless exception...
2009-10-05 Rémi Denis-CourmontRemove useless exception parameters
2009-09-07 Rémi Denis-CourmontMove LibVLC error messages to libvlc_printerr().
2009-08-04 Olivier AubertHave (and document) libvlc_media_get_duration return ms
2009-07-23 Rémi Duraffortcosmetics.
2009-07-06 Pierre d'HerbemontRevert "Remove enums from public APIs"
2009-06-29 Rémi Denis-CourmontRemove enums from public APIs
2009-06-23 Hugo Beauzee-LuyssenAdding a libvlc_media_add_option_flag
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-25 Geoffroy CouprieAdd missing config.h
2009-05-25 Pierre d'Herbemontlibvlc: Split libvlc_internal in different independant...
2009-01-28 Laurent AimarAdded libvlc_playlist_add_extended_untrusted and libvlc...
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-05 Laurent AimarFixed preparsing/art fetching locking.
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-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-08 Jean-Paul SamanDocument media descriptor, media library, media service...
2008-08-03 Pierre d'Herbemontlibvlc: Properly raise an exception if something goes...
2008-05-31 Rémi Denis-CourmontRemove vlc_int64_t. Was not even correctly defined.
2008-05-18 Jean-Paul SamanRemove trailing whitespace, add checks for malloc retur...
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-31 Tanguy Krotofflibvlc: rename all libvlc_MediaInstance in libvlc_Media...
2008-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...