]> git.sesse.net Git - vlc/shortlog
vlc
2008-06-18 Felix Paul... Fixed VLC-release.app and distribution of Info.plist
2008-06-18 Antoine CellerierShould fix compilation of dshow access. Thanks to Poe.
2008-06-18 Antoine CellerierFix uninitialized pointer use.
2008-06-18 Jean-Paul SamanForgot to test when ZVBI is not compiled in.
2008-06-18 Antoine CellerierAdd options to configure audio input format (code was...
2008-06-18 Antoine CellerierCosmetics.
2008-06-18 Jean-Paul SamanFix mozilla toolbar button click logic.
2008-06-18 Jean-Paul SamanUpdate mozilla test page.
2008-06-18 Jean-Paul SamanTry to correctly guess which button has been clicked...
2008-06-18 Anthony LoiseauAdd "toolbar:bool" RW property for the JS API, fix...
2008-06-18 Jean-Paul SamanBreak long line.
2008-06-18 Jean-Paul SamanFix calculation of toolbar width.
2008-06-18 Jean-Paul SamanUse commandline value if available for setting teletext...
2008-06-18 Jean-Paul SamanAdd callback to spu-es from the input.
2008-06-18 Jean-Paul SamanAdd some video-filter2 effects to wxwidget extrapanel
2008-06-18 Jean-Paul SamanRemove silly out of memory message in out of memory...
2008-06-18 Jean-Paul SamanReplace vlc_object_find() and vlc_object_release()...
2008-06-18 Jean-Paul SamanTypo in pl_Release();
2008-06-18 Pierre d'Herbemontmedia_player: Don't forgot to clear exception.
2008-06-18 Jean-Baptiste... Menus: Comments and code cosmetics.
2008-06-18 Jean-Baptiste... Fix popup menu play and interface entries.
2008-06-18 Jean-Philippe... Qt menus: fix popup submenus non disparition
2008-06-17 Bill C RiemersNo need to send Connection: close or Connection: Keep...
2008-06-17 Rémi Denis... RTP: align RTP port numbers properly
2008-06-17 Rémi Denis... Move object lock and condition into the internals
2008-06-17 Rémi Denis... SAP: mutex double initialization
2008-06-17 Rémi Denis... Remove the last direct use of object_wait
2008-06-17 Rémi Denis... Use vlc_object_signal
2008-06-17 Rémi Denis... Use vlc_object_lock and vlc_object_unlock
2008-06-17 Bill C Riemersaccess_http: do not close the stream when seeking out...
2008-06-17 Rémi Denis... HTTP: do not send a negative byte range
2008-06-17 Rémi Denis... AVI: do not ask whether to fix the index for non-seekab...
2008-06-17 Jean-Baptiste... Simplify and remove duplicate code.
2008-06-17 Pierre d'Herbemontinput: Attempt to fix variables deadlocks.
2008-06-17 Jean-Baptiste... Fix commit [a0a315c850c037a71e4bf8fd854bb6c671af4e02]
2008-06-17 Jean-Baptiste... Small change in menus order
2008-06-17 Jean-Baptiste... Cosmetic.
2008-06-17 Jean-Philippe... Qt menus: use addDPStaticEntry and add a static Subtitl...
2008-06-17 Jean-Philippe... Qt menus: popup interface menu
2008-06-17 Jean-Philippe... Qt menus: Add a fullscreen switch button (popup)
2008-06-17 Jean-Philippe... Clean popup menu
2008-06-17 Jean-Philippe... Qt menus: s/Q_FOREACH/foreach
2008-06-17 Jean-Philippe... Qt menus: prefer THEMIM->getInput()
2008-06-17 Jean-Philippe... Qt menu: fix navigation, delete non static entries
2008-06-17 Jean-Philippe... Qt menus: add loadSubtitlesFile
2008-06-17 Jean-Philippe... Qt menus: enable/disable correctly static entries
2008-06-17 Jean-Philippe... Qt menu: use MenuFunc with InterfaceMenu
2008-06-17 Jean-Philippe... Qt4 menus: start fixing ticket 1602
2008-06-16 Rémi Denis... vmem: small memory leak
2008-06-16 Rémi Denis... live555: remove tautology
2008-06-16 Dominique LeuenbergerFix Memory leak: free proxy_factory even when buffer...
2008-06-16 Rémi Denis... RTP: handle odd port numbers correctly
2008-06-16 Przemyslaw... MMS stream pausing
2008-06-16 Rémi Denis... RTP sout: memory leak
2008-06-16 Rémi Denis... RTP sout: append RTCP BYE to the Sender Report
2008-06-16 Vincent Penquerc'hogg: only check kate magic in the first 8 bytes
2008-06-16 Pierre d'Herbemontinput: Make sure we send input state changes events...
2008-06-16 Felix Paul... Removed the 'fetch-meta' setting as it isn't present...
2008-06-15 Felix Paul... Redesigned the window to make it look more Mac-like...
2008-06-15 Felix Paul... Added stub on libfreetype, so we don't forget about it
2008-06-15 Felix Paul... the vout might still run after the playlist termination...
2008-06-15 Pierre d'Herbemontupdate: It's not allowed to vlc_object_release() from...
2008-06-15 Pierre d'Herbemontmacosx: Make sure we have an autorelease pool in -check...
2008-06-15 Pierre d'Herbemontupdate: Use const char * for psz_destdir.
2008-06-15 Pierre d'Herbemontmacosx: Make sure we do call update on main thread.
2008-06-15 Pierre d'Herbemontmacosx: Get rid of vlc_object_find(playlist).
2008-06-15 Pierre d'Herbemontmacosx: Fix assert. (hum).
2008-06-15 Pierre d'HerbemontFix VLC.app.
2008-06-15 Jean-Baptiste... Fix win32 compile. 0.9.0-test0
2008-06-15 Pierre d'Herbemontmacosx: s/NSAssert/assert/
2008-06-15 Pierre d'Herbemontmacosx: Use var_GetBool.
2008-06-15 Pierre d'Herbemontmacosx: Use NSAssert for impossible cases.
2008-06-15 Rémi Denis... RTP sout: fix buffer size for SRTP
2008-06-15 Rémi Denis... SRTP: check buffer length before sequence
2008-06-15 Rémi Denis... Add build dependency
2008-06-15 Rémi Denis... RTP sout: rudimentary SRTP support
2008-06-15 Rémi Denis... SRTP: test the parser
2008-06-15 Rémi Denis... SRTP: fix parser
2008-06-15 Rémi Denis... RTP: need to create variables before using them
2008-06-15 Antoine CellerierFix image resizing with non accelerated vouts. Still...
2008-06-15 Rémi Denis... Remove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
2008-06-15 Rémi Denis... input: kill all the children [add evil laughters here]
2008-06-15 Rémi Denis... streams are always attached to access - no need for...
2008-06-15 Kaloyan KovachevDynamic two-keys CSA
2008-06-15 Pierre d'Herbemontlibvlc_event: Typo.
2008-06-15 Pierre d'Herbemontlibvlc_event: Fix a typo in libvlc_event_manager_releas...
2008-06-15 Pierre d'Herbemontvout: Create the drawable variable from the vout, not...
2008-06-15 Pierre d'Herbemontplaylist: Fix a typo in event detaching.
2008-06-15 Rémi Denis... Fix warnings
2008-06-15 bl4M3U playlist detection
2008-06-15 Rémi Denis... RTP: always enable Roll-Over-Counter carriage
2008-06-15 Rémi Denis... Remove unused VLC_EBADOBJ
2008-06-15 Dominique LeuenbergerHTTP access: support for libproxy, with configure autod...
2008-06-15 Jean-Paul SamanAdd a note about extended state reporting for the web...
2008-06-15 Rémi Denis... RTMP output: fix warnings (msg_Warn invocation was...
2008-06-15 Rémi Denis... RTMP output: restore listen/accept and remove ENOSYS...
2008-06-15 Antoine CellerierUpdate lua intf scripts to new API (untested).
2008-06-15 Antoine CellerierUpdate lua meta script to new API (untested).
2008-06-15 Antoine CellerierUpdate lua playlist scripts to new API. (untested)
2008-06-15 Antoine CellerierAdd a global documentation for all the Lua modules.
next