]> git.sesse.net Git - vlc/history - modules/demux
DTV: don't use NULL for config items
[vlc] / modules / demux /
2011-03-27 Jean-Baptiste KempfPVA: comment fixing and documentation references
2011-03-27 Jean-Baptiste KempfNuv: remove write-only variable
2011-03-27 Jean-Baptiste KempfPVA: remove write-only variable
2011-03-21 Rémi DuraffortRemove obvious statements.
2011-03-21 Sébastien Escudierrtsp-tcp variable needs to be created
2011-03-21 Sébastien Escudierrtsp RollOverTcp : close the stream before deleting...
2011-03-20 Rémi DuraffortFix NULL pointer deref (fix #4599)
2011-03-16 Jean-Baptiste KempfFFmpeg: remove support for misplaced headers
2011-03-06 Rémi Denis-CourmontFactor EIT text conversion in a .h file
2011-03-04 Sébastien Escudierlive555 : really toggle tcp in case of unsupported...
2011-03-03 Jean-Baptiste KempfTS demux: remove outdated defines
2011-02-23 Jean-Baptiste KempfTS demux: kill warnings
2011-02-23 Jean-Baptiste KempfVobsub: language is not necessarily on 2 characters
2011-02-22 Mirsal EnnaimeRevert "xiph demux: _correctly_ remove warning"
2011-02-22 Mirsal Ennaimexiph demux: _correctly_ remove warning
2011-02-22 Andri Pálssonxiph demux: Kill a warning (comparison betw. signed...
2011-02-20 Rémi Duraffortdemux_ogg: fix strncmp length.
2011-02-17 Jean-Baptiste KempfAVI: change function prototype for sign-correctness
2011-02-17 Jean-Baptiste KempfTY: housekeeping...
2011-02-14 Rémi Duraffortpodcast: fix compilation warning.
2011-02-13 Rémi Denis-CourmontPLS: replace HTTP in Ref1 with MMSH rather than MMS...
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2011-02-07 Sébastien Escudierlive555 : check for NULL string in OPTION callback
2011-01-30 Steve LhommeMKV: Multi tags don't exist anymore
2011-01-30 Steve LhommeMKV: use the new libebml macros
2011-01-30 Jean-Baptiste KempfMkv: use MKV_IS_ID and avoid EbmlId() operator use
2011-01-30 Steve Lhommethe ID could be OK but the class mismatching
2011-01-29 Pierre Ynardlive555: fix test to update NPT
2011-01-29 Pierre Ynardlive555: don't use the same event for data and RTSP...
2011-01-28 Jean-Baptiste KempfASF: fix a warning
2011-01-22 Rémi Denis-Courmontlive555: add audio/DAT12 and audio/L20 RTP payload...
2011-01-22 Rémi Denis-CourmontXML: return attribute value as const
2011-01-20 Rémi Denis-CourmontXML: return node (element name or text value) as const
2011-01-20 Rémi Denis-CourmontUse strspn() and constify
2011-01-20 Rémi Denis-CourmontReturn XML attribute as const from NextAttr
2011-01-19 Ilkka Ollakkaxspf demux: fix tree-parsing
2011-01-19 Rémi Denis-CourmontXML: merge read and node_type operations, skip unknown...
2011-01-19 Rémi Denis-CourmontAvoid useless assignment
2011-01-19 Rémi Denis-Courmontgrammar
2011-01-07 Rémi Denis-Courmontlive555: print library version in debug
2011-01-07 Sébastien Escudierlive555 : fix typo
2011-01-06 Gildas Bazindemux/asf: make sure we seek to keyframes
2011-01-06 Rémi Denis-Courmontlive: add audio/L24
2011-01-06 Rémi Denis-Courmontlive: set sampe size for G.711
2011-01-06 Rémi Denis-Courmontlive: use VLC_CODEC_* for L8 and L16
2011-01-03 Rémi Denis-CourmontTypo
2010-12-29 Rémi Denis-CourmontReal: fix heap buffer overflow (CVE-2010-3907)
2010-12-11 Alan FischerAdded C64 sid demux module
2010-12-06 Rémi Denis-CourmontIFO: fix DVD-VR as well
2010-12-06 Rémi Denis-CourmontIFO: fix non-ASCII paths
2010-11-26 Hugo Beauzée-LuyssenMKV: Use new vlc_delete_all to clear containers.
2010-11-19 Rémi Denis-Courmontlive555: remove "sdp" access_demux
2010-11-17 Rémi Denis-CourmontAllow demux to select the PTS delay, fallback to access
2010-11-15 Rémi DuraffortC++: use prefix iterators instead of postfix.
2010-11-14 Pierre YnardFix constness
2010-11-14 Pierre YnardFix const warnings
2010-11-11 Rémi DuraffortC++: use postfix operator for interators (that's suppos...
2010-11-06 Rémi Duraffortlibasf: remove unused variable.
2010-11-04 Jean-Baptiste KempfReal demuxer: correctly exit on errors when parsing...
2010-11-03 Rémi Denis-CourmontLink GME with CXXLD
2010-11-03 Jean-Baptiste KempfAVI: remove dead assignment
2010-11-02 Laurent AimarFixed potential use of non initialized value in corrupt...
2010-11-02 Laurent AimarFixed potential use of non initialized fourcc in rawvid...
2010-11-02 Laurent AimarFixed potential division by 0 with corrupted real file...
2010-10-31 Laurent AimarRemoved useless test (ts.c)
2010-10-31 Laurent AimarFixed a potential double free on error in qtl/shoutcast...
2010-10-31 Laurent AimarRemoved useless test in oggseek.
2010-10-31 Laurent AimarUsed char [size] instead of char * in mp4.c for the...
2010-10-31 wucandemux/ts: beatify warning digital format when dump...
2010-10-31 Jean-Baptiste KempfDemux image: remove \t in source code
2010-10-31 Pierre d'Herbemontmp4: fixup
2010-10-31 Pierre d'Herbemontmp4: Don't build IOKit specific hack on iOS.
2010-10-30 Laurent AimarAdded targa support to image demuxer.
2010-10-30 Laurent AimarCreated the ES inside the Open() function of the ES...
2010-10-28 Rémi Denis-CourmontGME: support for more than one track per file
2010-10-28 Rémi Denis-CourmontGME: useless #include
2010-10-28 Rémi Denis-CourmontGME: fix potential integer overflow
2010-10-28 Rémi Denis-CourmontGME: new plugin based on the official C API
2010-10-28 Rémi Denis-CourmontGME: complete plugin removal
2010-10-26 Rémi Denis-CourmontTS: use FromCharset()
2010-10-26 Rémi Denis-CourmontNSC: use FromCharset()
2010-10-26 Rémi Denis-CourmontASF: use FromCharset()
2010-10-24 G FinchNew-ogg-seek-logic-theora-specific-changes
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_savefile: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_password: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2010-10-21 Rémi Denis-CourmontNULL rather than 0 pointers
2010-10-21 Sébastien Escudierlive555 : remove timeout thread before closing rtsp...
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-10-10 Jean-Baptiste KempfMKV: fix stupid typo, sorry
2010-10-10 Jean-Baptiste KempfMKV, io_callback cosmetics
2010-10-10 Steve Lhommefix Matroska/WebM reading of live HTTP streams
2010-10-10 Jean-Baptiste KempfFix various typos
2010-10-10 Rémi Denis-CourmontPut size check before data dereference
2010-10-10 Rémi Denis-CourmontReally fix ps_pkt_size()
2010-10-09 Rémi Duraffortavformat: fix typo.
next