]> git.sesse.net Git - vlc/history - modules
Bunch of warning fixes.
[vlc] / modules /
2007-02-25 Laurent AimarBunch of warning fixes.
2007-02-25 Laurent AimarAdded VC-1 raw es demuxer.
2007-02-25 Laurent AimarAdded VC-1 packetizer.
2007-02-25 Laurent AimarAdded VC-1 detection (SMPTE RP 227 + ISO 13818-1 Amendm...
2007-02-25 Laurent AimarFixed warning (missing VLC_OBJECT()).
2007-02-25 Laurent AimarFixed --ts-extra-pmt (close #516)
2007-02-25 Laurent AimarFixed H264 vod (import code from rtp.c, there is a...
2007-02-25 Laurent AimarFixed input_thread_t leak by description module for...
2007-02-25 Laurent AimarFixed stream ouput gather module and renable it (close...
2007-02-25 Laurent AimarFixed uninitialized value for ADTS stream.
2007-02-25 Laurent AimarAdded vlc_b64_encode_binary (include/vlc_strings.h...
2007-02-24 Jean-Baptiste KempfQt4 - Simple Prefs: More. Interfaces.
2007-02-24 Antoine CellerierUntested new hotkeys:
2007-02-24 Jean-Baptiste KempfQt4 : Back to work.
2007-02-23 Antoine CellerierAdd dummy .IFO playlist demux to enable opening a DVD...
2007-02-23 Felix Paul Kühne* added 2 boxes to the wizard to allow access to sout...
2007-02-23 Felix Paul Kühne* removed duplicated, buggy code which fixed #744 in...
2007-02-22 Antoine CellerierRemove broken VC1 detection code in ps muxer.
2007-02-22 Laurent AimarDo not use p_demux->p_parent to get the p_input
2007-02-22 Jean-Paul SamanRemove of excess whitespace
2007-02-22 Laurent AimarDo not use p_demux->p_parent to get the p_input
2007-02-22 Laurent AimarDo not use (input_thread_t*)p_access->p_parent it is...
2007-02-22 Laurent AimarReworked DecodeModulation (close #1063)
2007-02-22 Sigmund Augdal Helbergfix cam support for twinhan cards. Not needed now,...
2007-02-21 Laurent AimarChanged input_DestroyThread to take care of detaching...
2007-02-21 Laurent AimarFixed compilation of v4l2 + refuse to initialize unless...
2007-02-21 Laurent AimarFixed memory leak at each new PMT if we don't have...
2007-02-21 Laurent AimarAvoid a malloc(0) (We don't call free on it, valgrind...
2007-02-21 Antoine CellerierAdd CODEC_ID_GSM and CODEC_ID_GSM_MS to ffmpeg audio...
2007-02-21 Rémi Denis-CourmontFix descriptor leak and remove useless code
2007-02-21 Rémi Denis-CourmontMemory leak
2007-02-21 Rémi Denis-Courmont- Support for multiple medias in SDP parser
2007-02-20 Laurent AimarFixed segfault in AutoBuiltPanel::AutoBuiltPanel.
2007-02-20 Laurent Aimarffmpeg: ask a packetizer for audio too (needed since...
2007-02-20 Rémi Denis-CourmontFix SAP protocol/format parsing
2007-02-20 Rémi Denis-CourmontFix port number setting when there is no session-level...
2007-02-20 Rémi Denis-CourmontMissing #includes
2007-02-20 Rémi Denis-CourmontLook for x-plgroup also among media-level attributes
2007-02-20 Rémi Denis-CourmontFix crash in SDP parser
2007-02-20 Rémi Denis-CourmontAlso complain subtitle is mislabeled as UTF-8
2007-02-20 Rémi Denis-CourmontMore explicit debug and error in subtitle charset selection
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
next