]> git.sesse.net Git - vlc/history - modules
Add var_CreateGetNonEmptyString and factor some code
[vlc] / modules /
2007-02-20 Jean-Paul SamanCompile fixes
2007-02-20 Jean-Paul SamanFix typo
2007-02-20 Jean-Paul SamanTreat all live555 versions before LIVEMEDIA_LIBRARY_VER...
2007-02-20 Jean-Paul SamanRewrite of live555 demux (TODO: RTPInfo support)
2007-02-20 Jean-Paul Samanplaylist_NodeAddInput() prototype changed, this commit...
2007-02-20 Jean-Paul Samanplaylist_Add() prototype changed
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-20 Felix Paul Kühne* don't double free an object! Thanks to nivix for...
2007-02-19 Rémi Denis-CourmontFix use of uninitialized memory with raw UDP
2007-02-19 Rémi Denis-Courmont- send RTCP BYE at exit,
2007-02-19 Rémi Denis-CourmontFix a bunch of meomory object and descriptor leaks
2007-02-19 Rémi Denis-CourmontSimplistic RTCP sender for access output
2007-02-19 Rémi Denis-Courmont- b_rtpts should really b a boolean (!)
2007-02-19 Rémi Denis-CourmontLeverage Set*LE()
2007-02-18 Felix Paul Kühne* animate vout-window resizements. Patch by Pierre...
2007-02-18 Antoine CellerierAutomatically choose ffmpeg{mux=flv} if dst ends in...
2007-02-17 Antoine CellerierUpdate copyright date.
2007-02-17 Antoine Celleriermpl2 subtitles support by Roman Bednarek. Thanks.
2007-02-17 Antoine Cellerierffmpeg/mux.c: implement MUX_GET_MIME.
2007-02-17 Antoine CellerierWith recent libavformat, only use the evil CODEC_ID_MP2...
2007-02-17 Antoine CellerierFix ffmpeg muxer header writing. This allows flash...
2007-02-15 Rémi Denis-CourmontSupport for FLAC version 1.1.3 - fixes #921
2007-02-15 Rémi Denis-CourmontHTTP and UDP access outputs return byte count
2007-02-15 Rémi Denis-CourmontSuppress timeout parameter from net_Select() - refs...
2007-02-15 Rémi Denis-Courmont- Fix error reporting in net_Read* (refs #1056)
2007-02-15 Rémi Denis-Courmont- Fix file descriptors leak
2007-02-15 Rémi Denis-CourmontFix out-of-bound read
2007-02-15 Rémi Denis-CourmontClose telnet connection in case of error (fixes #995)
2007-02-15 Rémi Denis-CourmontUndo broken Win32 ifdefs (breaks IPv6 case on decent...
2007-02-14 Rémi Denis-CourmontSingle service DCCP/RTP/AVP input
2007-02-14 Rémi Denis-CourmontFix undefined function call
2007-02-14 Rémi Denis-Courmont- Write COMEDIA MRLs properly (host is the remote rathe...
2007-02-14 Christophe Massiot * modules/mux/mpeg/ts.c: EN 300 473 says that data_ali...
2007-02-13 Rémi Denis-CourmontMark EOF in case of connection-orinted RTP transport
2007-02-13 Rémi Denis-Courmont0 bytes UDP packet are legal!
2007-02-13 Rafaël CarréFixes segfault introduced in [18810]
2007-02-13 Jean-Paul SamanCorrect module type
2007-02-12 Rémi Denis-CourmontFix SAP TCP/RTP support
2007-02-12 Olivier Teulière * skins2/controls/ctrl_text.cpp: Fixed weird behaviour...
2007-02-12 Rémi Denis-CourmontFix previous commit
2007-02-12 Rémi Denis-CourmontSupport for TCP/RTP/AVP (rtptcp://).
2007-02-12 Rémi Denis-CourmontFix out-of-bound read in RTP access
2007-02-12 Rémi Denis-CourmontUndo [18814]
2007-02-12 Damien Fouilleul- udp.c: unix fix
2007-02-12 Damien Fouilleul- win32 replacements for inet_pton/inet_ntop
2007-02-12 Damien Fouilleuludp.c: MakeRandMulticast fix for win32, courmisch to...
2007-02-12 Rafaël CarréFixes album art local discovery and preparsing for...
2007-02-12 Antoine Celleriers/borken/broken/
2007-02-12 Antoine CellerierConditionaly compile the mux fix as it requires a new...
2007-02-11 Rémi Denis-CourmontRemove useless parameter to net_Select
2007-02-11 Antoine CellerierPrint more debug messages from ffmpeg when using the...
2007-02-11 Rémi Denis-CourmontFix fallback to live555
2007-02-11 Rémi Denis-CourmontFix SAP parser (again)
2007-02-11 Antoine Cellerier * Fix ffmpeg muxer. (flv muxing now works with ./vlc...
2007-02-11 Rémi Denis-CourmontRemove debug spammer - fixes #971
2007-02-11 Antoine CellerierAdd option to specify which muxer we want to use in...
2007-02-11 Rémi Denis-CourmontImprove SAP parser
2007-02-11 Antoine CellerierUse net_Accept's timeout param instead of a call to...
2007-02-11 Rémi Denis-CourmontRemove some dead code
2007-02-11 Rémi Denis-CourmontFix for insane naming convention
2007-02-11 Rémi Denis-CourmontSupport for auto-generated pseudo-random multicast...
2007-02-11 Antoine CellerierFix #675.
2007-02-11 Antoine CellerierFix #1048... kind of. Should the rc interface be able...
2007-02-11 Christophe MutricyThat was forgotten in [18758]
2007-02-10 Rémi Denis-CourmontMinor cleanup
2007-02-10 Rémi Denis-CourmontFix double free - closes #1032
2007-02-10 Rémi Denis-CourmontEnglish grammar fixes (I think)
2007-02-10 Felix Paul Kühne* fixed a bug which prevented the fspanel to show up...
2007-02-10 Rémi Denis-CourmontRemove useless debug message
2007-02-10 Rémi Denis-CourmontRestore some kind of SAP support
2007-02-10 Rémi Denis-CourmontAdd some debug
2007-02-10 Rémi Denis-CourmontExport src/dst addr/port from UDP access output
2007-02-10 Rémi Denis-CourmontCompile fix
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2007-02-10 Rémi Denis-CourmontForce RTP for UDP-Lite, as we have no legacy issue...
2007-02-10 Rémi Denis-CourmontFix warnings
2007-02-10 Rémi Denis-CourmontRemove useless define
2007-02-10 Rémi Denis-CourmontBig SAP/announce cleanup
2007-02-10 Rémi Denis-CourmontFix compiler warning
2007-02-10 Christophe Mutricytelnet.c: remove the bloat which was needed when string...
2007-02-09 Antoine CellerierAdd "key" (or "hotkey") command in RC to simulate a...
2007-02-09 Rémi Denis-CourmontPartial announce API cleanup
2007-02-09 Rémi Denis-Courmontmultipass x264 patch courtesy of Sašo Kiselkov
2007-02-09 Rémi Denis-CourmontRemove use SAP/TTL cruft
2007-02-09 Christophe Massiot * modules/demux/ts.c: Fixed erroneous warning messages...
2007-02-08 Jean-Baptiste KempfQt4: One Day / One Simples Pref UI.
2007-02-07 Christophe MutricyAdd media key to X11 vouts. Patch by loox.thefuture
2007-02-07 Damien Fouilleul- directx: put the code in the right place ;)
2007-02-07 Damien Fouilleul- directx, direct3d: for non-overlay surfaces, remove...
2007-02-07 Jean-Baptiste KempfQt4: One Day / One ui. Audio.
2007-02-06 Jean-Baptiste KempfPatch from Cédric Cocquebert for sharpen filter.
2007-02-05 Pavlov KonstantinDon't translate messages in telnet interface
2007-02-05 Jean-Baptiste KempfQt4: Update and finish (?) Video Prefs.
2007-02-05 Rémi Denis-Courmontifdef for old OSes
2007-02-05 Rémi Denis-CourmontUDP-Lite access output
2007-02-05 Rémi Denis-CourmontI *can* do it
2007-02-05 Rémi Denis-CourmontFix linking
2007-02-05 Rémi Denis-CourmontFix impossible out-of-bound strcmp
2007-02-05 Rémi Denis-CourmontUDP-Lite access
2007-02-04 Jean-Baptiste KempfChange in copyright and propedit.
next