]> git.sesse.net Git - vlc/history - include
macosx: Don't try to guess a name anymore. This is now done in the core.
[vlc] / include /
2009-06-23 Hugo Beauzee-LuyssenAdding a libvlc_media_add_option_flag
2009-06-22 Rémi Denis-CourmontRemove vlc_UrlEncode
2009-06-17 Jean-Baptiste KempfFix playback of TrueSpeech in some .Avi
2009-06-16 Jean-Baptiste KempfAdd .tod in the extension for open panel.
2009-06-09 Laurent AimarWindow position in video_splitter_cfg_t is relative.
2009-06-09 Rémi Denis-CourmontCLOCK_FREQ is a mtime_t
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-06 Laurent AimarAdded a missing const to video_format_Copy.
2009-06-05 Laurent AimarAdded video_format/es_format_IsSimilar helper.
2009-06-05 Laurent AimarAdded amissing const to filter_Blend.
2009-06-05 Laurent AimarAdded blend filter helpers.
2009-06-05 Laurent AimarAdded a const to source picture in blend module.
2009-06-04 JP DingerCompile fix for win32 vlc_timer_t: update callback...
2009-06-04 Pierre d'Herbemonttimer: Dummy work around for darwin. (dummy stub).
2009-06-03 Cyril Mathélibvlc API: Add Deinterlace Filter to libvlc in video.c
2009-06-03 Laurent AimarAdded mouse support to filter_t and filter_chain_t.
2009-06-03 Rémi Denis-CourmontRemove useless timer parameter
2009-06-03 Rémi Denis-Courmontvlc_timer_getoverrun result must be used
2009-06-02 Rémi Denis-CourmontAsynchronous timer API
2009-05-31 Rémi Denis-CourmontRevert "Merge branch 'master' of git@git.videolan.org...
2009-05-31 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Rémi Denis-CourmontAbort if array allocation fails
2009-05-31 Laurent AimarMade picture_Hold return the provided picture.
2009-05-31 Laurent AimarAdded config_ChainDuplicate to duplicate config_chain_t...
2009-05-31 Laurent AimarAdded vout_GetSpu to retreive the spu_t object from...
2009-05-30 Laurent AimarAdded picture_NewFromFormat/Ressource functions.
2009-05-30 Laurent AimarAdded picture_pool_t and functions helpers.
2009-05-30 Laurent AimarAdded a picture_fifo_t helper.
2009-05-30 Laurent AimarAdded a picture_Reset helper.
2009-05-30 Laurent AimarAdded a subpicture_NewFromPicture helper.
2009-05-29 Rafaël CarréRemove unused unescape_URI() and unescape_URI_duplicate()
2009-05-29 JP Dingerplaylist/sort.c: remove globals, replace with pointers...
2009-05-28 Rémi Denis-CourmontRemove compile-time check warnings on GCC 3
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 Sébastien EscudierHandle VLM events in libvlc
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 JP DingerCompile fix on windows: vlc_mutex_init() now returns...
2009-05-25 JP DingerRevert "Compile fix on windows -- vlc_mutex_init()...
2009-05-25 JP DingerCompile fix on windows -- vlc_mutex_init() now returns...
2009-05-25 Pierre d'HerbemontOops.
2009-05-25 Pierre d'HerbemontFix compilation.
2009-05-25 Pierre d'HerbemontFix compilation.
2009-05-25 Pierre d'Herbemontlibvlc: Don't use enum directly, it's a bad pratice...
2009-05-25 Pierre d'Herbemontlibvlc: nsobject is void *.
2009-05-25 Pierre d'Herbemontlibvlc: Split public headers by object and layers.
2009-05-24 Rémi Denis-CourmontError-proof REMOVE_ELEM
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontKeep a thread-safe list of interfaces
2009-05-23 Rémi Denis-CourmontReplace intf_StopThread() with intf_DestroyAll()
2009-05-23 Rémi Denis-CourmontMerge intf_Create() and intf_RunThread()
2009-05-23 Rémi Denis-CourmontMove intf_sys_t and intf_thread_t definitions
2009-05-23 Rémi Denis-CourmontRemove non-existent types
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Felix Paul Kühnecompilation fix
2009-05-21 Rémi Denis-CourmontRemove error value from locks and condvar initialization
2009-05-21 Rémi Denis-CourmontWinCE does not support spin locks
2009-05-21 Rémi Denis-Courmontvlc_clone() and vlc_thread_create() must be checked...
2009-05-21 Rémi Denis-Courmontvlc_mutex_trylock() return value must be checked
2009-05-21 Rémi Denis-CourmontFix mouse key strings
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-21 Rémi Denis-CourmontDo not use values within the Unicode points range for...
2009-05-21 Rémi Denis-CourmontKeyToString: divide and conquer
2009-05-21 Rémi Denis-CourmontPut keys in VLC key code order
2009-05-21 Rémi Denis-CourmontMedia keys are supported NOT only on Windows
2009-05-21 Rémi Denis-CourmontGet rid of KEY_ASCII and KEY_SPECIAL
2009-05-20 Pierre YnardWinCE: add replacement getcwd() function
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-20 JP Dingersprintf +n in file.c, plus add and use vlc_num_keys...
2009-05-18 Laurent AimarImproved a bit picture API.
2009-05-18 Laurent AimarRemoved unused picture_heap_t field in picture_t.
2009-05-17 Christophe MutricyUse the 2009 key
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Laurent AimarAdded video_format_Setup to replace vout_InitFormat.
2009-05-16 Laurent AimarAdded a picture_Setup to replace vout_InitPicture.
2009-05-16 Laurent AimarFixed vlc_filter.h include.
2009-05-16 Laurent AimarFixed includes in vlc_codec.h
2009-05-16 Laurent AimarSplit vlc_vout.h into vlc_picture.h and vlc_subpicture.h
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-05-16 Rémi Denis-Courmontplaylist_ItemGetByInputId: remove dead code
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Pierre YnardWinCE: Require a recent enough mingwce to fix *printf...
2009-05-15 Laurent AimarAdded a small vlc_fourcc_GetCodecAudio helper.
2009-05-15 Laurent AimarAdded a small vlc_fourcc_GetCodecFromString helper.
2009-05-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
2009-05-15 Laurent AimarRemoved unused AUDIO_FMT_S/U16_NE.
2009-05-15 Laurent AimarAdded and used VLC_CODEC_MP3 when applicable.
2009-05-15 Pierre YnardWinCE: Require a recent enough mingwce to fix *printf...
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
next