]> git.sesse.net Git - vlc/shortlog
vlc
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...
2009-01-19 Jean-Baptiste... Contrib: libdvdread patch update.
2009-01-19 Jean-Baptiste... Qt: save and honour the above-video parameter to allow...
2009-01-18 Ilkka Ollakkadvb-c scanning support (not working yet)
2009-01-18 Ilkka Ollakkaplaylist: do case ignoring cmp everywhere when sorting
2009-01-18 Jean-Baptiste... Qt: new defaults for buttons.
2009-01-18 Jean-Baptiste... Qt: support for drag n dropping widget, removall and...
2009-01-18 Jean-Baptiste... Qt: toolbars, change regroupments of unsplittable butto...
2009-01-18 Jean-Baptiste... Qt: Change "Load playlist" position.
2009-01-18 Rémi Denis... Simplification
2009-01-18 Christophe... One less vlc_object_find()
2009-01-18 Christophe... I18n the string as recomended by the spec
2009-01-18 Christophe... Fix logic
2009-01-18 Rémi Denis... File: (try to) give up reading on I/O error
2009-01-18 Rémi Denis... Win32 old crappy poll replacement: misc fixes
2009-01-18 Laurent AimarMade input_clock_t in charge of pts_delay.
2009-01-18 Laurent AimarProbe v4l2 when specifically forced not when an access...
2009-01-18 Laurent AimarCosmetic.
2009-01-18 Rémi Denis... Fix warning
2009-01-18 Rémi Denis... Win32: wake up select every split tenth of seconds...
2009-01-18 Rémi Denis... Poll: cleanup #includes
2009-01-18 Rémi Denis... Revert "Improve Win32 poll replacement (and fix #1949...
2009-01-18 Jean-Baptiste... Qt: 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.
next