]> git.sesse.net Git - vlc/history - modules
better direct3d image quality
[vlc] / modules /
2009-01-23 Kaarlo Raihabetter direct3d image quality
2009-01-23 Jean-Baptiste Kempf10l: typo.
2009-01-23 Jean-Baptiste KempfSkins: missing include, makes skins2 on Windows fail...
2009-01-23 Kaarlo Raiharemove unneeded code
2009-01-23 Rémi Denis-CourmontQt4: fix uninitialized variable
2009-01-23 Rémi Duraffortqt4: follow the recommendations about foreach loops.
2009-01-23 Rémi Duraffortskins2: use input_GetVout when possible.
2009-01-22 Jean-Philippe AndreQt: re-enable services dicovery and fix them
2009-01-22 Jean-Philippe AndreQt: Return == Enter
2009-01-22 Rémi Durafforttaglib: fix empty attachement urls and if try others...
2009-01-22 Rémi Duraffortaccess_cdda: use INT64_C
2009-01-22 Jean-Baptiste KempfKate: don't spam the msg_Dbg before selection of the...
2009-01-22 Jean-Baptiste KempfQt: Teletext handling simplifications and change of...
2009-01-22 Jean-Baptiste KempfQt: add a play_reverse button.
2009-01-22 Jean-Baptiste KempfQt: Use clear image for quit button.
2009-01-21 Jean-Philippe AndreQt: add a new "Open URL" dialog
2009-01-21 Jean-Baptiste KempfQt: show advanced preferences in 2 cases: --qt-advanced...
2009-01-21 Jean-Baptiste KempfQt: let the native sound slider manage 200% and 400...
2009-01-21 Jean-Baptiste KempfQt: Do not react to double-click in editor.
2009-01-21 Jean-Baptiste KempfQt: correctly get the configuration for the FSC.
2009-01-21 Jean-Baptiste KempfQt: Don't post the initial event of THEMIM, force it.
2009-01-21 Jean-Baptiste KempfQt: Fix native/non-native state of button.
2009-01-21 Jean-Baptiste KempfQt: info_panel, remove FPS reference and close #2113...
2009-01-21 Jean-Baptiste KempfQt: fix small size of tooltips. Close #2402
2009-01-21 Jean-Baptiste KempfQt: menus fix. Close #2423, #2420, #2419, and #2422.
2009-01-21 Jean-Baptiste KempfQt: add a QUIT button. Close #2387.
2009-01-21 Jean-Baptiste KempfQt: open button action implementation.
2009-01-21 Jean-Baptiste KempfQt: Ok is not ok as a button label.
2009-01-21 Jean-Baptiste KempfQt: possibility of having a small Qt dialog for prefere...
2009-01-21 Jean-Baptiste KempfQt: Input Manager, assert the customEvent type acceptance.
2009-01-21 Jean-Baptiste KempfQt: react to recording event from the core by activatin...
2009-01-21 Rémi Denis-CourmontEqualizer: fix invalid sprintf() usage - fixes #2424
2009-01-21 basOS GDynamic Overlay :: Fixed settextcolor
2009-01-21 Jean-Baptiste KempfQt: remove the no-qt-blingbling option. Use the toolbar...
2009-01-21 Jean-Baptiste KempfQt: detect the screen size at startup since some screen...
2009-01-21 Jean-Baptiste KempfForgotten in previous commit.
2009-01-21 Jean-Baptiste KempfDon't set ridiculously long descriptions or description...
2009-01-21 Jean-Baptiste KempfAnd the final shortnames needed to look correctly in...
2009-01-21 Jean-Baptiste KempfAdd missing shortnames.
2009-01-21 Jean-Baptiste KempfAvformat module is a demuxer not a decoder
2009-01-21 Jean-Baptiste KempfVarious shortnames forgotten.
2009-01-21 Jean-Baptiste KempfSet correct shortname for spatializer.
2009-01-21 Jean-Baptiste KempfAdd shortnames to postproc and swscale. Will look bette...
2009-01-21 Jean-Baptiste KempfQt: change a string.
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-20 Laurent AimarConverted mms access to block mode.
2009-01-20 Rémi Denis-CourmontPartially cleanup the vout_window API
2009-01-20 Rémi Denis-CourmontFix format string
2009-01-20 Rémi Durafforttaglib: fix stupid typo (thanks to Sébastien Escudier)
2009-01-19 Christophe MutricyTypo
2009-01-19 Antoine CellerierHere too (and I'll stop spamming for today)
2009-01-19 Antoine CellerierUse config chain in lua intf module.
2009-01-19 Antoine CellerierFix horrible typo and vlc.misc.should_die() function.
2009-01-19 Antoine CellerierImplement "@name var val" style commands in rc.lua...
2009-01-19 Rémi DuraffortTest pointers against NULL instead of 0.
2009-01-19 Rémi Durafforttaglib: change just a bit the code.
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_ENCODER
2009-01-19 Rémi Denis-Courmontsout_EncoderCreate: create an encoder module
2009-01-19 Rémi Denis-CourmontPrivatize packetize and interface object types
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_OSDMENU
2009-01-19 Rémi Denis-CourmontFix OSX misuses of vlc_list_*
2009-01-19 Rémi Denis-Courmontintf-displays-cmml-description is always false
2009-01-19 Rémi Denis-CourmontRemove silly use of vlc_object_find
2009-01-19 Rémi Denis-CourmontQt4: find skins interface by name
2009-01-19 Rémi Denis-CourmontRemove practically unused interface type from scripting
2009-01-19 Rémi Denis-Courmontskins2: do not assume skins2 is the first interface...
2009-01-19 Rémi Denis-CourmontVCDX: interface creation is commented out so comment...
2009-01-19 Rémi Denis-CourmontHTTP interface: get rid of vlc_object_find
2009-01-19 Rémi Denis-CourmontUse previous helpers
2009-01-19 Jean-Baptiste KempfQt4: Deinline get(Aout|Vout)()
2009-01-19 Ilkka OllakkaQt4: return NULL on getAout if no input
2009-01-19 Jean-Baptiste KempfQt: remove vlc_object_find for AOUTs in menu and extend...
2009-01-19 Jean-Baptiste KempfQt: more removal of vlc_object_find
2009-01-19 Jean-Baptiste KempfQt: use getVout in menus
2009-01-19 Jean-Baptiste KempfQt: remove calls to vlc_object_find(VLC_OBJECT_VOUT...
2009-01-19 Jean-Baptiste KempfQt: getVout() avoid a crash.
2009-01-19 Jean-Baptiste KempfQt: Create a getVout() in MIM to remove some vlc_object...
2009-01-19 Jean-Baptiste KempfQt: simplifications.
2009-01-19 Jean-Baptiste KempfQt: actions_manager: Change constructor and inline...
2009-01-19 Jean-Baptiste KempfQt4: separation between widgets/buttons creation and...
2009-01-19 Jean-Baptiste KempfQt: toolbar editor, show the saved positionCombo item...
2009-01-19 Jean-Baptiste KempfQt: save and honour the above-video parameter to allow...
2009-01-18 Ilkka Ollakkadvb-c scanning support (not working yet)
2009-01-18 Jean-Baptiste KempfQt: new defaults for buttons.
2009-01-18 Jean-Baptiste KempfQt: support for drag n dropping widget, removall and...
2009-01-18 Jean-Baptiste KempfQt: toolbars, change regroupments of unsplittable butto...
2009-01-18 Jean-Baptiste KempfQt: Change "Load playlist" position.
2009-01-18 Christophe MutricyOne less vlc_object_find()
2009-01-18 Christophe MutricyI18n the string as recomended by the spec
2009-01-18 Christophe MutricyFix logic
2009-01-18 Rémi Denis-CourmontFile: (try to) give up reading on I/O error
2009-01-18 Laurent AimarProbe v4l2 when specifically forced not when an access...
2009-01-18 Jean-Baptiste KempfQt: add accessiblewidgets for Win32 static Qt compilation.
2009-01-18 Laurent AimarChanged playlist_AddExt to be more consistant with...
2009-01-18 Laurent AimarFixed typo in pda intf.
2009-01-18 Laurent AimarSmall simplification in cdda.
2009-01-18 Laurent AimarTry to partially clean up CDDAX (libcdio) module.
2009-01-18 Laurent AimarRemove DTS-HD block for DTS track.
2009-01-18 Laurent AimarFixed decoder init when libdca is not present + clean up.
2009-01-18 Rémi Denis-Courmontdirac: missing #include
next