]> git.sesse.net Git - vlc/history - modules
Zip: fix handling of special characters (#2467)
[vlc] / modules /
2009-05-19 Jean-Philippe AndreZip: fix handling of special characters (#2467)
2009-05-17 Jean-Baptiste KempfFix --qt-start-mninimized option
2009-05-17 Jean-Baptiste KempfQt: Remove Streaming and Convert/Save menus if compiled...
2009-05-17 Rémi DuraffortFix spatializer: wrong variables name.
2009-05-17 Rémi DuraffortFix memleaks: EnsureUTF8 return NULL if the string...
2009-05-17 Rémi Denis-Courmontrawaud: default FOURCC with local rather than low endianess
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-17 Jean-Baptiste KempfDMO: put more debug if DMO_DEBUG is set
2009-05-17 Jean-Baptiste KempfQt: correctly split the MRL
2009-05-17 Jean-Baptiste KempfQt: fix missing 's' in function name
2009-05-17 Jean-Baptiste KempfCosmetics.
2009-05-17 Jean-Baptiste KempfForgotten FileSeparator issue.
2009-05-17 Jean-Baptiste KempfQt: reindent after last commit.
2009-05-17 Jean-Baptiste KempfQt4: fix DIR_SEP on open.
2009-05-16 Jean-Baptiste KempfGtk_main: fix compilation.... Completly untested.
2009-05-16 Jean-Baptiste Kempfpda: fix typo introduced by [ebd7cf22ae7d5b3a1bbf1cd872...
2009-05-16 Jean-Baptiste Kempfpda: Fix warnings.
2009-05-16 Jean-Baptiste KempfPda: fix compile broken by [05492281]
2009-05-16 Rémi Denis-CourmontTypo
2009-05-16 Rémi Denis-CourmontQt4: non-sense way of getting current playlist item
2009-05-15 Laurent AimarFixed DMO wrapper.
2009-05-15 Laurent AimarRespect album-art for CDDB request.
2009-05-15 Laurent AimarDo not call EnsureUTF8 on NULL string (cdtext).
2009-05-15 Jean-Baptiste KempfAdd wmal and WMAL fourCC
2009-05-15 Jean-Baptiste KempfQt: Be carefull with C++. Fix the issue with downloadin...
2009-05-14 Jean-Baptiste KempfQt: Default Output address to 0.0.0.0 in HTTP and MMS
2009-05-14 Jean-Paul Samanmmsh: cleanup
2009-05-14 Jean-Paul Samanmmstu: fix memleak
2009-05-14 Jean-Paul Samanmmsh: fix potential memleak
2009-05-14 Jean-Paul Samanmmstu: handle keepalive error case
2009-05-14 Rémi Denis-CourmontXCB/window: add XFree86 extended key symbols
2009-05-14 Rémi Denis-CourmontXCB/window: implement --video-title, UTF-8 names
2009-05-13 Rémi Denis-CourmontOpenGL: fix missing GLX window decoration
2009-05-13 Rémi Denis-CourmontXCB/window: do not depend on xcb-aux for one trivial...
2009-05-13 Laurent AimarFixed downmixing to mono (close #2728).
2009-05-13 Pierre Ynardrtsp: fix RTP-Info header syntax
2009-05-13 Rémi Denis-CourmontXCB/window: fix always on top
2009-05-12 Rémi Denis-CourmontSyntax error
2009-05-12 Rémi Denis-CourmontFix invalid use of gettext
2009-05-11 Felix GeyerKDE4 screensaver preemption (fixes #2730)
2009-05-10 Niklas HayerPrevented QT4 gui from changing size while maximized...
2009-05-10 Rémi Denis-CourmontPDA: useless redefinition
2009-05-10 Rémi Denis-CourmontPDA: dummy input locking
2009-05-10 Rémi Denis-CourmontPDA: broken dead code
2009-05-10 Rémi Denis-CourmontHTTP: use DIR_SEP(_CHAR)
2009-05-10 Rémi Denis-CourmontXSPF: use make_URI, should fix #2731
2009-05-10 Rémi Denis-CourmontRemove useless checks
2009-05-10 Rémi Denis-CourmontRemove static prototypes from header file
2009-05-10 Danny WoodPatch: Fix pulseaudio clicking and latency issues
2009-05-09 Christophe MutricyDistribute packetize_helper.h
2009-05-08 Jean-Baptiste KempfNEWS and fix typo in LIST.
2009-05-08 Rémi Denis-CourmontXCB/X11: fix crop
2009-05-08 Christophe Mutricyqt4: we need qtr() else we have encoding problems
2009-05-08 Rémi Duraffortplaylist_ram: fix memleaks and use "const char*" instea...
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
2009-05-07 Laurent AimarCosmetics.
2009-05-07 Laurent AimarMoved date_Decrement to libvlc core from dirac.
2009-05-07 Laurent AimarAdded icyx as http alias (some icy servers seem to...
2009-05-07 Laurent AimarUsed BLOCK_FLAG_PRIVATE_SHIFT for creating private...
2009-05-07 Laurent AimarReplaced DIRAC_EOS by BLOCK_FLAG_END_OF_SEQUENCE.
2009-05-07 Laurent AimarSimplify and fix the block flag test in dirac packetizer.
2009-05-07 Laurent AimarTry to workaround serialno change in ogg web radio.
2009-05-07 Laurent AimarFixed usage of VLC_TS_INVALID (dirac packetizer).
2009-05-07 David FlynnPacketizer is capable of:
2009-05-07 Rémi Denis-CourmontXCB/XVideo: handle scaling, crop and A/R
2009-05-07 Rémi Denis-CourmontXCB/X11: handle scaling, crop and A/R
2009-05-07 Rémi Denis-CourmontXCB/XVideo: fix images with a planar format but without...
2009-05-07 Rémi Denis-CourmontXCB/XVideo: implement pf_control: handle zoom and stay...
2009-05-07 Rémi Denis-CourmontXCB/X11: implement pf_control: handle zoom and stay...
2009-05-07 Laurent AimarThe schroedinger decoder does support non packetized...
2009-05-07 Laurent AimarSet BLOCK_FLAG_CORRUPTED when reseting the packetizer.
2009-05-07 Laurent AimarNo need to set b_packetized in demuxer using a packetizer.
2009-05-07 Laurent AimarDecrease a bit the dirac demuxer (50) to avoid probing...
2009-05-07 David FlynnReads raw dirac streams, feeds into packetizer.
2009-05-07 Laurent AimarReset the timestamp state on BLOCK_FLAG_DISCONTINUITY.
2009-05-07 David Flynncodec/schroedinger: don't reset decoder at corrupt...
2009-05-07 David Flynncodec/schrodinger: don't tag frames with missing pts
2009-05-07 David Flynncodec/schroedinger: fix segfault when schro_decoder_pul...
2009-05-07 Rémi Denis-CourmontRemove useless check for machine/soundcard.h
2009-05-07 Joris van Rooijoss: OpenBSD compile fix
2009-05-07 Jean-Baptiste KempfAdded dvh1 fourcc to ffmpeg
2009-05-07 Jean-Baptiste KempfQt4: preferences, fix Global hotkeys display
2009-05-07 Jean-Baptiste KempfQt: fix systrayIcon menu status to show correct tooltip...
2009-05-07 Jean-Baptiste KempfQt: correctly implement the Global Hotkey saving.
2009-05-06 Laurent AimarAdded hdv6->8 fourcc to ffmpeg.
2009-05-06 Laurent AimarFixed VP31 in NSV files.
2009-05-06 Jean-Baptiste KempfAudioscrobbler: activate libre.fm capacity since last...
2009-05-06 Laurent AimarFixed typo in avcodec audio.
2009-05-06 Laurent AimarTry to fix compilation with older ffmpeg version.
2009-05-06 Rémi Denis-CourmontAdd rawaud to the list
2009-05-06 Jarmo TorvinenInitial implementation of Raw audio plugin
2009-05-05 Laurent AimarFixed (partially) parsing of E-AC3 not using 1536 sampl...
2009-05-05 Laurent AimarFixed acmod table for ac3/eac3.
2009-05-05 Laurent AimarFixed a regression with avcodec due to 83f58a5076e659f6...
2009-05-05 Rémi Denis-CourmontRemove useless memset
2009-05-05 Rémi Duraffortgrowl: fix object leak.
2009-05-05 Rémi Duraffortgrowl: fix an assert.
2009-05-05 Rémi Duraffortgrowl: fix compilation.
2009-05-05 Laurent AimarUse audio channel layout only when supported by avcodec.
2009-05-05 Rémi Denis-CourmontWine: compilation fixes
next