]> git.sesse.net Git - vlc/history - src
change nsis Play to Open
[vlc] / src /
2009-07-01 Laurent AimarAdded es_format_InitFromVideo helper.
2009-07-01 Laurent AimarClean up.
2009-07-01 Cyril Mathélibvlc API: Fix a possible SEGFAULT
2009-06-30 Sébastien Escudierlibvlc_vlm_release : release events stuff Centralize...
2009-06-29 Rémi Denis-CourmontRemove enums from public APIs
2009-06-29 Rémi Denis-CourmontShared object friendliness
2009-06-29 Rémi Denis-CourmontCompiler knows better when to inline or not
2009-06-29 Rémi Denis-CourmontGrammar
2009-06-29 Cyril Mathélibvlc API: Fix an error in libvlc_video_set_marquee_op...
2009-06-29 Cyril Mathélibvlc API: Add Marquee Filter to libvlc in video.c
2009-06-29 Pierre d'Herbemontvout: vout_EnableFilter takes a const char *.
2009-06-29 Pierre d'Herbemontinput: Support file://localhost/file type url.
2009-06-29 Pierre d'Herbemontmedia_list_player: Instance variable access should...
2009-06-25 Derk-Jan Hartmaninput: assert in InputSourceInit() if there is no MRL...
2009-06-25 Derk-Jan Hartmanconfig: Change the caching directories of VLC Mac OS...
2009-06-24 Rémi DuraffortTypo.
2009-06-24 Rémi DuraffortFix memleak when using --demux.
2009-06-24 Derk-Jan Hartmaninput_item_SetURI(): add a NDEBUG printf check for...
2009-06-24 Derk-Jan Hartmaninput: SetURI No longer use DIRSEP. We are dealing...
2009-06-24 Pierre d'Herbemontlibvlc: Abort in case of unhandled exception.
2009-06-23 Derk-Jan HartmanWhen we fill the name of an input item with URI parts...
2009-06-23 Rémi Denis-CourmontDo not inherit xspf-open demux from media library
2009-06-23 Rémi Denis-Courmontplaylist_MLLoad: format library URI correctly
2009-06-23 Rémi Denis-Courmontplaylist_Import: use make_URI
2009-06-23 Rémi Denis-CourmontExcessive white space
2009-06-23 Derk-Jan Hartmanstring: missing space
2009-06-23 Hugo Beauzee-LuyssenAdding a libvlc_media_add_option_flag
2009-06-23 Rémi DuraffortTypo.
2009-06-22 Felix Paul Kühnemacosx@core: removed the usage of dyld's 'Library Funct...
2009-06-19 Rémi DuraffortRemove dead increment.
2009-06-19 Rémi DuraffortFix #2720 for master also. Finally that's not an hack...
2009-06-18 Laurent AimarDo not warn about unsupported demux/access when aborting.
2009-06-18 Laurent AimarReally used a weaker lock for input_ressource_HoldAout.
2009-06-18 Laurent AimarUsed a weaker lock scheme for input_resource_HoldAout.
2009-06-18 Laurent AimarFixed a potential race condition in input_resource_Hold...
2009-06-18 Laurent AimarRenamed lock_vout in lock_hold in resource (No function...
2009-06-18 Konstantin PavlovDont install libvlc_media_list.h twice.
2009-06-18 Rémi DuraffortFix #2720: when deleting the current playing item we...
2009-06-17 Derk-Jan Hartmanlibvlc: fix libvlc_video_set_track()
2009-06-16 Jean-Baptiste KempfRevert "only print error when interface intialization...
2009-06-16 Pierre YnardAccept file:// URIs starting with an antislash
2009-06-16 Pierre YnardWinCE: don't strip leading slash when converting from...
2009-06-16 Jean-Baptiste KempfAdd trhd for TRUEHD fourcc
2009-06-15 Jean-Paul Samandarwin_specific: remove debug leftover
2009-06-15 Jean-Paul Samanonly print error when interface intialization failed...
2009-06-15 Jean-Paul Samandarwin_specific: cleanup
2009-06-15 Rémi DuraffortRemove dummy test.
2009-06-15 Rémi Duraffortfree(NULL) is legal.
2009-06-14 Laurent AimarAdd temporary hack for video splitter filters in vout_E...
2009-06-14 Cyril MathéAdd sub-filter and video-filter to vout_EnableFilter
2009-06-14 Laurent AimarFixed "position/time-offset" behaviour.
2009-06-12 Sébastien Escudierlibvlc vlm init fix Don't test p_vlm twice if it wasn...
2009-06-12 Rémi Denis-CourmontFix opening of file:// URIs (not tested on Windows)
2009-06-11 Laurent AimarFixed decoder_SynchroChoose when buffering.
2009-06-10 Rémi Denis-CourmontKorean: use CP494 rather than EUC-KR
2009-06-09 Laurent AimarFixed --input-repeat and large --*-caching value.
2009-06-09 Laurent AimarCorrectly update "title %2i" variable.
2009-06-09 Jean-Philippe AndreFix #2765: DVD chapters navigation menu.
2009-06-09 Pierre d'Herbemontmedia_player: Make sure everything gets initialized...
2009-06-09 Pierre d'Herbemontlibvlc: Use a valid pointer as thread var. Only to...
2009-06-09 Pierre d'Herbemontlibvlc: ref_count should only be accessed in the lock.
2009-06-09 Pierre d'Herbemontmessages: Make sure banks is never == 0 before --;
2009-06-07 Rémi Denis-Courmontblock_heap_Alloc(): create a block from an existing...
2009-06-06 Laurent AimarAdded a new "video splitter" module type.
2009-06-05 Laurent AimarAdded video_format/es_format_IsSimilar helper.
2009-06-05 Laurent AimarAdded amissing const to filter_Blend.
2009-06-05 Derk-Jan HartmanMissing include for vlm_Delete() usage.
2009-06-05 Jean-Paul Samanfix wording: no --> not
2009-06-05 Laurent AimarRemoved useless date check when using vlc_cond_timedwait.
2009-06-05 Cyril MathéDeinterlace fix in liblc
2009-06-05 Laurent AimarUsed new filter blend helpers in vout_subpictures.
2009-06-05 Laurent AimarAdded blend filter helpers.
2009-06-05 Sébastien Escudierp_vlm destruction fixes
2009-06-05 Pierre d'HerbemontTest suite start to prove its usefulness. (oops).
2009-06-05 Pierre d'Herbemontlibvlc: Make sure we don't attempt to delete the curren...
2009-06-05 Pierre d'Herbemontlibvlc: Fix a typo in a memcpy and constify.
2009-06-05 Pierre d'Herbemontlibvlc: pop_listener does not do its job.
2009-06-05 Pierre d'Herbemontlibvlc: cond_wait can wake up without being signaled.
2009-06-04 Derk-Jan Hartmancore vout: Fix snapshots
2009-06-04 Laurent AimarDot not quick select mod demuxer as it is not safe...
2009-06-04 Rémi Denis-Courmontpreparser: shut threat down when not needed
2009-06-04 Derk-Jan Hartmanmacosx: Fix configurability of some of the hotkeys
2009-06-04 Derk-Jan Hartmancore: fix time-offset and position-offset callbacks
2009-06-04 Pierre d'Herbemontlibvlc: Make sure no event will be send after _detach...
2009-06-04 Pierre d'Herbemontrevision: No need for the -n in echo. Choke Darwin.
2009-06-04 Pierre d'Herbemontlibvlc: Get rid of the recursive lock.
2009-06-04 Pierre d'Herbemonttimer: Dummy work around for darwin. (dummy stub).
2009-06-03 Laurent AimarFixed old naming standard splitted rar archive (close...
2009-06-03 Cyril Mathélibvlc API: Add Deinterlace Filter to libvlc in video.c
2009-06-03 Derk-Jan HartmanPostproc: Set a description string for the postprocess...
2009-06-03 Laurent AimarAdded mouse support to filter_t and filter_chain_t.
2009-06-03 Rémi Denis-CourmontFall back if this is not a git checkout
2009-06-03 Rémi Denis-Courmontfetcher: shut thread down when not needed
2009-06-03 Rémi Denis-Courmontfetcher: don't recycle the main condition variable...
2009-06-03 Rémi Denis-CourmontRepair libvlc_get_changeset()
2009-06-03 Rémi Denis-CourmontPrint the changeset with --version
2009-06-03 Rémi Denis-CourmontCreate revision.c
2009-06-03 Rémi Denis-CourmontRemove useless timer parameter
2009-06-03 Pierre d'Herbemontlibvlc: Use mutex_cleanup_push.
2009-06-03 Pierre d'Herbemontlibvlc: Missing unlock.
next