]> git.sesse.net Git - vlc/history - src
Win32: remove parts of the intl .rc that crash windres on the buildbot
[vlc] / src /
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 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 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.
2009-05-12 Jean-Paul Samansrc/control/video.c: Replace vlc_object_find with input...
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 Rémi Denis-CourmontMerge branch 1.0-bugfix
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-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-Courmonttest cases for make_URI()
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-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-09 Pierre Ynardwince: replace getpid by GetCurrentProcessId
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
2009-05-08 Christophe MutricyAdd Khmer and Sorani
2009-05-07 Laurent AimarMoved date_Decrement to libvlc core from dirac.
2009-05-07 David FlynnReads raw dirac streams, feeds into packetizer.
2009-05-07 Rémi Denis-CourmontUse utf8_rename
2009-05-07 Rémi Denis-CourmontImplement utf8_rename
2009-05-07 Rémi Denis-Courmontremove -> utf8_unlink
2009-05-07 David FlynnDisable glibc runtime check if configure passed due...
2009-05-07 Rémi Denis-CourmontWe need both priority scheduling and thread priority...
2009-05-07 Joris van RooijOpenBSD compilation fix
2009-05-07 Rémi Duraffortconfig: fix memleak.
next