]> git.sesse.net Git - vlc/history - modules
Unload interface plugin in StopThread rather than destroy
[vlc] / modules /
2009-03-17 Rémi Denis-CourmontQt4: cleanup
2009-03-17 Rémi Denis-Courmont(prev|next)-(chapter|title) is a void variable. Fix...
2009-03-17 Erwan Tulouat qt4 termination, ensure quit() function is executed...
2009-03-17 Jean-Paul Samansafari: fix crash on exit after going fullscreen in...
2009-03-17 Jean-Paul Samanmacosx: cleanup
2009-03-17 Jean-Paul Samanmacosx: remove unused variable.
2009-03-17 Jean-Paul Samanmacosx: fix potential memleaks
2009-03-17 Jean-Paul Samanminimal_macosx: "drawable-agl" and "drawable-gl" split
2009-03-17 Jean-Paul Samanmacosx: vout drawable rework.
2009-03-17 Jean-Paul Samanvougl.m: cosmetics
2009-03-16 Jean-Baptiste KempfSkins: fix the popup-menu appearance on the video.
2009-03-16 Jean-Baptiste KempfQt: fix a crash when you don't want to have the recent...
2009-03-16 Erwan Tulouskins2 vout manager
2009-03-16 Rémi Denis-CourmontQt4: hold objet while the popup menu is active
2009-03-16 Rémi Denis-CourmontRemove a whole bunch of non-sensical vlc_object_hold()
2009-03-16 Rémi Denis-CourmontUnused variable
2009-03-16 Sébastien EscudierEnable tcp keep alive in http
2009-03-16 Jean-Paul Samanx11: remove unused variables in Control.
2009-03-16 Jean-Paul Samanmacosx: fix function prototype of manage_cleanup (argum...
2009-03-16 Jean-Paul Samanmacosx: playlistlock is held when playlistinfo panel...
2009-03-16 Jean-Paul Samanmacosx: cleanup
2009-03-16 Rémi Duraffortqt4: cleaning the singletons implementation.
2009-03-16 brezhoneg1Actually, the patch corrects three problems (2 pertaini...
2009-03-16 Jean-Baptiste KempfQt: Provide a clean way to not transcode in Sout dialog.
2009-03-15 Jean-Baptiste KempfSkins2: less stupid match for opening the files.
2009-03-15 Rémi Duraffortqt4_playlist: less includes.
2009-03-15 Rémi Duraffortqt4: remove totology.
2009-03-15 Fabio RitrovatoFix popupSave/Stream deadlock
2009-03-15 Rémi Duraffortqt4: fix memleak.
2009-03-15 Erwan Tulouqt4-correct several problems related to p_input (main...
2009-03-15 Rémi Denis-CourmontCosmetics
2009-03-15 Erwan TulouX11: make sure base window is really destroyed...
2009-03-15 Rémi Denis-Courmontdvdnav: don't probe stdin (this just removes a silly...
2009-03-15 Jean-Baptiste KempfQt: QString::number is more maintainable than QString...
2009-03-15 Jean-Baptiste KempfQt: correctly split options and escape ':' so if your...
2009-03-15 Rémi Denis-CourmontMemory leak
2009-03-15 Rémi Denis-CourmontAllow libxml 2.7. Leak memory.
2009-03-15 Rémi Denis-CourmontRequire libxml2 < 2.7
2009-03-15 Jean-Baptiste KempfQt: remove Preferences singleton. Simplify and Close...
2009-03-15 Jean-Baptiste KempfQt menu, "Open Location from Clipboard."
2009-03-15 Jean-Baptiste KempfQt: provide a way to dump from the convert dialog.
2009-03-15 Jean-Baptiste KempfQt: String change for 'Track Synchronization'
2009-03-15 Jean-Baptiste KempfQt: move Sout Dialog out of singleton.
2009-03-15 Jean-Baptiste KempfQt: Sout strings modification.
2009-03-15 Jean-Baptiste KempfQt: various string fixes and consistencies in the ui
2009-03-15 Jean-Baptiste KempfQt: don't use "Open a Media"
2009-03-15 Jean-Baptiste KempfQt: split correctly the input options for Convertion...
2009-03-15 Jean-Baptiste KempfQt: includes barrier fix.
2009-03-15 Jean-Baptiste KempfQt: qt4.cpp cosmetics.
2009-03-14 Rémi Denis-CourmontAdaptive PCM: set the output category (fixes assertion)
2009-03-14 Laurent AimarImproved preroll in avcodec.
2009-03-14 Laurent AimarPrevent a segfault with Xv video output and too bug...
2009-03-14 Jean-Baptiste KempfQt: match the access changes for cdda-track specificati...
2009-03-14 Jean-Baptiste KempfQt: try to debug and solve the dshow-vdev issue.
2009-03-14 Jean-Baptiste KempfQt: Cosmetics and msg_Dbg.
2009-03-14 Jean-Baptiste KempfQt: correctly handle cancelling of sout/convert dialogs...
2009-03-14 Jean-Baptiste KempfQt: remove all the """ present in the Sout mRL.
2009-03-14 Jean-Baptiste KempfQt: Profiles, define codec=none when no transcoding...
2009-03-14 Jean-Baptiste KempfQt: profiles, make difference between:
2009-03-14 Jean-Baptiste KempfQt: use LineEdits for width and height and state that...
2009-03-14 Jean-Baptiste KempfQt: Sout Profiles: be sure to set a mux.
2009-03-14 Jean-Baptiste KempfQt: fix sample rate selection in the Sout profile.
2009-03-14 Jean-Baptiste KempfQt4.3 compatibility.
2009-03-14 Jean-Baptiste KempfQt: Minimal change in SPrefs for alignment.
2009-03-12 Laurent AimarReworked and improved TS ES with stream_type equals...
2009-03-12 Laurent AimarCosmetics (ts).
2009-03-12 Derk-Jan Hartmanmacosx intf: switch a vlc_object_find to input_GetAout
2009-03-12 Derk-Jan Hartmanmacosx intf: aout leaks
2009-03-12 Rémi Denis-Courmontavformat: lock avcodec
2009-03-12 Rémi Denis-Courmontavcodec, switcher: use the global avcodec lock
2009-03-12 Rémi Duraffortqt_vlm: add some const for the QString.
2009-03-12 Rémi Denis-Courmontlibavutil callback cannot assume it has a VLC object
2009-03-12 Rémi Duraffortskins2: operator '=' return a reference.
2009-03-12 Rémi Duraffortskins2: remove unused function.
2009-03-12 Rémi Duraffortvcdx: use ifdef instead of if.
2009-03-12 Rémi Duraffortqt4_sout: use references for const QString.
2009-03-12 Rémi Duraffortbda: fix potential uninitialized value.
2009-03-12 Rémi Duraffortzipstream: fix potential memleak.
2009-03-12 Rémi Duraffortunused variables.
2009-03-11 Jean-Baptiste Kempfx264: obsolete pre-scenecut option.
2009-03-11 Sabourin Gillesx264 Removed pre-scenecut definitions for build 67
2009-03-11 Laurent AimarFixed some DVD menus.
2009-03-11 André WeberFixed a Bug in UpdateEdgeWeighting used wrong const...
2009-03-10 Rémi Denis-CourmontFix progress dialog scale
2009-03-10 Rémi Denis-CourmontWin32 compile fix
2009-03-10 Rémi Denis-CourmontRTP out: improve soft-error handling
2009-03-10 Rémi Denis-CourmontMissing return value
2009-03-09 Laurent AimarUse playlist_fetcher_t object instead of playlist one.
2009-03-09 Laurent AimarDo not use the lock icon for scrambled stream.
2009-03-09 Laurent AimarFixed scrambled label state.
2009-03-09 Laurent AimarFixed warning (dvb).
2009-03-09 Rémi Denis-Courmontnew cannot return NULL per ISO C++
2009-03-09 Laurent AimarAdded a INPUT_EVENT_ABORT event to detect user requeste...
2009-03-09 Rémi Denis-Courmontdialog_ProgressSet: add an optional string parameter
2009-03-09 Erwan Tulouvlc_object_hold is not needed (vlc_object_find already...
2009-03-09 Jean-Paul Samanstats: Add stream quality counters to Qt4 stastics...
2009-03-09 Jean-Paul Samanqt4: Catch INPUT_EVENT_PROGRAM updates and show icon...
2009-03-09 Rémi Duraffortaccess_pvr: really fix the potential memleak.
2009-03-08 Rémi Duraffortrc: fix uninitialized value on win32.
2009-03-08 Rémi Duraffortmmstu: unneed call.
next