]> git.sesse.net Git - vlc/shortlog
vlc
2009-06-27 Felix Paul... macosx: reflect nib file changes in make dist
2009-06-27 Felix Paul... macosx: converted the remaining nib files to the IB...
2009-06-27 Felix Paul... contribs: fixed glib compilation by removing the depend...
2009-06-27 Laurent AimarWorkaround libmpeg2 DPB bugs (#2883).
2009-06-27 Rémi Denis... Fix format security warnings (fixes: #2857)
2009-06-26 Derk-Jan Hartmanmacosx: Don't try to guess a name anymore. This is...
2009-06-26 Jean-Paul Samanqt4: v4l2 input no longer support audio capture. Use...
2009-06-26 Derk-Jan Hartmanmacosx: Fix file:// in the open panel
2009-06-26 Derk-Jan Hartmanquartztext: fontsizes of <=0 are not useful. use 12...
2009-06-26 Jean-Baptiste... Update Win32 before 1.0.0
2009-06-26 Rémi Duraffortcodec_fake: use var_CreateGet* when applicable.
2009-06-26 Rémi Duraffortcodec_fake: Fix potential crash (add and delete the...
2009-06-26 Felix Paul... contribs: first step to update the mozilla SDK
2009-06-26 Rémi DuraffortThese headers are global.
2009-06-26 Rémi Duraffortmosaic: fix potential deadlock (unlocking in the right...
2009-06-26 Felix Paul... fixed make dist
2009-06-26 Felix Paul... macosx: added missing nib part
2009-06-26 Felix Paul... macosx: implemented options to disable Apple Remote...
2009-06-26 Felix Paul... macosx: fixed compilation warning
2009-06-26 Rémi Duraffortmosaic: ad missing var_DelCallback.
2009-06-26 Rémi DuraffortMarquee: remove a double var_AddCallback and add a...
2009-06-26 Rémi DuraffortNo need to test for NULL before free and use calloc...
2009-06-26 Rémi DuraffortFix encoding (and writing).
2009-06-26 Rémi DuraffortRemove uneeded test.
2009-06-26 Rémi DuraffortRevert "samba: simplify the configure test."
2009-06-26 Rémi DuraffortDynamicOverlay: fix a race condition (psz_(input|output...
2009-06-26 Rémi DuraffortFix potential crash (missing var_DelCallback).
2009-06-26 Rémi DuraffortDynamicOverlay: fix crash (invalid free).
2009-06-26 Rémi DuraffortDynamicOverlay: cosmetics.
2009-06-26 Rémi Duraffortsamba: simplify the configure test.
2009-06-25 Rémi Denis... Process key action immediately, kill the hotkey thread
2009-06-25 Rémi Denis... http: check x509 common name against the URL
2009-06-25 Rémi Denis... Check for remote file - Linux support
2009-06-25 Derk-Jan Hartmanfile: When loading a non-local file, raise the caching...
2009-06-25 Derk-Jan Hartmaninput: assert in InputSourceInit() if there is no MRL...
2009-06-25 Rémi DuraffortThe variable was already created by config_ChainParse.
2009-06-25 Derk-Jan Hartmancontrib: update fontconfig to 2.7.0
2009-06-25 Derk-Jan HartmanDelete preferences.app: Update with new path due to...
2009-06-25 Derk-Jan Hartmanconfig: Change the caching directories of VLC Mac OS...
2009-06-25 Derk-Jan Hartmanxspf: Don't nop item->psz_nam
2009-06-25 Rémi Duraffortpostproc: fix potential crash (var_DelCallback missing...
2009-06-25 Rémi DuraffortCosmetics (no functionnal changes).
2009-06-25 Rémi DuraffortMissing var_DelCallback.
2009-06-25 Jean-Baptiste... Don't ignore DTS in wav.
2009-06-25 Jean-Baptiste... Decode correctly some ac3 in wav files.
2009-06-25 Derk-Jan Hartmanxspf: Fix a crash on track elements without a location
2009-06-25 Jean-Baptiste... Decode G.726 in Wav
2009-06-25 Jean-Baptiste... Qt: make open dialog modal.
2009-06-25 Rémi DuraffortMove the add/del_callback call (to be sure to have...
2009-06-25 Jean-Baptiste... Qt: fix remaining remeber-folder bug.
2009-06-25 Jean-Paul Samandv: fix compiler warnings about unused variables.
2009-06-25 Jean-Paul Samandv: destroy mutex after vlc_pthread_join()
2009-06-25 Rémi DuraffortCleaning/factorize.
2009-06-25 Rémi Duraffortsamba: remove debug test.
2009-06-25 Rémi DuraffortRewrite the samba access module whithout samba context...
2009-06-25 Rémi DuraffortFix warning (the parameter is an integer, not a pointer)
2009-06-24 Rémi Denis... RTP: fix sdp=file:// with mux
2009-06-24 Rémi Denis... RTP/PS: fix crash at exit
2009-06-24 Rémi Denis... directory: handle relative paths properly
2009-06-24 Rémi DuraffortTypo.
2009-06-24 Rémi DuraffortFix a segfault (buffer overflow for win32 only).
2009-06-24 Rémi DuraffortFix memleak when using --demux.
2009-06-24 Rémi DuraffortCosmetics.
2009-06-24 Rémi DuraffortCleaning.
2009-06-24 Derk-Jan Hartmaninput_item_SetURI(): add a NDEBUG printf check for...
2009-06-24 Ilkka OllakkaImprove x11 xinerama fullscreen window placement
2009-06-24 Derk-Jan Hartmaninput: SetURI No longer use DIRSEP. We are dealing...
2009-06-24 Derk-Jan Hartmanmacosx: Ignore attachment:// in Art uri for now.
2009-06-24 Derk-Jan Hartmanmacosx: Just use openWithURL, instead of uri->path
2009-06-24 Pierre d'Herbemontlibvlc: Abort in case of unhandled exception.
2009-06-23 Erwan Tulouskins2: solve crashes due to releasing variables at...
2009-06-23 Derk-Jan HartmanWhen we fill the name of an input item with URI parts...
2009-06-23 Rémi Denis... Do not inherit xspf-open demux from media library
2009-06-23 Rémi Denis... XSPF: remove harmful base decoding
2009-06-23 Rafaël CarréAssume input_item_t->psz_uri contains an URI
2009-06-23 Rémi Denis... playlist_MLLoad: format library URI correctly
2009-06-23 Rémi Denis... playlist_Import: use make_URI
2009-06-23 Rémi Denis... Excessive white space
2009-06-23 Derk-Jan Hartmanstring: missing space
2009-06-23 Hugo Beauzee... Adding a libvlc_media_add_option_flag
2009-06-23 Rémi DuraffortTypo.
2009-06-22 Erwan Tulouskins2: ensure the new SubX default skins doesn't crash...
2009-06-22 Derk-Jan Hartmanmacosx: memleak due to unneeded strdup()
2009-06-22 Derk-Jan Hartmanrotate filter: Avoid a crash
2009-06-22 Derk-Jan Hartmanmacosx: NSScreen(VLCAdditions) does not leak.
2009-06-22 Derk-Jan HartmanRevert "macosx: NSScreen dealloc is not only called...
2009-06-22 Felix Paul... macosx@core: removed the usage of dyld's 'Library Funct...
2009-06-22 Derk-Jan Hartmanmacosx: NSScreen dealloc is not only called at end...
2009-06-22 Rémi Denis... panoramix filter needs xcb-randr 1.3
2009-06-22 Rémi Denis... Revert "xcb: as we require version 1.3, let's at least...
2009-06-22 Rémi Denis... Remove vlc_UrlEncode
2009-06-22 Rémi Denis... Remove non-existent target
2009-06-22 Rémi DuraffortSimplification.
2009-06-22 Rémi Duraffortpodcast: save configuration when adding/removing podcas...
2009-06-22 Erwan Tulouskins2(SubX): correct a typo ("notdvd.isActive" =>...
2009-06-22 Rafaël CarréCloses #2875 : relative paths in xspf playlists
2009-06-22 Derk-Jan Hartmancopy paste mistake in [7f43b9342a40189805621c02345539e4...
2009-06-22 Derk-Jan Hartmanmacosx plugin: Set miminum system version for the mozil...
2009-06-22 Derk-Jan Hartmanmacosx: Set minimum OS version for the VLC application...
2009-06-22 Derk-Jan Hartmanmacosx: Update list of extensions. Fix video.icns ...
next