]> git.sesse.net Git - vlc/history - modules
macosx: Don't try to guess a name anymore. This is now done in the core.
[vlc] / modules /
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 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 Rémi DuraffortThese headers are global.
2009-06-26 Rémi Duraffortmosaic: fix potential deadlock (unlocking in the right...
2009-06-26 Felix Paul Kühnemacosx: implemented options to disable Apple Remote...
2009-06-26 Felix Paul Kühnemacosx: 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 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-25 Rémi Denis-CourmontProcess key action immediately, kill the hotkey thread
2009-06-25 Rémi Denis-Courmonthttp: check x509 common name against the URL
2009-06-25 Rémi Denis-CourmontCheck for remote file - Linux support
2009-06-25 Derk-Jan Hartmanfile: When loading a non-local file, raise the caching...
2009-06-25 Rémi DuraffortThe variable was already created by config_ChainParse.
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 KempfDon't ignore DTS in wav.
2009-06-25 Jean-Baptiste KempfDecode 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 KempfDecode G.726 in Wav
2009-06-25 Jean-Baptiste KempfQt: 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 KempfQt: 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-CourmontRTP: fix sdp=file:// with mux
2009-06-24 Rémi Denis-CourmontRTP/PS: fix crash at exit
2009-06-24 Rémi Denis-Courmontdirectory: handle relative paths properly
2009-06-24 Rémi DuraffortFix a segfault (buffer overflow for win32 only).
2009-06-24 Rémi DuraffortCosmetics.
2009-06-24 Rémi DuraffortCleaning.
2009-06-24 Ilkka OllakkaImprove x11 xinerama fullscreen window placement
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-23 Erwan Tulouskins2: solve crashes due to releasing variables at...
2009-06-23 Rémi Denis-CourmontXSPF: remove harmful base decoding
2009-06-23 Rafaël CarréAssume input_item_t->psz_uri contains an URI
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 Derk-Jan Hartmanmacosx: NSScreen dealloc is not only called at end...
2009-06-22 Rémi Denis-CourmontRemove vlc_UrlEncode
2009-06-22 Rémi DuraffortSimplification.
2009-06-22 Rémi Duraffortpodcast: save configuration when adding/removing podcas...
2009-06-22 Rafaël CarréCloses #2875 : relative paths in xspf playlists
2009-06-22 JP DingerCosmetics in live555: Factor out duplicate code, avoid...
2009-06-22 Rémi DuraffortSplit the test for user/passwd and the test for the...
2009-06-22 Rémi DuraffortFix the previsous commit: if the user or the password...
2009-06-22 Rémi DuraffortThese header files are global and not local.
2009-06-22 Rémi DuraffortCleaning.
2009-06-22 Rémi DuraffortRemove duplicate code.
2009-06-22 Rémi DuraffortAdd missing CoUninitialize.
2009-06-22 Rémi DuraffortFIx a segfault: we need both user and password to be...
2009-06-21 Derk-Jan Hartmanmac text renderer: Fix a nasty crash in the YUVA renderer
2009-06-21 Derk-Jan Hartmanmac text renderer: make sure our picture is of the...
2009-06-21 Jean-Baptiste KempfQt: use the native dialog for Save Playlist
2009-06-21 Jean-Baptiste KempfQt: reinventing the wheel is always a good solution.
2009-06-21 Jean-Baptiste KempfQt: be sure to use everywhere the saved path.
2009-06-21 Rémi DuraffortSimplification.
2009-06-21 Rémi DuraffortFactorize.
2009-06-21 Rémi DuraffortFix potential memleak.
2009-06-21 Rémi DuraffortDead initialization.
2009-06-19 Derk-Jan Hartmanhttp interface: strdup memleaks
2009-06-19 Jean-Baptiste KempfQt: store the filedialog path in Qt setings, instead...
2009-06-19 Jean-Baptiste KempfQt: first step to fix directory remembering.
2009-06-19 Jean-Baptiste KempfQt: cosmetics and comments.
2009-06-19 Jean-Baptiste KempfQt: correct right click selection.
2009-06-19 Rémi DuraffortFix compilation (thanks to cppcheck developpers to...
2009-06-19 Rémi DuraffortFix memleak.
2009-06-19 Rémi DuraffortNever print the password in the logs.
2009-06-19 Rémi DuraffortDon't print the password in the logs (even debug ones).
2009-06-19 Rémi DuraffortMissing const.
2009-06-19 Rémi DuraffortRemove dead initialization.
2009-06-19 Rémi DuraffortUse vlc_mutex_locker
2009-06-19 Rémi DuraffortUse vlc_mutex_locker.
2009-06-19 Rémi DuraffortNo need to test for NULL here.
2009-06-19 Rémi DuraffortNo need to test for p_sys != NULL as it's already teste...
2009-06-19 Rémi DuraffortRemove unused includes and factorize.
2009-06-18 Laurent AimarFixed a typo.
2009-06-18 Laurent AimarWorkaround buggy flv files (#2590).
2009-06-18 Laurent AimarDo not ask the user if we should build the avi index...
2009-06-18 Laurent AimarUsed AVCodecContext::ticks_per_frame when available.
2009-06-18 Laurent AimarCosmetics.
next