]> git.sesse.net Git - vlc/history - src
macosx: CAS: remove duplicated code
[vlc] / src /
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...
2013-02-13 Jean-Baptiste KempfWin32: fix compilation for Vista target
2013-02-10 Rémi Denis-CourmontRevert "Emit a fullscreen toggle action on double click"
2013-02-10 David Fuhrmannmouse wheel handling: fix left / right scrolling events
2013-02-07 Rafaël Carréstream: Fix segfault caused by invalid seek
2013-02-07 Sébastien Escudierfix regression from 1925313da2 : vod creation failed...
2013-02-03 Edward Wangsrc: Win32: add message categories to debug logs
2013-02-01 Rémi Denis-Courmontinput: define proper controls for menu navigation
2013-02-01 Rémi Denis-CourmontUpdate default DVD and CD paths on Linux
2013-01-31 Rémi Denis-Courmonthotkeys: add context menu action
2013-01-31 Rémi Denis-Courmonthotkeys: map mouse wheel actions in core
2013-01-31 Rémi Denis-Courmonthotkeys: move mouse wheel setting to core with other...
2013-01-31 Rémi Denis-Courmontcore: remove OSD menu keys configuration
2013-01-31 Rémi Denis-Courmontosd: remove dead core OSD menu functions
2013-01-31 Rémi Denis-CourmontUseless #includes
2013-01-31 Rémi Denis-Courmonthotkeys: remove unused OSD menu actions
2013-01-31 Rémi Denis-Courmontvout: remove dead OSD code
2013-01-31 Rémi Denis-Courmontosd: privatize osd_ShowText(Absolute|Relative)
2013-01-30 KO Myung-Hunvlccore: pass a proper argument to vlc_cancel_self...
2013-01-28 Rémi Duraffortcache: fix f71b33de
2013-01-27 Jean-Baptiste KempfAdd FourCC for VP9
2013-01-27 Jean-Baptiste KempfAdd FourCC for HEVC
2013-01-27 Rémi Denis-Courmontdecode_URI: simplify/relax non-encoded characters handling
2013-01-27 Rémi Denis-Courmontmodules: do not use non-portable union to store item...
2013-01-26 Rafaël CarréWin32 one instance: fix segfault
2013-01-25 Rafaël Carréwin32 opendir: remove broken and obsolete special mode
2013-01-25 Rafaël Carréplaylist: update status on PLAYLIST_PLAY
2013-01-24 Jean-Baptiste KempfWin32: fix memleak. 10L
2013-01-24 Jean-Baptiste KempfWin32: use Win32DebugOutputMsgW instead of ANSI version
2013-01-22 Jean-Baptiste KempfWin32: use GetNativeSystemInfo to get the processor...
2013-01-22 Jean-Baptiste KempfWin32: set default clock-source on multimedia, for now
2013-01-22 Jean-Baptiste KempfWin32: check AllocConsole() return value
2013-01-22 Jean-Baptiste KempfWin32: disable Console output of help in WSA mode
2013-01-22 Jean-Baptiste KempfWin32: disable IPC in WinStoreApp mode
2013-01-20 Rafaël Carrécheck_headers: UNICODE is not a private define
2013-01-19 Rémi Denis-Courmontmodules: restore empty strings in cached choices list
2013-01-19 Rémi Denis-Courmontcache: store whether there is a choices callback or not
2013-01-19 Mario SpeißConfigLoadString loses the last character of strings
2013-01-15 Rémi Denis-Courmontaout: remove has-choices flag on "device", not applicab...
2013-01-14 Rémi Denis-Courmontaout: remove choices list on the device variable
2013-01-14 Rémi Denis-Courmontaout: remove temporary hack on the "device" variable
2013-01-14 Rémi Denis-Courmontaout: add some debug when restarting
2013-01-14 Rémi Denis-Courmontaout: fix crash when changing device fails
2013-01-14 Jean-Baptiste KempfWin32: fix GetProcAddress call with UNICODE
2013-01-14 Jean-Baptiste KempfWin32: use OutputDebugStringA directly
2013-01-14 Jean-Baptiste KempfWin32: use TEXT macro for SetConsoleTitle
2013-01-12 Rémi Denis-CourmontAdd block_shm_Alloc()
2013-01-08 Rafaël Carrémemcpy option is gone
2013-01-07 Jean-Baptiste KempfIntroduce YUVA 4:2:0 and 4:2:2 planar
2012-12-30 Ilkka Ollakkaaout: add deinterleave helper for doing packet->planar...
2012-12-21 Rémi Denis-Courmontaout: macro-vectorize aout_ChannelsReorder()
2012-12-21 Rémi Denis-Courmontaout: add aout_Interleave() helper for interleaving
next