]> git.sesse.net Git - vlc/history - modules/demux/ts.c
Revert "demux: ts: fix mpeg4desc leak"
[vlc] / modules / demux / ts.c
2015-03-25 Francois CartegnieRevert "demux: ts: fix mpeg4desc leak"
2015-03-25 Francois Cartegniedemux: ts: ensure iod is present when looking for SLDesc
2015-03-24 Francois Cartegniedemux: ts: remove pid array
2015-03-23 Francois Cartegniedemux: ts: only interpolate PCR on missing PCR
2015-03-23 Francois Cartegniedemux: ts: correctly update current chain when dequeuing
2015-03-19 Francois Cartegniedemux: ts: fix IOD signedness/warning
2015-03-19 Francois Cartegniedemux: ts: fix opus signedness/warning
2015-03-19 Francois Cartegniedemux: ts: fix signedness/warnings
2015-03-18 Francois Cartegniedemux: ts: gather data for uncreated es
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-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-12 Francois Cartegniedemux: ts: memleak due missing psi pkt release
2015-03-10 Francois Cartegniedemux: ts: remove PES full header check
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-02 Francois Cartegniedemux: ts: rewrite psi structures and pid use tracking
2015-03-01 Francois Cartegniedemux: ts: fix bisection loop on missing results
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 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-23 Francois Cartegniedemux: ts: set seen flag when probing start/end
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-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-11 Rafaël CarréTS demux: fix DVB program selection
2015-02-05 Francois Cartegniedemux: ts: add HDMV VC-1 registration
2015-02-05 Francois Cartegniedemux: ts: add HDMV AC-3 registration
2015-02-05 Rémi Denis-Courmontdemux: remove redundant calls to vlc_object_alive()
2015-02-05 Francois Cartegniedemux: ts: fix program cross PCR regression
2015-02-04 Francois Cartegniedemux: ts: remove ts bitrate check (fix #12776)
2015-02-03 Francois Cartegniedemux: ts: adjust PTS based on PCR's (fix #13803)
2015-02-03 Francois Cartegniedemux: ts: set MIN_ES_PID to 4
2015-01-28 Francois Cartegniedemux: ts: delay es creating until 1st data packet...
2015-01-28 Francois Cartegniedemux: ts: add PAT/PMT hotfix (fix #10650)
2015-01-28 Francois Cartegniedemux: ts: add missing initializer
2015-01-28 Francois Cartegniedemux: ts: add some more pvr4000 header checks
2015-01-25 Francois Cartegniedemux: ts: factorize PES timestamp reading
2015-01-19 Francois Cartegniedemux: ts: fully probe TopField VDR headers and set...
2015-01-19 Francois Cartegniedemux: ts: allow to skip services
2015-01-19 Francois Cartegniedemux: ts: correctly reset current fix to no-trust...
2015-01-19 Francois Cartegniedemux: ts: add broken streams warning
2015-01-18 Francois Cartegniedemux: ts: auto detect missing PCR and apply workaround...
2015-01-18 Francois Cartegniedemux: ts: simplify es detection condition
2015-01-18 Francois Cartegniedemux: ts: handle PCR less pid (fix #13339)
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-11-21 Hugo Beauzée-Luyssenmodules: Don't use gcc specific binary constant prefix
2014-10-29 Yuudai Yamashigidemux: ts: add support for ARIB STD-B25
2014-10-23 Rafaël CarréTS: Opus needs a registration descriptor
2014-10-01 Tristan Matthewsts: don't drop entire audio frame on discontinuity
2014-09-20 Rafaël CarréOpus in Transport Stream
2014-08-30 Francois Cartegniedemux: ts: don't try to decode and warn on scrambled PES
2014-08-18 Francois Cartegniedemux: ts: fix unlikely leak (cid #1231839)
2014-08-16 Rémi Denis-Courmontts: use timezone and fix thread-safety
2014-08-16 KO Myung-Hundemux: ts: include time.h
2014-08-15 Francois Cartegniedemux: ts: support ARIB TOT and EIT running status
2014-08-15 Francois Cartegniedemux: ts: return instead of abort()
2014-08-15 Naohiro KORIYAMAdemux: ts: add ARIB support
2014-08-04 Francois Cartegniedemux: ts: reorder switch cases
2014-08-04 Francois Cartegniedemux: ts: handle eit tags with case
2014-08-04 Francois Cartegniedemux: ts: add pid type debug info
next