]> git.sesse.net Git - vlc/shortlog
vlc
2009-01-23 Jean-Baptiste... 10l: typo.
2009-01-23 Jean-Baptiste... Skins: missing include, makes skins2 on Windows fail...
2009-01-23 Kaarlo Raiharemove unneeded code
2009-01-23 Rémi Denis... Qt4: fix uninitialized variable
2009-01-23 Rémi Denis... Optimize vout_PlacePicture prototype
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... Qt: re-enable services dicovery and fix them
2009-01-22 Jean-Philippe... Qt: Return == Enter
2009-01-22 Rémi Duraffortcosmetic.
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... Kate: don't spam the msg_Dbg before selection of the...
2009-01-22 Jean-Baptiste... Qt: Teletext handling simplifications and change of...
2009-01-22 Jean-Baptiste... Qt: add a play_reverse button.
2009-01-22 Jean-Baptiste... Qt: Use clear image for quit button.
2009-01-21 Jean-Philippe... Qt: add a new "Open URL" dialog
2009-01-21 Jean-Baptiste... Qt: show advanced preferences in 2 cases: --qt-advanced...
2009-01-21 Jean-Baptiste... Qt: let the native sound slider manage 200% and 400...
2009-01-21 Jean-Baptiste... Qt: Do not react to double-click in editor.
2009-01-21 Laurent AimarFixed stupid typo when removing an es.
2009-01-21 Laurent AimarReduce locking and mdate count in input clock.
2009-01-21 Jean-Baptiste... Qt: correctly get the configuration for the FSC.
2009-01-21 Jean-Baptiste... Qt: Don't post the initial event of THEMIM, force it.
2009-01-21 Jean-Baptiste... Qt: Fix native/non-native state of button.
2009-01-21 Jean-Baptiste... Qt: info_panel, remove FPS reference and close #2113...
2009-01-21 Jean-Baptiste... Qt: fix small size of tooltips. Close #2402
2009-01-21 Jean-Baptiste... Qt: menus fix. Close #2423, #2420, #2419, and #2422.
2009-01-21 Jean-Baptiste... Qt: add a QUIT button. Close #2387.
2009-01-21 Jean-Baptiste... Qt: open button action implementation.
2009-01-21 Jean-Baptiste... Qt: Ok is not ok as a button label.
2009-01-21 Jean-Baptiste... Qt: possibility of having a small Qt dialog for prefere...
2009-01-21 Jean-Baptiste... Qt: Input Manager, assert the customEvent type acceptance.
2009-01-21 Jean-Baptiste... Qt: react to recording event from the core by activatin...
2009-01-21 Rémi Denis... Equalizer: fix invalid sprintf() usage - fixes #2424
2009-01-21 Laurent AimarFixed pts delay with non zero audio/spu delay.
2009-01-21 basOS GDynamic Overlay :: Fixed settextcolor
2009-01-21 Jean-Baptiste... Qt: remove the no-qt-blingbling option. Use the toolbar...
2009-01-21 Jean-Baptiste... Qt: detect the screen size at startup since some screen...
2009-01-21 Jean-Baptiste... Forgotten in previous commit.
2009-01-21 Jean-Baptiste... Don't set ridiculously long descriptions or description...
2009-01-21 Jean-Baptiste... And the final shortnames needed to look correctly in...
2009-01-21 Jean-Baptiste... Add missing shortnames.
2009-01-21 Jean-Baptiste... Avformat module is a demuxer not a decoder
2009-01-21 Jean-Baptiste... Various shortnames forgotten.
2009-01-21 Jean-Baptiste... Set correct shortname for spatializer.
2009-01-21 Jean-Baptiste... Add shortnames to postproc and swscale. Will look bette...
2009-01-21 Jean-Baptiste... Qt: change a string.
2009-01-21 Jean-Baptiste... Wording.
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 Laurent AimarFixed a stream block mode seeking corner case.
2009-01-20 Rémi Denis... Partially cleanup the vout_window API
2009-01-20 Rémi Denis... Document vout_Re(quest|lease)Window
2009-01-20 Pierre YnardAdd missing function to unbreak --disable-sout
2009-01-20 Rémi Denis... Fix format string
2009-01-20 Rémi Durafforttaglib: fix stupid typo (thanks to Sébastien Escudier)
2009-01-19 Christophe... Typo
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 CellerierAdd support for config chain for interface modules
2009-01-19 Antoine CellerierSimplify.
2009-01-19 Antoine CellerierQuit after printing message in dummy lua intf
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... Remove VLC_OBJECT_ENCODER
2009-01-19 Rémi Denis... sout_EncoderCreate: create an encoder module
2009-01-19 Rémi Denis... Privatize packetize and interface object types
2009-01-19 Rémi Denis... Remove VLC_OBJECT_OSDMENU
2009-01-19 Rémi Denis... OSD: fix some thread-unsafe constructs, and avoid vlc_o...
2009-01-19 Rémi Denis... Fix OSX misuses of vlc_list_*
2009-01-19 Rémi Denis... intf-displays-cmml-description is always false
2009-01-19 Rémi Denis... Remove silly use of vlc_object_find
2009-01-19 Jean-Baptiste... Win32: Add .rmvb to installer.
2009-01-19 Ilkka Ollakkalua: fix cornercase on musicbrainz-lua script.
2009-01-19 Rémi Denis... Qt4: find skins interface by name
2009-01-19 Rémi Denis... *ahem* typo spotted by Antoine
2009-01-19 Rémi Denis... Remove practically unused interface type from scripting
2009-01-19 Rémi Denis... LUA: update object types list
2009-01-19 Rémi Denis... skins2: do not assume skins2 is the first interface...
2009-01-19 Rémi Denis... VCDX: interface creation is commented out so comment...
2009-01-19 Rémi Denis... Unexport vlc_list_find
2009-01-19 Rémi Denis... Deprecate vlc_object_wait()
2009-01-19 Rémi Denis... HTTP interface: get rid of vlc_object_find
2009-01-19 Rémi Denis... Use previous helpers
2009-01-19 Rémi Denis... input_GetVout and input_GetAout helpers
2009-01-19 Jean-Baptiste... Qt4: Deinline get(Aout|Vout)()
2009-01-19 Ilkka OllakkaQt4: return NULL on getAout if no input
2009-01-19 Jean-Baptiste... Qt: remove vlc_object_find for AOUTs in menu and extend...
2009-01-19 Jean-Baptiste... Qt: more removal of vlc_object_find
2009-01-19 Jean-Baptiste... Qt: use getVout in menus
2009-01-19 Jean-Baptiste... Qt: remove calls to vlc_object_find(VLC_OBJECT_VOUT...
2009-01-19 Jean-Baptiste... Qt: getVout() avoid a crash.
2009-01-19 Jean-Baptiste... Qt: Create a getVout() in MIM to remove some vlc_object...
2009-01-19 Jean-Baptiste... Qt: simplifications.
2009-01-19 Jean-Baptiste... Qt: actions_manager: Change constructor and inline...
2009-01-19 Jean-Baptiste... Qt4: separation between widgets/buttons creation and...
2009-01-19 Jean-Baptiste... Qt: toolbar editor, show the saved positionCombo item...
next