]> git.sesse.net Git - vlc/history - modules
Remove FREE() macro, since free() does the same internally
[vlc] / modules /
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-30 Rémi Denis-CourmontTypo
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-30 Pierre d'Herbemontmodules/gui/minimal_macosx: Fix shortname and add short...
2007-09-30 Pierre d'Herbemontmodules/video_output/opengl.c: Allow opengl provider...
2007-09-29 Laurent AimarFixed regression in EITConvertToUTF8.
2007-09-29 Jean-Baptiste KempfQt4 - add a record icon, might be unused.
2007-09-29 Jean-Baptiste KempfQt4 - New icons for extended preferences.
2007-09-29 Rafaël Carréncurses: don't use *Locale() conversion functions when...
2007-09-29 Jean-Paul SamanCheck malloc return value)
2007-09-29 Rafaël Carrételepathy: 10 calls to the "item-change" callback may...
2007-09-29 Rémi Denis-CourmontSpecify SSRC in SETUP response
2007-09-28 Rafaël Carrédon't compare signed with unsigned
2007-09-28 Laurent AimarUpdate build system for cdg demuxer/codec.
2007-09-28 Laurent AimarAdded CD+G file support:
2007-09-28 Rafaël Carrételepathy: fixes [22301]. '-' is forbidden in variable...
2007-09-28 Rafaël Carrételepathy: avoid flooding the bus when playing some...
2007-09-28 Rafaël Carrételepathy: same than [22299]
2007-09-28 Rafaël Carrédbus: Removes dbus_threads_init_default() since it...
2007-09-28 Rafaël Carréscreensaver: Removes unused variable
2007-09-28 Christophe MutricyDon't show unsaveable options in the preferences
2007-09-27 Rémi Denis-CourmontCosmetics
2007-09-27 Rémi Denis-CourmontFix segmentation fault
2007-09-27 Rémi Denis-CourmontAlso try to send twice without splice().
2007-09-27 Rémi Denis-CourmontCheck sending error (fixes #134; closes #514)
2007-09-27 Rémi Denis-CourmontDetect EOF for datagram connection
2007-09-26 Rémi Denis-CourmontHard-code precomputed Diffie-Hellman-Merkel group param...
2007-09-26 Jean-Paul SamanInit decoder fmt_out structure, so it can be used in...
2007-09-24 Rémi Denis-CourmontRemove never used RTP timestamp_start
2007-09-24 Rémi Denis-CourmontBasic support for RTP-Info
2007-09-24 Rémi Denis-CourmontComplain if the protocol is not RTSP
2007-09-24 Rémi Denis-CourmontWe only support RTSP one point ZERO. Do not claim other...
2007-09-24 Rémi Denis-CourmontFactor out RTSP control URL writing so it can be re...
2007-09-24 Jean-Baptiste KempfQt4 - Remove a funny debug message.
2007-09-23 Rémi Denis-CourmontOnly reference the input when we have at least one...
2007-09-23 Jean-Baptiste KempfQt4 MainInterface: Smaller Size on Linux.
2007-09-23 Jean-Baptiste KempfAdd HDYC fourCC for some HD Raw Videos.
2007-09-23 Jean-Baptiste KempfAdd Y41B and Y42B FourCC. Solves rare raw video detection.
2007-09-23 Jean-Baptiste KempfAdd AVUI fourCC, fix the problem with http://samples...
2007-09-23 Rémi Denis-CourmontDisable HTTP art handler by default, due to security...
2007-09-23 Rémi Denis-CourmontDo not leak the art handler from HTTP interface - fixes...
2007-09-22 Rémi Denis-CourmontSupport for loading Diffie-Hellman-Merkel key exchange...
2007-09-22 Rémi Denis-CourmontPush something to RPN when vlc_config_get fails - fixes...
2007-09-22 Rémi Denis-CourmontCompile fix
2007-09-22 Rémi Denis-CourmontAdd mode parameter to utf8_mkdir, and stop creating...
2007-09-22 Rémi Denis-CourmontFix double-free
2007-09-22 Rémi Denis-CourmontWrite computed Diffie-Hellman-Merkel parameters to...
2007-09-22 Rémi Denis-CourmontRemove stupid broken error message in XSPF parser ...
2007-09-22 Rémi Denis-CourmontSpeex RTP payload format output - refs #1291
2007-09-22 Rémi Denis-CourmontUse a different FOURCC for Speex from RTP (refs #1291),
2007-09-22 Rémi Denis-CourmontSupport for decoding Speex from RTP - refs #1291
2007-09-22 Rémi Denis-CourmontUse up-to-date typedef from GnuTLS
2007-09-22 Rémi Denis-CourmontCreate the user certificate directories automagically
2007-09-22 Rémi Denis-CourmontFix overflow
2007-09-22 Rémi Denis-CourmontHTTP control interface does not depend on TLS directly...
2007-09-22 Rémi Denis-CourmontFix TLS session cleanup
2007-09-22 Rémi Denis-CourmontCleanup server name parameter handling
2007-09-22 Rémi Denis-CourmontRework/simplify the TLS plugin interface (LibVLC <...
2007-09-21 Ilkka Ollakkasmall change in album art change.
2007-09-21 Rémi Denis-CourmontComment out the dccp-service-code stuff since we do...
2007-09-21 Rémi Denis-CourmontAdd --sout-rtp-rtcp-mux option for RTP/RTCP multiplexing
2007-09-21 Bernie PurcellFix for problem found by Sebastien Fievet where subtitl...
2007-09-20 Jean-Paul SamanAdjust height of subpicture region.
2007-09-20 Jean-Paul SamanFix return values for spu_Create() and spu_Init().
2007-09-20 Rémi Denis-CourmontAnother Win32 problem
2007-09-20 Rémi Denis-CourmontFix typo
2007-09-20 Rémi Denis-CourmontDMO/loader patch from Alex Antropoff.
2007-09-20 Pierre d'Herbemontmacosx/intf.m: Fix Mac OS X interface.
2007-09-20 Jean-Paul SamanDisable --vbi-text by default.
2007-09-19 Jean-Paul SamanDecoder teletext subtitles as text (ASCII, UTF-8 or...
2007-09-19 Rémi Denis-CourmontRTCP: support for RTP/RTCP multiplexed on the same...
2007-09-19 Rémi Denis-CourmontRemove unused variables
2007-09-19 Rémi Denis-CourmontPartial support for RTP over connection-oriented media
2007-09-19 Rémi Denis-CourmontFix RTP prebufferring regression
2007-09-19 Rafaël Carrélua: check stream_UrlNew return value
2007-09-18 Christophe MutricyTypos
2007-09-18 Jean-Paul SamanLast bit of cleanup in transcode_osd_new()
2007-09-18 Jean-Paul SamanSimplify handling of osdmenu streaming
2007-09-18 Rafaël CarréLeftover strerror
2007-09-18 Rémi Denis-CourmontRemove last occurences - fixes #1297
2007-09-18 Rémi Denis-CourmontRemove dead code
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-18 Rafaël CarréUse intf_ShouldDie()
2007-09-18 Rémi Denis-CourmontDon't cite strerror. It is a bad example!
2007-09-18 Jean-Paul SamanLet user change position of Teletext subtitles.
2007-09-18 Jean-Paul SamanCheck malloc returns value
2007-09-18 Jean-Paul SamanReturn VLC_ENOMEN iso VLC_EGENERIC when no more memory...
2007-09-17 Rafaël CarréAvoid using sed -i which seems to be non standard.
2007-09-17 Rafaël Carrételepathy: updates the presence only if the "item-chang...
2007-09-17 Rafaël Carréhal services_discovery: fix invalid access to memory...
2007-09-17 Rémi Denis-CourmontStick to American ASCII quotes otherwise gettext will...
2007-09-17 Rafaël CarréNew Telepathy plugin, to customize user Presence with...
2007-09-17 Rémi Denis-CourmontAttempt to fix today's RTP access changes
2007-09-17 Rémi Denis-CourmontHandle RTSP URLs that ends with a single slash properly
2007-09-17 Jean-Baptiste KempfQt4 - Disc probing under Windows in open. Patch By...
2007-09-17 Jean-Baptiste KempfQt4 - VLM dialog improvements by JF Massol.
2007-09-17 Rémi Denis-CourmontDo not compute values that are never used (anymore)
2007-09-17 Rémi Denis-CourmontIgnore muxed RTCP packets for AVP profile
2007-09-17 Rémi Denis-Courmont- Restore RTP pre-buffering broken in previous commit.
next