]> git.sesse.net Git - vlc/history - modules
input_item: Remove input_item_AddSubItem2 and send subitem_added event from input_ite...
[vlc] / modules /
2010-02-03 Pierre d'Herbemontinput_item: Remove input_item_AddSubItem2 and send...
2010-02-03 Pierre d'Herbemontupnp_intel: Remove trailing whitespaces.
2010-02-02 Laurent AimarUsed vout_OSDEpg for the time hotkeys.
2010-02-02 Laurent AimarCreate the synchronization thread only when needed...
2010-02-02 Laurent AimarClean up a bit netsync.
2010-02-02 Laurent AimarNo functional changes (K&R + no hungarian notations...
2010-02-02 Laurent AimarCosmetics (netsync).
2010-02-02 Jean-Paul Samannetsync: rewrite
2010-02-02 Rémi Denis-CourmontXSPF export fixes and cleanup
2010-02-02 Rémi Duraffortqt4: fix typo.
2010-02-02 Erwan Tulouskins2: add support for --[no]-embedded-video parameter
2010-02-02 Rémi Duraffortdshow: use empty() instead of !size() (quicker).
2010-02-02 Jakob LebenQt: cleanup and adjust to playlist changes
2010-02-02 Jakob LebenQt: kill a bug in playlist model
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2010-02-02 Jakob Lebenupnp_intel: new playlist design
2010-02-02 Jakob Lebenitml: new playlist design
2010-02-02 Jakob Lebenxspf: new playlist design
2010-02-01 Erwan Tulouskins2(Win32): GetWindowLongPtr everywhere
2010-02-01 Erwan Tulouskins(Win32): remove dead code
2010-02-01 Jean-Baptiste KempfQt: sprefs, chipmunk options and audio rework
2010-01-31 Rémi Denis-CourmontDon't #include LibVLC from plugins
2010-01-31 Jakob LebenQt: simplify playlist item deletion
2010-01-31 Felix Paul Kühnemacosx dialog provider: use default system font for...
2010-01-31 Laurent AimarAdded more providers using broken encoding for SDT...
2010-01-31 Laurent AimarRemoved non const static variable in TS demuxer.
2010-01-31 Laurent AimarRemoved one vlc_object_find_name() in qt4.
2010-01-31 Ilkka OllakkaQt4: adjust iconviews art position littlebit
2010-01-30 Laurent AimarRemoved now useless es_out_t::b_sout field.
2010-01-30 Laurent AimarAdded ts-split-es option to control the way sub streams...
2010-01-30 Laurent AimarFixed memleaks in ps demuxer (close #3141).
2010-01-30 Jean-Baptiste KempfQt: fix a leak when exiting main interface
2010-01-30 Jean-Baptiste KempfQt: fix a leak in iconView
2010-01-30 Jean-Baptiste KempfQt: fix a leak of telexFrame in Controller
2010-01-30 Jean-Baptiste KempfQt: fix a leak (2) in PL View
2010-01-30 Jean-Baptiste KempfQt: reindent
2010-01-30 Jean-Baptiste KempfQt: fix a leaking QSignalmapper in PL
2010-01-30 Jean-Baptiste KempfNEWS and LIST update
2010-01-30 Rémi Denis-CourmontXCBV/window: document ASCII VLC to translators
2010-01-30 Rémi Denis-CourmontReimplement Win32 GetACP() using gettext.
2010-01-30 Rémi Denis-CourmontName another anonynous union
2010-01-30 Rémi Denis-CourmontRevert "vout_window_t: simplify via anynomous union"
2010-01-30 Rémi Denis-CourmontFix previous commit
2010-01-30 Rémi Denis-Courmontugly resampler: use memcpy()
2010-01-30 Rémi Denis-Courmontugly resampler: no need to allocate a buffer when down...
2010-01-30 Laurent AimarSupport padded frames in DTS files (close #3274).
2010-01-30 Laurent AimarRemoved now useless audio filter float.c
2010-01-30 Laurent AimarImplemented fi32 -> fl32/s16 conversion in format.c.
2010-01-30 Pádraig Bradyclosed captions: Correctly determine the field for...
2010-01-30 Rémi Denis-Courmontfixed: add S32N, rewrite FL32
2010-01-30 Laurent AimarRewrite of format audio filter.
2010-01-30 Laurent AimarFactorized 8->16 bits audio conversions.
2010-01-30 Laurent AimarCosmetics (audio format conversions).
2010-01-30 Laurent AimarFixed embedded subtitles loading for non ODML avi files...
2010-01-30 Laurent AimarNo functionnal changes (avi).
2010-01-30 Rémi Denis-CourmontMove FL32->FI32 conversion to fixed plugin
2010-01-30 Rémi Denis-Courmontfixed: refactor into one module and one submodule
2010-01-30 Jakob Lebenplaylist, Qt: playlist browsing support
2010-01-30 Jakob LebenQt: efficient iconView browsing demands a specialized...
2010-01-30 Jakob LebenQt: playlist: fix updating of currently playing item
2010-01-30 Jean-Baptiste KempfVLC supports .vro (DVD-VR) files
2010-01-30 Jean-Baptiste KempfSupport for DVD-VD .ifo files
2010-01-29 Jakob LebenQt: no need to go from bool to int
2010-01-29 Ilkka Ollakkaqt4: show more clearly current item in iconview
2010-01-29 Pierre d'Herbemontmacosx_dialog_provider: Update the checked PopUp menu.
2010-01-29 Rafaël Carréavcodec decoder: export profile/level at open
2010-01-29 Jean-Baptiste KempfQt: try to avoid a potential race condition
2010-01-29 Pierre d'Herbemontlua/libs: Fix a left over lonely UnlockExtension().
2010-01-29 Pierre d'Herbemontlua/extension: Make sure our input exists when releasin...
2010-01-29 Pierre d'Herbemontmacosx_dialog_provider: Propagate window close.
2010-01-29 Pierre d'Herbemontlua/extension: Export extension_SetInput().
2010-01-29 Pierre d'Herbemontmacosx_dialog_provider: relayout the window less often.
2010-01-29 Pierre d'Herbemontm3u: Fix 3 leaks.
2010-01-29 Jean-Baptiste KempfQt: Playlist, map the click to cycleViews
2010-01-29 Jean-Baptiste KempfQt: Use a ToolButton instead of a PushButton for view...
2010-01-29 Jean-Philippe AndréExtensions/Qt: information panel for Extensions
2010-01-29 Jean-Philippe AndréExtensions/Lua: free extension strings
2010-01-29 Jean-Philippe AndréExtensions/Qt: new method ExtensionManager::getManager()
2010-01-28 Jean-Philippe AndréExtensions: export author, version, url and description
2010-01-28 Jean-Baptiste KempfQt: sprefs, fix crash when opening Hotkeys prefs
2010-01-28 Pierre Ynardrtp sout: fix DCCP socket leak
2010-01-28 Pierre Ynardlive555: privatize b_error (and remove useless checks)
2010-01-28 Rémi Denis-Courmontportaudio: add private b_error
2010-01-28 Rémi Denis-Courmontdirac encoder: remove write-only b_error
2010-01-28 Rémi Denis-Courmontdshow: remove impossible case
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-28 Jakob LebenQt: prettier button with menu for playlist view switching
2010-01-28 Rémi Denis-CourmontStick b_error to object types that actually use it
2010-01-28 Rémi Denis-CourmontHTTP access: privatize b_error
2010-01-28 Rémi Denis-CourmontMMS: nothing ever sets b_error, so no need to check it
2010-01-28 Rémi Denis-CourmontLUA: use psz_intf instead of b_force
2010-01-28 Rémi Denis-Courmontaccess/access_demux: check psz_access rather than b_force
2010-01-28 Jakob LebenQt: iconView delegate: encode PLModel::IsCurrent(QModel...
2010-01-28 Rafaël CarréQt4 Icon View: cache full rendering for each item
2010-01-28 Pierre d'Herbemontmacosx_dialog_provider: Improved VLCDialogGridView.
2010-01-28 Jean-Philippe AndréExtensions/Qt: use a QTextBrowser instead of QTextEdit
2010-01-28 Jean-Philippe AndréExtensions/Qt: change list mode to ExtendedSelection
2010-01-28 Jean-Philippe AndréQt: New configuration var "qt-autoload-extensions"
2010-01-28 Jean-Philippe AndréQt/Menu: ViewMenu is now dynamic (uses aboutToShow)
2010-01-28 Jean-Philippe AndréExtensions/Qt: add cannotLoad() flag
next