]> git.sesse.net Git - vlc/history - modules/demux
decoder: drain the audio output properly
[vlc] / modules / demux /
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2015-03-19 Francois Cartegniedemux: ts: fix IOD signedness/warning
2015-03-19 Francois Cartegniedemux: ts: fix opus signedness/warning
2015-03-19 Francois Cartegnieopus: fix duration signedness
2015-03-19 Francois Cartegniedemux: ts: fix signedness/warnings
2015-03-19 Steve LhommeMKV: factorize the es_out_Send() and es_out_Control...
2015-03-19 Steve LhommeMKV: packetized codec can use VLC_TS_INVALID as i_pts...
2015-03-19 Steve LhommeMKV: fix COOK/ATRAC3 seeking
2015-03-19 Steve LhommeMKV: fix ATRAC3 playback
2015-03-19 Steve LhommeMKV: A_MS/ACM is not packetized
2015-03-18 Francois Cartegniedemux: ts: gather data for uncreated es
2015-03-18 Steve LhommeMKV: use the more accurate i_pcr for GET_TIME and GET_P...
2015-03-17 Steve LhommeRevert "MKV: Always set an i_pts in a lace otherwise...
2015-03-17 Steve LhommeMKV: fix a memory leak
2015-03-17 Francois Cartegniedemux: ts: set fmt id on all es and add collision avoid...
2015-03-16 Francois Cartegniedemux: ts: fix potential segfault
2015-03-16 Francois Cartegniedemux: ts: fix uninitialized fields with teletext es
2015-03-16 Francois Cartegniedemux: ts: update probing
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
next