]> git.sesse.net Git - vlc/history - modules/demux
demux: dash: prune expired live timeline elements
[vlc] / modules / demux /
2015-01-13 Francois Cartegniedemux: dash: prune expired live timeline elements
2015-01-13 Francois Cartegniedemux: mp4: always use sidx on discontinuity
2015-01-12 Francois Cartegniedemux: dash: fix win32 build
2015-01-12 Francois Cartegniedemux: dash: missing config.h
2015-01-12 Francois Cartegniedemux: dash: Update MPD
2015-01-12 Francois Cartegniedemux: dash: add timescale inheritance to timeline
2015-01-12 Francois Cartegniedemux: dash: factorize timescales inheritance
2015-01-12 Francois Cartegniedemux: dash: compute timelines boundaries
2015-01-12 Francois Cartegniedemux: dash: parse maxSegmentDuration & minUpdatePeriod
2015-01-12 Francois Cartegniedemux: dash: add MPD merging for updates
2015-01-12 Francois Cartegniedemux: dash: add timelines gathering
2015-01-12 Francois Cartegniedemux: mp4: add sequence id in moof seek
2015-01-12 Francois Cartegniedemux: mp4: fix inverted trun sample composition time...
2015-01-12 Francois Cartegniedemux: mp4: change assertions to warnings
2015-01-12 Francois Cartegniedemux: dash: add Timeline merging
2015-01-12 Francois Cartegniedemux: dash: add Timeline pruning
2015-01-12 Francois Cartegniedemux: dash: compute missing starttime on timeline...
2015-01-12 Francois Cartegniedemux: dash: handle Period Id
2015-01-12 Francois Cartegniedemux: dash: add UniqueNess template
2015-01-12 Francois Cartegniedemux: dash: simplify MPD set/getters
2015-01-12 Francois Cartegniedemux: dash: add timeline support
2015-01-12 Francois Cartegniedemux: dash: rename startIndex -> startNumber
2015-01-12 Francois Cartegniedemux: dash: parse SegmentTimeline
2015-01-12 Francois Cartegniedemux: dash: fix TimeLine class
2015-01-12 Francois Cartegniedemux: dash: const correctness
2015-01-12 Francois Cartegniedemux: dash: split templates
2015-01-12 David Fuhrmanndemux/subtitle: Fix wrong ASS header parsing
2015-01-08 Tristan Matthewsbpg: add libbpg decoder
2015-01-06 Rémi Denis-Courmontrawvid: fix parsing frame and aspect ratii (fixes ...
2015-01-05 Francois Cartegniedemux: mp4: fix regression on smooth streaming
2015-01-05 Francois Cartegniedemux: dash: detect dash in raw xml with single quotes
2015-01-03 Francois Cartegniedemux: dash: disable seek on live
2015-01-03 Francois Cartegniedemux: dash: enable passive seek for templates as well
2015-01-02 Francois Cartegniedemux: dash: add Initializable and parse SegmentList...
2015-01-02 Francois Cartegniedemux: mp4: handle DASH passive seek for now
2015-01-02 Francois Cartegniedemux: mp4: create dummy sample info for mp4s (fix...
2015-01-02 Jean-Baptiste KempfDash: fix compilation for Windows
2015-01-02 Francois Cartegniedemux: dash: add basic seeking using next segment
2015-01-02 Francois Cartegniedemux: dash: remove SegmentInfo
2015-01-02 Francois Cartegniedemux: dash: remove unused members
2015-01-02 Francois Cartegniedemux: dash: add segmentList duration
2015-01-02 Francois Cartegniedemux: dash: remove unused SegmentInfoDefault
2014-12-31 Francois Cartegniedemux: dash: handle format string min width in segment...
2014-12-31 Anatoliy Anischovichdemux: mpeg: add support for lame's replaygain extension
2014-12-30 Francois Cartegniedemux: mp4: fix divbyzero with broken audio stsd
2014-12-30 Francois Cartegniedemux: dash: enable all profiles
2014-12-30 Francois Cartegniedemux: mp4: add support for FFV1 v2 (fix #13131)
2014-12-30 Francois Cartegniedemux: dash: remove now unused blockbuffer code
2014-12-30 Francois Cartegniedemux: dash: track segment/periods outside of adaptatio...
2014-12-29 Anatoliy Anischovichdemux: mpc: fix replaygain calculation (fixes #13176)
2014-12-28 Francois Cartegniedemux: mp4: missing sample in chunk alignment on seek...
2014-12-28 Francois Cartegniedemux: mp4: fix tk id in debug code
2014-12-28 Francois Cartegniedemux: mp4: replace copy with reference
2014-12-28 Anatoliy Anischovichdemux: xspf: default psz_base to the XSPF resource...
2014-12-26 Francois Cartegniedemux: dash: move everything under demux/
2014-12-26 Francois Cartegniedemux: mkv: don't seek on current pos
2014-12-24 Francois Cartegniedemux: mp4: handle avc3
2014-12-22 Francois Cartegniedemux: libmp4: fix fwd null dereference (cid #1260237)
2014-12-18 Francois Cartegniedemux: dash: use DemuxLeaf for DASH
2014-12-18 Francois Cartegniedemux: mp4: skip unknown boxes with DemuxLeaf
2014-12-18 Francois Cartegniedemux: ts: use dts instead of pts for no-trust-pcr
2014-12-18 Francois Cartegniedemux: ts: don't send TS_INVALID with no-trust-pcr
2014-12-18 Francois Cartegniedemux: ts: don't try to seek on non seekable
2014-12-18 Francois Cartegniedemux: mp4: allow non seekable on fragmented
2014-12-18 Francois Cartegniedemux: mp4: correctly read defaults for DemuxFrg/DASH
2014-12-18 Francois Cartegniedemux: mp4: add MP4_GetDefaultSizeAndDuration helper
2014-12-18 Francois Cartegniedemux: libmp4: add tfdt atom
2014-12-18 Francois Cartegniedemux: libmp4: add styp atom
2014-12-18 Francois Cartegniedemux: libmp4: don't seek within dref/stsd box
2014-12-18 Francois Cartegniedemux: libmp4: add unseekable workarounds
2014-12-18 Francois Cartegniedemux: libmp4: add AddChild helper
2014-12-18 Francois Cartegniedemux: mp4: really don't probe segments if not seekable
2014-12-18 Francois Cartegniedemux: mp4: add DASH major and switch demuxer accordingly
2014-12-18 Francois Cartegnievlc_demux: add defines for pf_demux return values
2014-12-09 Diego Biurrunlibmp4: Move variable declaration to avoid unused varia...
2014-12-08 Fabian Yamaguchidemux: mp4: fix buffer overflow in parsing of string...
2014-12-06 Jean-Baptiste KempfVobsub: better debug message
2014-11-28 Martell MaloneWin32: fix some time includes
2014-11-26 Hugo Beauzée-Luyssenlibmp4: Use a portable format specified for uintmax_t
2014-11-21 Hugo Beauzée-Luyssenmodules: Don't use gcc specific binary constant prefix
2014-11-18 Rémi Denis-Courmontb4s: memory leak
2014-11-17 Rémi Denis-CourmontWPL: fix leak and NULL dereference
2014-11-17 Rémi Denis-Courmontgvp: fix leaks and integer overflow on multi-lines
2014-11-17 Rémi Denis-Courmontgvp: remove unused p_sys
2014-11-17 Rémi Denis-Courmontgvp: remove write-only variable
2014-11-17 Rémi Denis-Courmontgvp: fix memory leak (p_sys allocated twice)
2014-11-17 Rémi Denis-Courmontpls: remove write-only value
2014-11-16 Francois Cartegniedemux: mp4: handle QCELP stsd v0 spec violation for...
2014-11-16 Francois Cartegniedemux: mp4: compute new pos for audio if blockalign...
2014-11-16 Francois Cartegniedemux: mp4: handle Qt v1 redefined samples tables ...
2014-11-16 Francois Cartegniedemux: mp4: add some more stsd debug info
2014-11-15 Jean-Baptiste KempfMP4: fix compilation in ULTRA_VERBOSE mode
2014-11-15 Francois Cartegniedemux: mp4: fix reading max samples (fix #12764)
2014-11-14 Jean-Baptiste KempfZPL: avoid NULL dereference
2014-11-14 Jean-Baptiste KempfMP4: missing break in switch
2014-11-14 Jean-Baptiste KempfXSPF: fix potential memleak
2014-11-11 Francois Cartegniedemux: ogg: handle Flac in Ogg frame/packet pairing...
2014-11-10 Francois Cartegniedemux: asf: remove dead code (cid #1251046)
2014-11-10 Francois Cartegniedemux: mp4: check GetPTSDelta result (cid #1251043)
2014-11-10 Francois Cartegniedemux: avi: fix non fixed sample size ADTS/AAC (fix...
next