]> git.sesse.net Git - vlc/history - src
win32 vout: factorize code
[vlc] / src /
2009-05-21 Rémi Denis-CourmontCheck that keys are sorted properly
2009-05-21 Pierre d'Herbemontlibvlc: Use a separate lock for media_list_lock and...
2009-05-20 Rémi DuraffortFactorization.
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortFix potential object leak.
2009-05-20 Rémi DuraffortNo need to check for a NULL as libvlc_media_release...
2009-05-20 Rémi DuraffortUse var_CountChoices instead of var_Change(VLC_VAR_GETC...
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi DuraffortSimplifications.
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-20 Rémi DuraffortFix a (really) small memleak (even if i_count is 0...
2009-05-20 Rémi DuraffortFix memleak (same problem with var_Change())
2009-05-20 Rémi DuraffortFix potential object leak (test the conditions before...
2009-05-20 JP Dingersprintf +n in file.c, plus add and use vlc_num_keys...
2009-05-20 Rémi DuraffortFix memleak (same problem with var_Change(VLC_VAR_FREEL...
2009-05-20 Rémi DuraffortFix memleak (the memory allocated by var_Control(VLC_VA...
2009-05-19 Rémi DuraffortFix previous commit.
2009-05-19 Rémi Duraffortvariables: fix a potential crash/double free.
2009-05-19 Rémi Denis-CourmontMatch used SD alias rather than plugin name (fixes...
2009-05-19 Rémi Denis-CourmontRetain SD name for matching purpose
2009-05-18 Laurent AimarRemoved wrongly commited line in last vout_pictures...
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 Rémi DuraffortFix a bug when sorting the playlist:
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-17 Rémi DuraffortWhen adding an URL, create the name without login and...
2009-05-17 Rémi DuraffortFix the type guess: this can be a protocol only if...
2009-05-16 Pierre d'Herbemonttest: Fix url test on Mac OS X.
2009-05-16 Rémi DuraffortWhen adding an URL, create the name without login and...
2009-05-16 Rémi DuraffortFix the type guess: this can be a protocol only if...
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarFixed osd_* functions when the OSD was not loaded.
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 Rémi Denis-CourmontSplit pthread and Win32 code into separate files
2009-05-16 Laurent AimarSplit vlc_vout.h into vlc_picture.h and vlc_subpicture.h
2009-05-16 Rémi Denis-Courmontplaylist_ItemFindFromInputAndRoot: use pointer rather...
2009-05-16 Rémi Denis-CourmontCompare input item pointers, no need to deref here
2009-05-16 Rémi Denis-CourmontPass pointer rather than ID for playlist item-current
2009-05-16 Rémi Denis-CourmontPass input item through playlist item-change rather...
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-CourmontAttach fetcher to playlist so it gets proper configuration
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-05-16 Rémi Denis-Courmontfetcher is a VLC object
2009-05-16 Rémi Denis-Courmontplaylist_Add and playlist_AddExt: return error/success...
2009-05-16 Rémi Denis-Courmontplaylist_ItemGetByInputId: remove dead code
2009-05-16 Rémi Denis-CourmontBump libvlccore SOVERSION
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarCorrectly detect rewind (rtsp).
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 Jean-Paul SamanCompile fix: Include limits.h when using PATH_MAX
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Duraffortinput: Fix a memleak.
2009-05-14 Geoffroy Coupriewince: replace _wrename by MoveFileW
2009-05-14 Pierre Ynardwince: replace getpid by GetCurrentProcessId
2009-05-14 Hugo Beauzee-LuyssenAdding a libvlc_MediaPlayerLengthChanged event
2009-05-14 Jean-Baptiste KempfMark loop, repeat, random as safe.
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Jean-Baptiste KempfFourCC v210
2009-05-13 Laurent AimarFixed the option "auto-preparse".
2009-05-13 Laurent AimarFixed the option "auto-preparse".
2009-05-13 Jean-Baptiste KempfMore FourCCs
2009-05-13 Laurent AimarMerged mp1v/mp2v codecs.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontAlphabetical order
2009-05-13 Laurent AimarFixed copyright.
2009-05-13 Laurent AimarFixed typo (compilation).
2009-05-13 Laurent Aimarfourcc.c TSQ.
2009-05-13 Laurent AimarFixed es_format_t::i_codec/i_original_fourcc values...
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-13 Laurent AimarRemoved unused defined.
2009-05-13 Laurent AimarCosmetics.
2009-05-13 Laurent AimarUse vlc_fourcc_GetDescription for item infos.
2009-05-13 Laurent AimarAdded a i_original_fourcc field to es_format_t.
2009-05-13 Laurent AimarUsed vlc_fourcc_GetCodec in vout core.
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-Courmontlibvlc: add support for setting/getting the video scale
2009-05-13 Rémi Denis-CourmontUse input_GetVout() instead of vlc_object_find()
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-CourmontPrivatize libvlc_media_player_destroy
2009-05-13 Rémi Denis-CourmontRemove core support for global drawable
2009-05-13 Rémi Denis-CourmontRemove deprecated functions
2009-05-13 Rémi Denis-Courmontlibvlc_media_player_retain: missing lock
2009-05-13 Geoffroy Coupriewince: replace _wrename by MoveFileW
2009-05-12 Rémi Denis-CourmontDepth is the word
2009-05-12 Rémi Denis-CourmontUnexport libvlc_media_player_new_from_input_thread
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Jean-Paul Samanfix make check for commit-id 681ac9f14efd4a8611e7868004...
2009-05-12 Jean-Paul SamanCompile fix: Include limits.h when using PATH_MAX
2009-05-12 Jean-Paul Samanlibvlc_event_*: fix locking
2009-05-12 Jean-Paul Samanlibvlc: delete callback in media_player_release.
2009-05-12 Jean-Paul Samanmedia_player: cosmetics
2009-05-12 Jean-Paul Samanlibvlc_media_list_player_release: do not leak memory
2009-05-12 Jean-Paul SamanCleanup whitespace.
next