]> git.sesse.net Git - vlc/history - src
missing strdup
[vlc] / src /
2009-03-04 Rémi Denis-CourmontKill unused vlc_object_assert_locked
2009-03-04 Rémi Denis-CourmontUse a private lock for input item ID allocation
2009-03-04 Rémi Denis-CourmontPrivatize the playlist lock
2009-03-04 Rémi Denis-CourmontUse playlist_Lock explicitly
2009-03-04 Rémi Denis-Courmontuse playlist_Lock explicitly
2009-03-04 Rémi Denis-CourmontSD: use playlist_Lock explicitly
2009-03-04 Rémi Denis-Courmontplaylist_Export simplifications
2009-03-04 Rémi Denis-CourmontRemove invalid VOUT_REPARENT uses
2009-03-04 JP DingerSplit out r/o test into a static inline...
2009-03-04 JP DingerDocumentation, formatting fixes.
2009-03-03 Laurent AimarFixed EPG current state.
2009-03-03 Laurent AimarPrint complete date in EPG.
2009-03-01 Laurent AimarRemoved unused local variable.
2009-03-01 Laurent AimarFixed race condition with input ressource and input_Con...
2009-03-01 Rémi Denis-CourmontRessource -> Resource
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-02-28 Rémi Denis-Courmontstr_format_meta: take the input stats lock as needed
2009-02-28 Rémi Denis-CourmontPrivatize input stats internals
2009-02-28 Rémi Denis-CourmontRemove remaining global stats code
2009-02-28 Rémi Denis-CourmontRemove uninitialized and unsynchronized global stats
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:
next