]> git.sesse.net Git - vlc/history - modules
Test pointers against NULL instead of 0.
[vlc] / modules /
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
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-17 Jean-Philippe AndreQt: on startup, if there is no input, show the cone
2009-01-17 Rémi Denis-CourmontAvoid using i_object_type
2009-01-17 Ilkka OllakkaQT4: remove unneeded signal-connect
2009-01-17 Jean-Philippe AndreQt: this is a float, not an int
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 KempfQt: set TimeLabel to --:--/--:-- when input is stopped.
2009-01-17 Rémi Denis-Courmontplaylist: add real functions for locking
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-CourmontRemove unused parameter
2009-01-17 Antoine CellerierIgnore image types in directory access.
2009-01-17 Antoine CellerierFix some demux control replies
2009-01-17 Antoine CellerierMerges of misc comments in mailing list thread.
2009-01-17 Antoine CellerierDefault duration of 10s when fake isn't forced. Make...
2009-01-17 Joseph Tuloua straighforward still image demuxer with 100% compatib...
2009-01-17 Ilkka Ollakkachannels.conf demux: parse symbol-rate from playlist
2009-01-17 Hannes DomaniGlobal Hotkeys for windows
2009-01-17 Jean-Baptiste KempfQt: interaction, add accelerators to the buttons.
2009-01-17 Laurent AimarUse "can-rate" and "state" input variable when applicable.
2009-01-16 Felix Paul Kühnecompilation fix in case that INT64_C isn't defined
2009-01-16 Laurent AimarFixed an invalid use of p_input->i_pts_delay.
2009-01-16 Laurent AimarFixed invalid use of p_input->i_pts_delay.
2009-01-16 Felix Paul Kühnemacosx: fix 2 warnings
2009-01-16 Felix Paul Kühnemacosx: changed the data appearance in the info panel...
2009-01-16 Jean-Baptiste KempfQt: fix win32 compilation
2009-01-16 Jean-Baptiste KempfQt: simple preferences, User Experience improvements.
2009-01-16 Jean-Baptiste KempfQt: remove unneeded code.
2009-01-16 Jean-Baptiste KempfQt: change dialog size.
2009-01-16 Timo Paulssenfix cdda playlists for CDs that have more than 9 titles.
2009-01-16 Jean-Baptiste KempfQt: Kill more warnings.
2009-01-16 Jean-Baptiste KempfQt: kill many warnings.
2009-01-16 Jean-Baptiste KempfQt: interaction, cleanup and fix of the Cancel button...
2009-01-16 Jean-Baptiste KempfQt: menus, simplification and accelerator addition.
2009-01-16 Jean-Baptiste KempfQt: more debug to find the Chapitre and Titre in Qt4
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2009-01-16 Rémi DuraffortUse the access helpers.
2009-01-16 Rémi Duraffortaccess_mms: use STANDARD_READ_ACCESS_INIT and fix poten...
2009-01-16 Rémi Duraffortaccess_gnomevfs: Read function take a size_t and not...
2009-01-16 Rémi Duraffortaccess_samba: don't use deprecated functions.
2009-01-15 Jean-Marc DresslerFix several compilation bugs in msw vout
2009-01-15 Ken SelfIncreased RC interface input buffer
2009-01-14 Christophe MutricyQt4: more const
2009-01-14 Laurent AimarPartially revert 497a6b5b as it creates infinite loops...
2009-01-14 Christophe MutricyRemove unused includes
2009-01-14 Christophe MutricyRemove unused includes
2009-01-14 Rémi Duraffortupnp_intel: fix potential memleak.
2009-01-14 Rémi Denis-CourmontWin32: get rid of vlc_thread_ready()
2009-01-14 Rémi Denis-CourmontRemove unmatched vlc_thread_ready (vlc_create_thread...
2009-01-14 Rémi Denis-CourmontQt4: fix transcode/stream character encoding - fixes...
2009-01-14 Rémi Denis-CourmontQt4: get rid of qta in favor of qtu
next