]> git.sesse.net Git - vlc/history - modules/demux
XCB/XVideo: add RV12, AV16 and AV32
[vlc] / modules / demux /
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.
2010-10-07 Sébastien Escudierdon't try http tunneling in case of error 404. Also...
2010-10-07 Sébastien Escudierrtsp, don't timeout if DESCRIBE failed
2010-09-29 Sébastien EscudierUse live555 asynchronous calls.
2010-09-23 Gildas Bazindemux/mkv: extract framerate info for RealVideo
2010-09-22 Francois Cartegniebroken avi dialog: notify the effective changes
2010-09-17 Francois Cartegniebroken avi dialog: don't confuse user by asking a binar...
2010-09-17 Rémi Denis-CourmontTS: prioritize normal audio tracks over special ones
2010-09-16 Jean-Baptiste KempfOgg: no tabs in source-code
2010-08-31 Rémi DuraffortFix some typos.
2010-08-18 Jean-Baptiste KempfMKV: remove unnecessary include
2010-08-13 Jean-Baptiste KempfRemove unmaintained SSA demuxer
2010-08-12 Jean-Baptiste KempfReal demux: kill warnings
2010-08-10 G FinchOgg-page-size-to-oggseek-bytes-to-read
2010-08-10 G FinchUse-opriv-current-page-in-ogg.c
2010-08-10 G FinchOgg-seek-new-logic-generic-changes
2010-08-10 G FinchRefactor-code-into-ogg.c-and-ogg.h
2010-08-10 G FinchNon-seek-related-ogg-changes
2010-08-04 Ilkka Ollakkamp4: require can_fastseek for mp4-demuxer
2010-08-03 Rémi DuraffortFix compiler warnings.
next