]> git.sesse.net Git - vlc/shortlog
vlc
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.
2009-01-18 Laurent AimarRemoved unused playlist_ItemNew(WithType).
2009-01-18 Jean-Baptiste... More NEWS marketing and removing of "support" every...
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 Jean-Baptiste... Contribs: update Qt for Windows to 4.4.3
2009-01-18 Rémi Denis... dirac: missing #include
2009-01-18 Dominique LeuenbergerTaglib: undefined operation due to duplicate usage...
2009-01-18 Rémi DuraffortRevert "access_samba: don't use deprecated functions."
2009-01-18 Rémi Duraffortmake.pl: missing qt4 stuff.
2009-01-18 Antoine CellerierMisc fixes.
2009-01-18 Jean-Baptiste... Contribs: small updates
2009-01-18 Rémi Denis... waitpipe: fix missing initializer from earlier commit
2009-01-18 Rémi Denis... Fix waitpipe error handling in net_Accept()
2009-01-18 Rémi Denis... Win32: fix poll() return value
2009-01-18 Rémi Denis... Include <sys/eventfd.h> as needed
2009-01-18 Rémi Denis... Flawed logic
2009-01-17 Laurent AimarUse right mode for fdopen.
2009-01-17 Laurent AimarFixed es_out timeshift under windows.
2009-01-17 Rémi Denis... Don't leak message contexts at end of threads
2009-01-17 Rémi Denis... Memory leaks
2009-01-17 Rémi Denis... Memory leaks
2009-01-17 Rémi Denis... Destroy/cleanup should be consistent with Create/Init
2009-01-17 Rémi Denis... Cleanup functions cannot fail
2009-01-17 Rémi Denis... Remove p_static_vlc, not used anymore
2009-01-17 Jean-Philippe... Qt: on startup, if there is no input, show the cone
2009-01-17 Rémi Denis... Privatize vlc_object_t.i_object_type
2009-01-17 Rémi Denis... Avoid using i_object_type
2009-01-17 Ilkka OllakkaQT4: remove unneeded signal-connect
2009-01-17 Jean-Philippe... Qt: this is a float, not an int
2009-01-17 Laurent AimarDocuments a bit vlc_input_item.h
2009-01-17 Laurent AimarUse input_item_New when applicable.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Jean-Baptiste... Qt: set TimeLabel to --:--/--:-- when input is stopped.
2009-01-17 Rémi Denis... playlist: add real functions for locking
2009-01-17 Laurent AimarSplit out input item from include/vlc_input.h.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-17 Antoine CellerierRemove debug.
2009-01-17 Antoine CellerierAdd support for directory listing in ftp access.
2009-01-17 Rémi Denis... Suppress httpd_mutex variable
next