]> git.sesse.net Git - vlc/history - src
DirectX: don't set the cooperative level on WinRT
[vlc] / src /
2013-04-22 Rafaël CarréRemove broken setting of WINAPI_FAMILY_APP
2013-04-21 Denis CharmetUse the proper type when reordering channels
2013-04-20 Kuang Rufanfix error in getting proxy setting on darwin.
2013-04-19 KO Myung-Hunos2: add vlc_getProxyUrl()
2013-04-17 Rémi Denis-Courmontinput/stream: add STREAM_GET_SIGNAL (fixes #8414)
2013-04-17 Rémi Denis-Courmontinput: use STREAM_GET_META instead of ACCESS_GET_META...
2013-04-17 Rémi Denis-Courmontstream: add STREAM_GET_META
2013-04-17 Rémi Denis-Courmontinput: remove write-only INPUT_UPDATE_SIZE
2013-04-17 Rémi Denis-Courmontstream: add explicit controls for titles and seekpoints
2013-04-17 Rémi Denis-Courmontstream: add the new controls to demux and memory streams
2013-04-17 Rémi Denis-Courmontinput: factor INPUT_CONTROL_SET_SEEKPOINT code
2013-04-17 Rémi Denis-Courmontinput: factor INPUT_CONTROL_SET_TITLE code
2013-04-17 Jean-Paul Samansrc/stream_output/stream_output.c: destroy mutex on...
2013-04-16 Rémi Denis-Courmontinput: deprecate p_access (refs #8414)
2013-04-16 Rémi Denis-Courmontinput: use STREAM_CAN_PAUSE and STREAM_CAN_CONTROL_PACE
2013-04-16 Rémi Denis-Courmontstream: add STREAM_CAN_PAUSE and STREAM_CAN_CONTROL_PACE
2013-04-16 Rémi Denis-Courmontinput: use STREAM_SET_PAUSE_STATE (refs #8414)
2013-04-16 Rémi Denis-Courmontstream: add STREAM_SET_PAUSE_STATE control
2013-04-16 Rémi Denis-Courmontinput: small simplification
2013-04-15 Felix Paul Kühnesrc/darwin: fix crash while accessing http content...
2013-04-14 Rémi Denis-Courmontinput: query access object before creating stream objec...
2013-04-14 Rémi Denis-Courmonthttp: simplify previous commit
2013-04-14 Rémi Denis-Courmonthttp: robustify vlc_UrlParse() (fixes #8432)
2013-04-14 Felix Paul Kühnesrc/darwin: reformat code to fit the character limit...
2013-04-14 Felix Paul Kühnesrc: implement proxy URL support for Darwin
2013-04-14 Rémi Denis-Courmontaout: add proper event for device hotplug (refs #8248)
2013-04-13 Jean-Baptiste KempfDarwin: move specific files to a darwin/ folder
2013-04-13 Jean-Baptiste KempfAndroid: always return an empty proxy
2013-04-13 Pascal ThometSubsync: added an easier way to sync subtitles
2013-04-13 Rémi Denis-CourmontRevert "Add SNR and signal level for access_demux"
2013-04-13 Martin ZemanAdded a hotkey for playlist deletion.
2013-04-13 Rémi Denis-Courmontstream: destroy the access object underneath the stream...
2013-04-12 Rémi Denis-CourmontRemove "pcm " pseudo-codec, synonymous with "araw"
2013-04-12 Rémi Denis-Courmontaout: fix non-optimized aout_ChannelReorder() variant
2013-04-12 Rémi Denis-Courmontnet: drop trailing new line in proxy URL
2013-04-12 Rémi Denis-Courmontvlc_getProxyUrl: add function to retrieve proxy URL
2013-04-09 David Fuhrmannmacosx: handle space key by core, used as default setti...
2013-04-07 Rémi Denis-Courmontaout: inline one function and simplify
2013-04-07 Rémi Denis-Courmontaout: fix and partly clean-up the "visual" callback
2013-04-05 Alexis Balliercheck_headers: fix regular expression
2013-04-05 Francois Cartegniechromaprint: add libvlccore definitions
2013-03-28 Jean-Baptiste KempfFix license header
2013-03-28 Zoran TuralijaAdd hotkeys to cycle through previous/next program...
2013-03-28 Francois Cartegnievlc_epg: add parental rating from ts streams.
2013-03-27 Rémi Denis-Courmontvisual: default is none, not any (fixes #8354)
2013-03-27 Jean-Baptiste KempfFiner volume-step for scrolling
2013-03-26 Rémi Denis-Courmontinput: inline vlc_object_kill() and simplify
2013-03-25 Rémi Denis-Courmontstream_demux: replace deprecated vlc_object_alive()
2013-03-25 Rémi Denis-CourmontVLM: use cancellation instead of alive check, simplify
2013-03-25 Jean-Baptiste KempfFail when calling vlc_pipe in Windows Store App mode
2013-03-25 Rafaël CarréWindows Store App: fix plugins loading
2013-03-25 Rafaël Carrévlc_Log: allow NULL vlc_object_t parameter
2013-03-24 Rémi Denis-Courmontcore: remove missing symbol
2013-03-24 Rémi Denis-Courmontcore: remove unused SQL support
2013-03-24 Rémi Denis-Courmontcore: remove media library support
2013-03-24 Rémi Denis-Courmontplaylist: remove impossible code
2013-03-24 Rémi Denis-Courmontcore: intf: simplify intf_DestroyAll()
2013-03-23 Edward WangCorrect widespread misuse of the word 'subtitle'
2013-03-21 Rémi Denis-Courmontcore: gather message initialization code
2013-03-21 Erwan Tulouaout: remove what should be an unneeded update of ...
2013-03-20 Jean-Baptiste KempfWin32: use fputws instead of ToANSI+fputs
2013-03-19 Jean-Baptiste KempfWin32: High-Priority will not work in MetroMode
2013-03-18 Rémi Denis-CourmontRename msg_item_* to vlc_log_* (cosmetic)
2013-03-18 Rémi Denis-Courmontlibvlc: simplify logging callback
2013-03-18 Rémi Denis-Courmontlibvlc: deinit actions in reverse order of init
2013-03-18 Rémi Denis-Courmontlibvlc: remove potential logging from within config_Loa...
2013-03-18 Rémi Denis-Courmontlibvlc: remove redundant object name hack
2013-03-18 Rémi Denis-Courmontlibvlc: initialize message settings early enough
2013-03-15 Rémi Denis-Courmontblock: fix sign warning
2013-03-15 Rémi Denis-Courmontblock: align to 32 bytes
2013-03-14 Jean-Baptiste KempfWin32: move MessageBox error from libVLC to vlc.exe
2013-03-13 Rafaël Carrélibvlccore: remove duplicate ldflags
2013-03-10 Jean-Baptiste KempfWin32: Console is not supported in WinRT appstore mode
2013-03-10 Jean-Baptiste KempfGetSystemTimePreciseAsFileTime is not supported in...
2013-03-10 Anatoliy Anischovichaudio input core: fix wrong parsing of replaygain tags...
2013-03-10 Jean-Baptiste Kempfsrc: remove trailing space
2013-03-09 Rémi Denis-CourmontRemove picture quantization table (same reason as qtype)
2013-03-09 Rémi Denis-CourmontRemove picture qtype support code
2013-03-09 Rémi Denis-CourmontRemove unsupported SONIC codec
2013-03-08 Rémi Denis-CourmontRevert "aout: make log message to be debug as there...
2013-03-08 Rémi Denis-CourmontDrop aborted SNOW codec
2013-03-08 Anatoliy Anischovichaudio output core: normalize tracks without replaygain...
2013-03-08 Ilkka Ollakkaaout: make log message to be debug as there isn't any...
2013-03-05 KO Myung-Hunos2: implement poll() with timeout free cancellation
2013-03-04 Rafaël Carréaout: fix f788153
2013-03-02 KO Myung-Hunvlccore: fix a warning on OS/2
2013-03-02 KO Myung-Hunvlccore: fix a linked list of threadvar on OS/2
2013-03-02 KO Myung-Hunvlccore: declare super_mutex and super_variable as...
2013-03-02 KO Myung-Hunvlccore: return EAGAIN on vlc_threadvar_create() failur...
2013-02-28 Jean-Baptiste KempfWin32: fix double-free in vlc_idna_to_ascii
2013-02-28 Rémi Denis-Courmontaout: fix mutex leak
2013-02-28 Rémi Denis-Courmontaout: fix improbable memory leak
2013-02-28 Nicolas Bertrandadd XYZ colorspace/fourcc
2013-02-27 Rémi Denis-Courmontaout: do not block thread changing volume/mute/device...
2013-02-27 Rémi Denis-Courmontaout: revector
2013-02-27 Rémi Denis-Courmontaout: de-inline the locking functions
2013-02-27 Rémi Denis-CourmontMark hq-resampling obsolete
2013-02-24 Jean-Baptiste KempfAdd NV12/NV21 as YUV formats
2013-02-23 Rémi Denis-CourmontRemove old Nokia N900 hacks
2013-02-21 Rémi Denis-Courmontdbus: fix single instance mode parameter type for previ...
next