]> git.sesse.net Git - vlc/history - modules/demux
dmo: fix invalid string casts
[vlc] / modules / demux /
2015-03-16 Steve LhommeMKV: Always set an i_pts in a lace otherwise it disturb...
2015-03-16 Steve LhommeMKV: rename the Matroska timestamp fields to differenti...
2015-03-16 Steve LhommeMKV: send the proper PCR before es_out_Send() of the...
2015-03-16 Steve LhommeMKV: no need to shift the dts/pts twice in some cases...
2015-03-16 Steve LhommeMKV: force 64 bits constants the right way
2015-03-16 Steve LhommeMKV: fix mixup between VLC timestamps and Matroska...
2015-03-16 Steve LhommeMKV: don't use i_last_dts if it's invalid
2015-03-15 Francois Cartegniedemux: ts: only set self pcr to its program
2015-03-15 Francois Cartegniedemux: ts: check other programs/shared pcr for PCRHandle
2015-03-15 Francois Cartegniedemux: ts: reject shared pes for now
2015-03-15 Francois Cartegniedemux: ts: fix wrong flush condition
2015-03-15 Francois Cartegniedemux: ts: use a more sane default pcr pid
2015-03-15 Francois Cartegniedemux: ts: do not create multiple stream filter
2015-03-15 Francois Cartegniedemux: ts: apply pcr filter last and update it on fixup
2015-03-15 Francois Cartegniedemux: ts: validate es from non filtered streams
2015-03-15 Francois Cartegniedemux: ts: directly ignore scrambled content
2015-03-15 Francois Cartegniedemux: ts: typo and add debug info
2015-03-15 Francois Cartegniedemux: ts: fix delayed es creation after filtering
2015-03-15 Francois Cartegniedemux: ts: update pid states before parsing data
2015-03-14 Steve LhommeMKV: avoid using the last_dts of a track we know is...
2015-03-13 Jean-Baptiste KempfMKV: fix compilation
2015-03-13 Steve LhommeMKV: remove unused i_time_offset variable when seeking
2015-03-13 Steve LhommeMKV: no need to add VLC_TS_0 here, it's already shifted
2015-03-13 Steve LhommeMKV: init the index time to -1 as it was intended
2015-03-13 Steve LhommeMKV: divide i_default_duration by 1000 once and for all
2015-03-13 Hugo Beauzée-Luyssenwpl: Remove debugging leftover
2015-03-13 Hugo Beauzée-Luyssenplaylist: Rewrite WPL module
2015-03-13 Hugo Beauzée-LuyssenRemove WPL module
2015-03-12 Francois Cartegniedemux: ts: memleak due missing psi pkt release
2015-03-12 Jean-Baptiste KempfRemove ZPL demuxer
2015-03-10 Steve LhommeMKV: VP9 has incremental frames, no B-frames
2015-03-10 Francois Cartegniedemux: ts: remove PES full header check
2015-03-08 Steve LhommeMKV: MKV_DEBUG is a define to set, not a particular...
2015-03-08 Steve LhommeMKV: do not hard define MKV_DEBUG
2015-03-07 Francois Cartegniedemux: mp4: add dts/pts index entries count guards...
2015-03-07 Francois Cartegniedemux: mp4: fix memleak on error
2015-03-07 Francois Cartegniedemux: mp4: fix memleak on error
2015-03-07 Francois Cartegniedemux: ts: send discontinuity flagged block to es on...
2015-03-06 Francois Cartegniedemux: ts: filter out es according to selection
2015-03-06 Francois Cartegniedemux: ts: don't delete unknown group
2015-03-06 Francois Cartegniedemux: ts: describe unknown es
2015-03-06 Francois Cartegniedemux: ts: SetPIDFilter: pass by pid
2015-03-03 Francois Cartegniedemux: ts: correctly swap es id on restart
2015-03-03 Francois Cartegniedemux: ts: fix mpeg4desc leak
2015-03-03 Francois Cartegniedemux: ts: ts_pid_t packing
2015-03-03 Francois Cartegniedemux: libmp4: enforce bounds reading container
2015-03-02 Francois Cartegniedemux: ts: rewrite psi structures and pid use tracking
2015-03-02 Francois Cartegniedemux: mp4: text/tx3g defaults to codec tx3G (fix ...
2015-03-01 Francois Cartegniedemux: ts: fix bisection loop on missing results
2015-02-28 Steve LhommeMKV: make sure the position we keep for reference is...
2015-02-28 Steve LhommeMKV: avoid recursive parsing of the same Seek head
2015-02-28 Steve LhommeMKV: allow dummy elements in Tags to skip old deprecate...
2015-02-28 Steve LhommeMKV: Void and CRC32 are not unknown elements
2015-02-27 Hugo Beauzée-Luyssendash: Fix MSVC build
2015-02-27 Steve LhommeMKV: set the I frame flag when we know it's a keyframe
2015-02-26 Francois Cartegnierequire libdvbpsi >= 1.0.0
2015-02-26 Francois Cartegniedemux: ts: fix NULL deref picking PCR (#13996)
2015-02-26 Francois Cartegniedemux: ts: filter out other streams
2015-02-26 Denis CharmetAdd avparser packetizer for VP9 handling
2015-02-26 Francois Cartegniedemux: ts: avoid PAT fixup loop
2015-02-26 Francois Cartegniedemux: ts: set PAT fixup to 2*DVB PAT interval
2015-02-25 Francois Cartegniedemux: ts: set delayed es if preparsed
2015-02-25 Steve LhommeMKV: force packetization of MPEG audio frames
2015-02-24 Steve LhommeMKV: less strict warning of normal situations
2015-02-24 Steve LhommeMKV: better mnemonics & logs
2015-02-24 Steve LhommeMKV: the Block duration is for the whole Block, not...
2015-02-24 Steve LhommeMKV: fix playback of AC-3 with bogus default duration
2015-02-23 Francois Cartegniedemux: dash: add missing periods baseUrl
2015-02-23 Francois Cartegniedemux: dash: add missing period duration parsing
2015-02-23 Francois Cartegniedemux: ts: set seen flag when probing start/end
2015-02-23 Francois Cartegniedemux: asf: set es id to stream number
2015-02-23 Steve LhommeMKV: Chapter timestamps are already set, don't overwrit...
2015-02-23 Jean-Baptiste KempfMKV: remove trailing spaces
2015-02-23 Steve LhommeMKV: find the duration in the last Cluster when it...
2015-02-23 Steve Lhommebetter size checking of EBML elements before we read...
2015-02-22 Francois Cartegniedemux: ts: missing PCR repick for no-trust-pcr
2015-02-22 Francois Cartegniedemux: ts: check packet size when parsing pes
2015-02-22 Francois Cartegniedemux: ts: flush queues after seek
2015-02-22 Francois Cartegniedemux: ts: add DEMUX_SET_TIME
2015-02-22 Francois Cartegniedemux: ts: rewrite, unifying by program
2015-02-22 Francois Cartegniedemux: ts: Better missing PCR fixes
2015-02-22 Francois Cartegniedemux: ts: ProbePES: don't assume min sized packet
2015-02-22 Francois Cartegniedemux: ts: prevent unwanted read at end of media
2015-02-22 Francois Cartegniedemux: ts: add timescale conversion helpers
2015-02-21 Rémi Denis-Courmontmux: remove return value from sout_mux_t.pf_delstream
2015-02-21 Rémi Denis-Courmontes_format_t: make i_extra_languages unsigned
2015-02-20 Francois Cartegniedemux: ts: add buffer check before parsing PES
2015-02-20 Francois Cartegniedemux: ts: add better EOF message
2015-02-20 Francois Cartegniedemux: ts: Check PAT for duplicate programs (fix #13970)
2015-02-20 Francois Cartegniedemux: ts: don't delay es creation if there's access...
2015-02-20 Francois Cartegniedemux: ts: split PES header parsing
2015-02-20 Francois Cartegniedemux: ts: fix pid loops boundary
2015-02-20 Francois Cartegniedemux: ts: reject unknown probed streams
2015-02-20 Francois Cartegniedemux: ts: delay sdt handling until es are created
2015-02-20 Steve LhommeMKV: Don't allow Matroska Void/CRC32 elements fallback...
2015-02-20 Steve LhommeMKV: do not read the whole Cluster data when seeking
2015-02-20 Steve LhommeMKV: fix wrong EBML element checking before a cast
2015-02-16 Rémi Denis-Courmontplaylist: remove dead code and malloc(0)
2015-02-12 Jonathan Calmelsdash: fix invalid C++11 suffix literals
2015-02-12 Francois Cartegniedemux: ogg: check packets header size (fix #13875)
next