]> git.sesse.net Git - vlc/history - modules/demux/ts.c
demux: ts: split PES header parsing
[vlc] / modules / demux / ts.c
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
2014-07-22 Rafaël CarréTS demux: remove unused defines
2014-07-11 Rafaël CarréTS demux: partially revert 8eb0b3d3b53c29b3495dcac275b5...
2014-07-08 Rafaël CarréTS demux: set PCR for all programs
2014-07-08 Rafaël Carréts demux: fix no-ts-trust-pcr for MPTS
2014-06-26 Francois Cartegniedemux: ts: apply pmt registration first (fix #11545)
2014-06-07 Francois Cartegniedemux: ts: BSSD: probe secondary PMT descriptor (fix...
2014-06-07 Francois Cartegniedemux: ts: add private data pmt descriptor info
2014-06-07 Francois Cartegniedemux: ts: add failed iod pid debug info
2014-06-07 Francois Cartegniedemux: ts: add simulcast descriptor info
2014-06-06 Francois Cartegniedemux: ts: fix IOD parsing (fix #11573)
2014-06-06 Francois Cartegniedemux: ts: add DESCRIPTOR_COUNT
2014-06-06 Francois Cartegniedemux: ts: fail early probing mpeg4 descriptor
2014-06-06 Francois Cartegniedemux: ts: fix comments/debug string
2014-05-31 Francois Cartegniedemux: ts: only SET_GROUP_PCR on groups with es (fix...
2014-05-09 Rafaël CarréTS demux: PIDFillFormat doesn't operate on ts_es_t...
2014-05-09 Rafaël CarréTS demux: use unsigned type for array offset
2014-05-09 Rafaël CarréTS demux: call Demux directly
2014-05-09 Rafaël CarréTS demux: remove prototypes
2014-04-13 Francois Cartegniedemux: ts: replace if/else with switch
2014-04-12 Francois Cartegniedemux: ts: handle different LPCM types
2014-04-10 Francois Cartegniedemux: ts: don't mess with es type (fix #10244)
2014-04-10 Francois Cartegniedemux: ts: name registration type
2014-04-01 Rémi Denis-Courmontts: fix warning
2014-02-15 Rafaël CarréRemove --ts-out option
2014-02-10 Jean-Paul Samandemux/ts.c: Solve 'lost synchro' warnings when using...
2014-02-08 Petri Hintukainents: fix demuxing of BluRay streams.
2014-02-07 Jean-Paul Samandemux/ts.c: Handle allocation failures in Open()
2014-02-06 Petri Hintukainents: do not set same field twice
2014-02-05 Denis CharmetSupport hevc ts demultiplexing
2014-01-02 Rémi Duraffortts: fix potential use of uninitialized variable
2014-01-02 Rémi Duraffortts: do not call stream_Size two times
2013-11-04 Francois Cartegnievlc_es: add defines for priority levels
2013-09-09 Jean-Baptiste KempfTS: fix playback of HDPR files
2013-09-02 Rémi Denis-Courmontdemux: use stream_vaControl() where applicable (fixes...
2013-08-26 Rémi Denis-Courmontmpeg: implement title/seekpoint controls (refs #8455)
2013-08-26 Rémi Denis-Courmontinput: always pass meta data through demux (refs #8456)
2013-08-26 Rémi Denis-Courmontinput: poll signal level through demux (refs #8456)
2013-08-25 Rémi Denis-Courmontinput/stream: remove STREAM_CONTROL_ACCESS and simplify
2013-08-24 Francois Cartegniets: handle support for ISO/IEC 14496-3 Audio stream...
2013-07-22 Rafaël CarréTS demux: add an option to not use stream's PCR
2013-07-13 Rémi DuraffortFix potential memleak (cid #1049846)
2013-06-04 Rafaël CarréTS demux: fix uninitialized language description
2013-05-17 Jean-Paul Samandemux/ts.c: support for libdvbpsi >= 1.0.0
2013-04-28 Jean-Baptiste KempfTS: remove useless --ts-silent option
2013-04-28 Rafaël Carréts demux: fix eac3 mistaken for ac3
2013-04-28 Rafaël Carréts demux: don't lose PID specific data on PMT callback
2013-04-28 Rafaël Carréts demux: remove duplicate code
2013-04-26 Christoph MiebachString removal
2013-03-28 Francois Cartegnievlc_epg: add parental rating from ts streams.
2012-12-17 Rafaël CarréRemove variable name clashes in TAB_REMOVE
2012-12-12 Laurent AimarAdded support for SCTE-27 in TS demuxer.
2012-12-12 Laurent AimarRemoved write only ts_es_t::b_gather
2012-12-12 Laurent AimarRename ts_es_t::*pes* into ts_es_t::*data*
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-04 Francois Cartegniedemux ts: fix EITConvertToUTF8 to deal with no longer...
2012-05-22 Aurelien Nephtalits: Fix audio type description parsing
2012-03-05 Rafaël Carréts_debug: check format parameters
2012-03-05 Rafaël CarréTS Demux: PCRHandle(): simplify
next