]> git.sesse.net Git - vlc/history - src
skins2: simplification.
[vlc] / src /
2009-02-25 Jean-Baptiste KempfNew hotkeys for normal speed(=), faster(]) and slower([)
2009-02-25 Laurent AimarAdded hotkeys for fine playback rate control.
2009-02-24 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2009-02-24 Pierre YnardFix inexistant argument
2009-02-22 Rémi Denis-CourmontFix HTTPd unused parameter warnings (on some compilers)
2009-02-21 Rémi Denis-Courmontlibvlc_free: wrapper around free() when the C run-time...
2009-02-20 Frédéric CrozatFix format-security warnings
2009-02-20 Pierre d'HerbemontForwardport 5ead92ffd58088828ed802173d963b2571f0cd69
2009-02-20 Derk-Jan Hartmanllvm seems to solve our cancellation issues. Revert...
2009-02-20 Derk-Jan Hartmanllvm seems to solve our cancellation issues. Revert...
2009-02-20 Derk-Jan Hartmanllvm seems to solve our cancellation issues. Revert...
2009-02-19 Rémi Denis-CourmontRevert "modules: initialize return pointer to NULL"
2009-02-19 Jean-Paul Samanmodules: initialize return pointer to NULL
2009-02-19 Jean-Paul Samandarwin_specific: put psz_vlcpath to null after it being...
2009-02-19 Felix Paul Kühnemacosx-port: removed compatibility code for outdated...
2009-02-19 Geoffroy CouprieWinCE: add missing include in vlm.c
2009-02-18 Laurent AimarAdded a "key-rate-normal" to reset input playback rate...
2009-02-18 Geoffroy CouprieUpdate forgotten function calls
2009-02-17 Rémi Denis-CourmontKeep the bank lock until plugins are loaded.
2009-02-17 Rémi Denis-CourmontRemove unused member
2009-02-17 Rémi Denis-CourmontFix warning
2009-02-17 Rémi Denis-CourmontDo not declare non-existent module_ResetBank
2009-02-17 Rémi Denis-CourmontRemove remnants of builtin modules support
2009-02-17 Rémi Denis-CourmontCosmetic (avoid static variable in a few functions)
2009-02-17 Rémi Denis-CourmontMissing const
2009-02-17 Derk-Jan Hartman* skip potential subtitle filenames that start with...
2009-02-17 Laurent AimarAdded a "postprocess" vout variable.
2009-02-17 Laurent AimarAdded QTYPE_NONE to easily detect if qp are present...
2009-02-17 Christophe MutricyWe're back to linking the plugins with libvlccore
2009-02-17 Christophe MutricySet the libvlc internal verbosity
2009-02-16 Laurent AimarRemoved unused field and clean up (playlist).
2009-02-16 Laurent AimarRenamed playlist "item-append/deleted" to "playlist...
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-02-16 Laurent AimarModify playlist code to always use input_item_t->i_id...
2009-02-16 Laurent AimarCosmetics.
2009-02-16 Laurent AimarAdded missing lock assert to playlist_CurrentPlayingIte...
2009-02-16 Laurent AimarRemoved or privatized playlist functions.
2009-02-16 Rémi Denis-CourmontFix pkgincludedir in vlc-plugin.pc
2009-02-16 Ilkka OllakkaRevert "QT4: connect signal from inputmanager metaChang...
2009-02-15 Rémi Denis-CourmontMinor cleanup
2009-02-15 Rémi Denis-CourmontStay polite
2009-02-15 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-02-15 Rémi Denis-CourmontVOUT_SET_STAY_ON_TOP: call vout_Control in a thread...
2009-02-15 Laurent AimarFixed missing vout_Snapshot internal function prototype.
2009-02-15 Rémi Denis-Courmontlibvlc: don't risk crashing Linux/Windows because of...
2009-02-15 Ilkka OllakkaQT4: connect signal from inputmanager metaChanged to...
2009-02-14 Laurent AimarUse the decoder output format instead of the input...
2009-02-14 Laurent AimarRemoved useless non-const static variable in decoder.c
2009-02-14 Rémi Denis-CourmontRemove useless vout_vaControlDefault
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-14 Rémi Denis-CourmontPrivatize vout_Snapshot()
2009-02-14 Rémi Denis-CourmontRemove libvlccore load hack
2009-02-14 Rémi Denis-CourmontRemove VLC_Changeset, src/misc/revision.c, fixes make
2009-02-14 Rémi Denis-CourmontRemove all uses of VLC_Changeset
2009-02-14 Jean-Baptiste KempfRemove trailing space.
2009-02-14 Joseph TulouCosmetic about i_zoom limitation (patch 3/3)
2009-02-14 Joseph TulouCorrects a Windows limitation (zooming cannot exceed...
2009-02-14 Laurent AimarCosmetics.
2009-02-14 Joseph TulouCorrects original width/height calculations to be consi...
2009-02-14 Laurent AimarUser FIND_CHILD for zvbi in libvlc.
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-02-13 Laurent AimarAdded teletext-es description as page number to help...
2009-02-13 Laurent AimarFixed es select/unselected event.
2009-02-13 Laurent AimarFlush all subtitles when recycling a vout.
2009-02-13 Laurent AimarUpdated libvlc_toggle_teletext after teletext-es changes.
2009-02-13 Laurent AimarChanged "teletext-es" to be a list of teletext spu id.
2009-02-13 Laurent AimarFactorized event with variable list code.
2009-02-12 Laurent AimarEmit INPUT_EVENT_TITLE/SEEKPOINT when needed.
2009-02-12 Rémi Denis-CourmontAdd libvlc_media_player_get_(hwnd|xwindow) as requested...
2009-02-12 Rémi Denis-Courmonttypo
2009-02-12 Rémi Denis-CourmontOSX: keep the (misdesigned) drawable variable
2009-02-12 Rémi Denis-CourmontAdd missing dlopen flag (if and only if _needed_).
2009-02-11 Rémi Denis-CourmontFix one (of several) leaks in interaction
2009-02-11 Rémi Denis-CourmontCleanup input stats when sout fails
2009-02-11 Rémi Denis-CourmontPreparsers are quiet objects, no need to check when...
2009-02-11 Rémi Denis-CourmontPrivatize input_Preparse
2009-02-11 Rémi Denis-CourmontStop spamming the debug logs
2009-02-11 Rémi DuraffortPlaylist have to be lock for playlist_ItemGetByInput...
2009-02-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
2009-02-10 Rémi Duraffortplaylist_search:
2009-02-10 Rémi Denis-CourmontImplement reference counting in the libvlc logger
2009-02-10 Rémi Denis-CourmontRestore the libvlc logger lock
2009-02-10 Rémi Denis-Courmontlibvlc log: stop abusing internal i_verbosity
2009-02-10 Rémi Denis-CourmontRemove the verbose callback.
2009-02-09 Jean-Paul Samanlibvlc_log_clear: looks totally broken.
2009-02-09 Laurent AimarCorrectly flush video/audio decoder in all cases.
2009-02-09 Laurent AimarFixed timestamp validity check in decoder (probably...
2009-02-09 Rémi Denis-CourmontX11 pixmaps will not work as drawable
2009-02-09 Rémi Duraffortplaylist_search: enable all items if the search string...
2009-02-08 Rémi Denis-CourmontFix service discovery submodules (i.e. shoutcast TV...
2009-02-08 Rémi Denis-CourmontRemove dummy VLC_EXPORT
2009-02-08 Rémi Denis-CourmontAdd module_find_by_short() (internal only)
2009-02-08 Christophe Mutricyi18n: Translate the channels layout in media info
2009-02-07 Rémi Denis-CourmontAdd libvlc_media_player_set_hwnd and libvlc_media_playe...
2009-02-05 Laurent AimarModify input_ressource_RequestVout to allow avoiding...
2009-02-05 Laurent AimarFixed aout visual vout recycling.
2009-02-05 Laurent AimarClean up a bit audio input.c
2009-02-05 Laurent AimarDo not save a vout if there is still an active vout.
2009-02-05 Laurent AimarSimplify read timing in stream.c.
2009-02-05 Rémi Denis-CourmontDo not reinvent eventfd. Won't work if syscall.h is...
next