]> git.sesse.net Git - vlc/history - include
Fix compilation on Windows
[vlc] / include /
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'
2009-05-14 Hugo Beauzee-LuyssenAdding a libvlc_MediaPlayerLengthChanged event
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Jean-Baptiste KempfFourCC v210
2009-05-13 Laurent AimarMerged mp1v/mp2v codecs.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-13 Laurent AimarAdded two codec four aout usage (spdif).
2009-05-13 Laurent AimarAdded a i_original_fourcc field to es_format_t.
2009-05-13 Laurent AimarAdded fourcc helpers and defines to centralize them.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontDeprecate all broken vout_Control() abusers
2009-05-13 Rémi Denis-Courmontuse VLC_DEPRECATED_API as needed
2009-05-13 Rémi Denis-Courmontlibvlc: add support for setting/getting the video scale
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontRemove crap that calls vout_Control from outside the...
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontRemove deprecated functions
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 basOS GAdded and used text_style_* methods.
2009-05-11 Laurent AimarSplit INPUT_EVENT_TIMES into INPUT_EVENT_POSITION/LENGTH.
2009-05-11 Laurent AimarRemoved dead code.
2009-05-11 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-10 Hugo Beauzee-LuyssenChanging libvlc_video_take_snapshot prototype
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-Courmontmake_URI: make a URI out of a path, if needed
2009-05-10 Rémi Denis-Courmontdecode_URI: improve documentation, add a return value
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
2009-05-07 Laurent AimarMoved date_Decrement to libvlc core from dirac.
2009-05-07 Rémi Denis-CourmontImplement utf8_rename
2009-05-05 Jean-Paul Samanmozilla: Fix #2678 resizing browser plugin during playback.
2009-05-02 Laurent AimarAdded a new channel extraction helper to aout.
2009-04-28 Laurent AimarFixed decoder spacing mode selection.
2009-04-26 Rémi DuraffortAdd a function to get the Title and fallback to the...
2009-04-25 Laurent AimarRenamed BLOCK_TS_INVALID to VLC_TS_INVALID and put...
2009-04-25 Laurent AimarAdded BLOCK_TS_INVALID define to check against unset...
next