]> git.sesse.net Git - vlc/shortlog
vlc
2009-03-16 Jean-Baptiste... Qt: 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... Qt4: hold objet while the popup menu is active
2009-03-16 Rémi Denis... Remove a whole bunch of non-sensical vlc_object_hold()
2009-03-16 Rémi Denis... Unused 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 Samanmozilla: remove npunix_old.c and npwin_old.cpp
2009-03-16 Jean-Paul Samanmozilla: rewrite and license npunix.c/npwin.cpp under...
2009-03-16 Jean-Paul Samanmozilla: Resolve files with conflicting licensing terms
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 Duraffortremove dead links.
2009-03-16 Rémi Duraffortupdate: fix objects leak.
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... Qt: Provide a clean way to not transcode in Sout dialog.
2009-03-15 Jean-Baptiste... Skins2: 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... Cosmetics
2009-03-15 Erwan TulouX11: make sure base window is really destroyed...
2009-03-15 Rémi Denis... dvdnav: don't probe stdin (this just removes a silly...
2009-03-15 Jean-Baptiste... Qt: QString::number is more maintainable than QString...
2009-03-15 Jean-Baptiste... Qt: correctly split options and escape ':' so if your...
2009-03-15 Rémi Denis... stats leaks
2009-03-15 Rémi Denis... Memory leak
2009-03-15 Rémi Denis... Allow libxml 2.7. Leak memory.
2009-03-15 Rémi Denis... Require libxml2 < 2.7
2009-03-15 Rémi Denis... configure: use pkg-config for GNOME-XML
2009-03-15 Rémi Denis... configure: trivial factorization
2009-03-15 Jean-Baptiste... Qt: remove Preferences singleton. Simplify and Close...
2009-03-15 Jean-Baptiste... Qt menu, "Open Location from Clipboard."
2009-03-15 Jean-Baptiste... Qt: provide a way to dump from the convert dialog.
2009-03-15 Jean-Baptiste... Qt: String change for 'Track Synchronization'
2009-03-15 Jean-Baptiste... Qt: move Sout Dialog out of singleton.
2009-03-15 Jean-Baptiste... Qt: Sout strings modification.
2009-03-15 Jean-Baptiste... Qt: various string fixes and consistencies in the ui
2009-03-15 Jean-Baptiste... Qt: don't use "Open a Media"
2009-03-15 Jean-Baptiste... Qt: split correctly the input options for Convertion...
2009-03-15 Jean-Baptiste... Qt: includes barrier fix.
2009-03-15 Jean-Baptiste... Qt: qt4.cpp cosmetics.
2009-03-14 Rémi Denis... Adaptive 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... Qt: match the access changes for cdda-track specificati...
2009-03-14 Jean-Baptiste... Qt: try to debug and solve the dshow-vdev issue.
2009-03-14 Jean-Baptiste... Qt: Cosmetics and msg_Dbg.
2009-03-14 Jean-Baptiste... Qt: correctly handle cancelling of sout/convert dialogs...
2009-03-14 Jean-Baptiste... Qt: remove all the """ present in the Sout mRL.
2009-03-14 Jean-Baptiste... Qt: Profiles, define codec=none when no transcoding...
2009-03-14 Jean-Baptiste... Qt: profiles, make difference between:
2009-03-14 Jean-Baptiste... Qt: use LineEdits for width and height and state that...
2009-03-14 Jean-Baptiste... Qt: Sout Profiles: be sure to set a mux.
2009-03-14 Jean-Baptiste... Qt: fix sample rate selection in the Sout profile.
2009-03-14 Jean-Baptiste... Qt4.3 compatibility.
2009-03-14 Jean-Baptiste... Qt: Minimal change in SPrefs for alignment.
2009-03-14 Jean-Baptiste... Correctly set GSM fourcc
2009-03-14 Jean-Baptiste... Remove unneeded string.
2009-03-12 Laurent AimarAdded missing lock for INPUT_EVENT_ABORT check (input).
2009-03-12 Laurent AimarReworked and improved TS ES with stream_type equals...
2009-03-12 Laurent AimarCosmetics (ts).
2009-03-12 Laurent AimarSend INPUT_EVENT_ABORT from input thread instead of...
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... avformat: lock avcodec
2009-03-12 Rémi Denis... avcodec, switcher: use the global avcodec lock
2009-03-12 Rémi Denis... Add a centralized avcodec lock
2009-03-12 Rémi Duraffortqt_vlm: add some const for the QString.
2009-03-12 Rémi Denis... libavutil 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... x264: obsolete pre-scenecut option.
2009-03-11 JP Dingers/(void)p_e;/VLC_UNUSED(p_e);/
2009-03-11 Vicente Jimenez... Missing use of options in test.html added playlist...
2009-03-11 Sabourin Gillesx264 Removed pre-scenecut definitions for build 67
2009-03-11 Laurent AimarFixed some DVD menus.
2009-03-11 Laurent AimarExport ES_OUT_GET_EMPTY which is needed for interactive...
2009-03-11 Laurent AimarFixed DecoderUpdatePreroll.
2009-03-11 Rémi Denis... Almost wait-free snapshot handling in the vout thread
2009-03-11 Rémi Denis... Add vlc_mutex_trylock
2009-03-11 Pierre YnardWin32: disable sprintf wrapper for %z
2009-03-11 André WeberFixed a Bug in UpdateEdgeWeighting used wrong const...
2009-03-10 Rémi Denis... Fix libvlc_add_intf documentation
2009-03-10 Rémi Denis... Fix progress dialog scale
2009-03-10 Rémi Denis... Win32 compile fix
2009-03-10 Rémi Denis... RTP out: improve soft-error handling
2009-03-10 JP DingerDe-deprecate activex plugin.
2009-03-10 JP DingerMove users of playlist_select() inline.
2009-03-10 Pierre YnardWin64: properly work around %z modifiers
2009-03-10 Pierre YnardWin32: remove uneeded %z hack
next