]> git.sesse.net Git - vlc/history - modules
Makefile: the wx inteface does not exist anymore.
[vlc] / modules /
2009-07-07 Rémi DuraffortFix typo.
2009-07-07 Rémi Durafforthttp: limit the number of redirection we can follow.
2009-07-07 Rémi Durafforthttp: remove trailing space.
2009-07-07 Rémi DuraffortFix an infinite loop if we redirect from http to https...
2009-07-07 Rafaël CarréFolder album art : use the correct config option name
2009-07-06 Rafaël Carréfolder meta data retriver: some enhancements
2009-07-06 Jean-Baptiste KempfQt: fix albumart on Win32.
2009-07-05 Rémi Denis-CourmontDo not embed \0 in format string - fix warning
2009-07-04 Rémi Denis-CourmontOSX: adapt to error dialog changes (untested)
2009-07-04 Rémi Denis-CourmontQt4: adapt to error changes
2009-07-04 Laurent AimarAdded support for 3f->stereo/mono downmixing (close...
2009-07-04 Rémi Duraffortaccess_http: fix a memory leak (each time we follow...
2009-07-04 Rémi Duraffortglutls: fix potential memleak.
2009-07-04 Rémi Duraffortaccess_http: fix potential memleak.
2009-07-04 Rémi Duraffortsmb: remove dummy define (this is already done (properl...
2009-07-04 Rémi Duraffortrtmp: kill the thread if the active connect failed..
2009-07-04 Rémi Duraffortrtmp: fix a memory leak (we must release the fifo)
2009-07-04 Fabian KeilLet HandleMeta return ret instead of 0, why else would...
2009-07-04 Fabian KeilIn HandleMessage(), don't let the 0xF0 case fallthrough...
2009-07-03 Fabian KeilRemove write-only variable i_maxbytespersec in avi_Head...
2009-07-03 Fabian KeilIn InitGLX13(), make sure fbconf has a defined value...
2009-07-03 Jean-Baptiste KempfSSA on Windows: show a progress dialog during font...
2009-07-02 Rémi Denis-CourmontRevert "qt4 - Make errors dialog Application Modal."
2009-07-02 Rémi Denis-Courmontlibmpeg2: fix division by zero (fixes #2920)
2009-07-02 Rémi DuraffortFix encoding when looking for subtitles (missing qfu).
2009-07-01 Jean-Baptiste KempfQt: plugins dialog as a toggle one.
2009-07-01 Jean-Baptiste KempfQt: Close #2906
2009-07-01 Laurent AimarRemoved unused function in spatializer.
2009-07-01 JP DingerSpatializer fixing
2009-07-01 Laurent AimarImproved error message in case of unrecognized DVB...
2009-07-01 Laurent AimarAdded 2 missings DVB subtitle types (used by french...
2009-07-01 Rémi Duraffortsmb: fix compilation for win32.
2009-07-01 Rémi Duraffortrss: factorize.
2009-07-01 Rémi Duraffortsmb: use utf8_open (fix #2922)
2009-07-01 Rémi Duraffortrss: remove a dummy lock (we don't need to lock the...
2009-07-01 Rémi Duraffortrss: fix a memleak (double strdup) and ad a missing...
2009-06-30 Jean-Baptiste KempfQt: Remove some connect errors.
2009-06-30 Rémi DuraffortWe must not return the picture directly but copy it...
2009-06-30 Rémi DuraffortCorrectly fix the segfault if no mask is provided.
2009-06-30 Rémi Duraffortcolorthres: remove a call to var_GetInteger inside...
2009-06-30 Rémi Duraffortrss: fix object leak.
2009-06-30 Rémi DuraffortCosmetics.
2009-06-30 Rémi DuraffortRemove FIXME (already fix).
2009-06-30 Rémi DuraffortRemove dummy p_sys variable.
2009-06-30 Pierre Ynardvod_rtsp: fix segfault if memory allocation fails
2009-06-30 Rémi Duraffortfix potential memleak.
2009-06-30 Rémi DuraffortFix a segfault if the mask can't be loaded and aso...
2009-06-30 Rémi DuraffortFix a crash if BEST_AUTOCROP isn't defined (non initial...
2009-06-30 Rémi DuraffortGlobal headers.
2009-06-30 Rémi DuraffortFix encoding.
2009-06-30 Derk-Jan Hartmanvcd: arpa/inet.h is required for ntohl() on FreeBSD
2009-06-29 Rémi Denis-CourmontRAM: use decode_URI(), not FromLocale(). Untested.
2009-06-29 Rémi Denis-CourmontRemove dummy string copy
2009-06-28 Erwan Tulouskins2(Windows): fix sporadic vlc hangings at termination
2009-06-28 Laurent AimarMade sure that our output buffer is large enough with...
2009-06-28 Laurent AimarForged a TTA1 header in matroska if not present.
2009-06-28 Laurent AimarDo not skip non finite size element in matroska.
2009-06-28 Erwan Tulouskins2(windows): correct playback not started automatic...
2009-06-28 Erwan Tulouskins2(Windows): add a command to start the first playl...
2009-06-28 Erwan Tulouskins2: remove unneeded code (already inherited from...
2009-06-28 Erwan Tulouskins2: add missing var_DelCallback
2009-06-27 Felix Paul Kühnemacosx: fixed video output
2009-06-27 Laurent AimarWorkaround libmpeg2 DPB bugs (#2883).
2009-06-27 Rémi Denis-CourmontFix 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 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()
next