]> git.sesse.net Git - vlc/shortlog
vlc
2010-01-29 Jean-Philippe... Extensions/Lua: free extension strings
2010-01-29 Jean-Philippe... Extensions/Qt: new method ExtensionManager::getManager()
2010-01-29 Jean-Philippe... Extensions/Lua script: enhance IMDb descriptor
2010-01-28 Jean-Philippe... Extensions: export author, version, url and description
2010-01-28 Jean-Baptiste... Mozilla: compile fix
2010-01-28 Jean-Baptiste... Qt: sprefs, fix crash when opening Hotkeys prefs
2010-01-28 Pierre Ynardrtp sout: fix DCCP socket leak
2010-01-28 Pierre YnardBuild fix
2010-01-28 Pierre Ynardlive555: privatize b_error (and remove useless checks)
2010-01-28 Laurent AimarAdded es_out_ControlModifyPcrSystem to synchronize...
2010-01-28 Laurent AimarAdded es_out_ControlGetPcrSystem helper.
2010-01-28 Rémi Denis... portaudio: add private b_error
2010-01-28 Rémi Denis... dirac encoder: remove write-only b_error
2010-01-28 Rémi Denis... dshow: remove impossible case
2010-01-28 Rémi Denis... Remove some unused p_e parameters and propagate
2010-01-28 Rémi Denis... Unexport vlc_object_detach
2010-01-28 Rémi Denis... Remove 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... Factor vlc_object_release() into DeleteDecoder()
2010-01-28 Rémi Denis... Allow vlc_object_attach to reparent directly
2010-01-28 Rémi Denis... Warn about reparented object when debugging
2010-01-28 Rémi Denis... vlc_object_detach_unlocked: don't check impossible...
2010-01-28 Rémi Denis... Missing vlc_object_attach
2010-01-28 Rémi Denis... Oops
2010-01-28 Rémi Denis... Stick b_error to object types that actually use it
2010-01-28 Rémi Denis... HTTP access: privatize b_error
2010-01-28 Rémi Denis... MMS: nothing ever sets b_error, so no need to check it
2010-01-28 Rémi Denis... LUA: use psz_intf instead of b_force
2010-01-28 Rémi Denis... access/access_demux: check psz_access rather than b_force
2010-01-28 Jakob LebenQt: iconView delegate: encode PLModel::IsCurrent(QModel...
2010-01-28 Rémi Denis... don't convert bool to bool...
2010-01-28 Rémi Denis... Typo
2010-01-28 Rémi Denis... Use module_gettext() for command line help
2010-01-28 Rémi Denis... module_gettext: translate a string in the text domain...
2010-01-28 Rémi Denis... Load out-of-tree plugin's text domain
2010-01-28 Rémi Denis... Keep track of plugin text domain
2010-01-28 Rémi Denis... Factor out LoadMessages to support other text domains
2010-01-28 Rafaël CarréQt4 Icon View: cache full rendering for each item
2010-01-28 Rémi Denis... Warn inheriting a value from an object outside of the...
2010-01-28 Rémi Denis... Attach playlist ASAP
2010-01-28 Rémi Denis... Resource attach/detach requires the lock. Add vlc_asser...
2010-01-28 Pierre d'Herbemontmacosx_dialog_provider: Improved VLCDialogGridView.
2010-01-28 Pierre d'Herbemontmacosx/framework: Export -gotoNextFrame.
2010-01-28 Pierre d'Herbemontmacosx/framework: No need to create an exception here.
2010-01-28 Pierre d'Herbemontx/framework: Fix dead code in VLCExtensionsManager.
2010-01-28 Jean-Philippe... Extensions/Script: fix IMDb URL
2010-01-28 Jean-Philippe... Extensions/Qt: use a QTextBrowser instead of QTextEdit
2010-01-28 Jean-Philippe... Extensions/Qt: change list mode to ExtendedSelection
2010-01-28 Jean-Philippe... Qt: New configuration var "qt-autoload-extensions"
2010-01-28 Jean-Philippe... Qt/Menu: ViewMenu is now dynamic (uses aboutToShow)
2010-01-28 Jean-Philippe... Extensions/Qt: add cannotLoad() flag
2010-01-28 Jean-Philippe... Extensions/Qt: use lock on extensions list
2010-01-28 Jean-Philippe... Extensions: fix extensions manager's locking scheme
2010-01-28 Jean-Philippe... Extensions: remove timers
2010-01-28 Rafaël CarréQT4 Icon view: cache album art pixmap
2010-01-28 Jakob LebenQt: locationBar: update when browsing back/up, show...
2010-01-28 Rafaël Carréfix memleak
2010-01-28 Rafaël Carréqt4: correctly displays utf8 in location bar
2010-01-28 Jean-Baptiste... Shortname corrections
2010-01-28 Rémi Duraffortphonon: fix compilation.
2010-01-28 Jakob LebenQt: views behavior corrections
2010-01-28 Jakob LebenQt: playlist (Fix #3248) Set model after sorting enable...
2010-01-28 Jakob LebenQt: connect to iconView only after it has been created
2010-01-28 Ilkka Ollakkalua/http: use h264 in flash-streaming
2010-01-28 Jakob LebenQt: replace playlist view title with interactive locati...
2010-01-28 Jakob LebenQt: make PLModel::getItem return rootItem as well,...
2010-01-28 Jean-Baptiste... EPG: fix QLabel look and saveGeometry
2010-01-28 Jean-Baptiste... Qt: Comment out left qDebug()
2010-01-28 Jean-Baptiste... Qt: EPG, propagate the infos when clicking on an Item
2010-01-28 Jakob LebenQt iconView: browse into node when it spawns subitems
2010-01-28 Jakob LebenQt: add public index-from-id function to PLModel
2010-01-28 Pierre Ynardrtp sout: fix another race condition in RTSP
2010-01-28 Jean-Baptiste... Qt: connect the EPG to the core item on request
2010-01-28 Jean-Baptiste... MKV: support of PGS (BD subs) in .mkv
2010-01-28 Jean-Baptiste... Qt: EPG, add a close button and other GUI improvements
2010-01-28 Jean-Baptiste... Qt: We might want to share more that just a description
2010-01-28 Jean-Baptiste... Qt: EPGItem doesn't need QObject inheritage
2010-01-28 Jean-Baptiste... Qt EPG: design and functionnalities improvements
2010-01-28 Jean-Baptiste... Qt: initial EPG dialogs and DP integration
2010-01-28 Jean-Baptiste... Qt: EPG, include orders
2010-01-28 Jean-Baptiste... Qt: EPG in BuildSystem
2010-01-28 Ludovic FauvetInitial commit for EPG class for EPG Viewing
2010-01-27 Pierre Ynardrtp sout: fix race condition in RTSP
2010-01-27 Erwan TulouWin32: correct the 'one-instance' deallocation code
2010-01-27 Rémi Denis... vlc_object_create: remove legacy support for negative...
2010-01-27 Rémi Denis... aout: use vlc_custom_create
2010-01-27 Rémi Denis... decoders: use vlc_custom_create, generic objects (excep...
2010-01-27 Rémi Denis... LUA: vlc_object_find does not work for decoders and...
2010-01-27 Pierre Ynardi18n: fix POTFILES
2010-01-27 Pierre Ynardrtp sout: fix socket leak
2010-01-27 André Weberatmo: added update news
2010-01-27 André Weberatmo: enabled by default again, description changed
2010-01-27 Rémi Denis... Fix make install cache generation
2010-01-27 Rémi Denis... Do not insert a module in the list twice
2010-01-27 Rémi Denis... Remove write-only b_used property from cache entries
2010-01-27 Rémi Denis... Remove always false b_junk cache entry property
2010-01-27 Jakob LebenQt iconView: font adjustments
2010-01-27 Jakob LebenQt: unify item activation among PL views, change title...
2010-01-27 Jakob LebenQt: connect currentChanged signal from model earlier
2010-01-27 Rafaël Carrélibvlc_media_es_t: export ES id
next