summaryrefslogtreecommitdiffstats
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mpegts: add support for EPG extraction from mpegtsAnthony Delannoy2019-09-191-1/+59
* lavf/mpegts: Support demuxing AVS2.hwrenx2019-09-181-0/+1
* avformat/mpegts: Check if ready on SCTE receptionAnthony Delannoy2019-09-031-0/+7
* avformat/mpegts: fix teletext PTS when selecting teletext streams onlyMarton Balint2019-08-311-3/+5
* avformat/mpegts: respect program number when merging streamsMarton Balint2019-07-121-4/+6
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/mpegts: Simplify score compareMichael Niedermayer2019-03-091-6/+6
* avformat/mpegts: reduce buffering during initializationAndriy Gelman2019-03-091-23/+36
* avformat/mpegts: also convert strings without a specified encoding to UTF-8Marton Balint2019-02-131-4/+8
* avformat/mpegts: fix charset of type 0x11Marton Balint2019-02-131-1/+1
* lavf/mpegts: add reading of ARIB data coding descriptorJan Ekström2019-02-101-0/+44
* lavf/mpegts: Convert service_name and service_provider to utf-8.Carl Eugen Hoyos2019-02-091-0/+44
* avformat/mpegts: cache PID discard valuesMarton Balint2019-02-041-2/+5
* avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not availableJan Ekström2018-12-221-0/+11
* avformat/mpegts: Fix side data type for stream idMichael Niedermayer2018-12-191-1/+1
* avformat/mpegts: add missing null pointer checks in ff_parse_mpeg2_descriptor()Michael Niedermayer2018-08-251-2/+2
* avformat/mpegts: parse large PMTs with multiple tablesAman Gupta2018-06-181-0/+1
* avformat/mpegts: fix memory leak with merge_pmt_versions=1Aman Gupta2018-05-211-2/+5
* avformat/mpegts: rename variable to clarify meaningAman Gupta2018-05-211-8/+8
* avformat/mpegts: add merge_pmt_versions optionAman Gupta2018-05-181-3/+96
* avformat/mpegts: keep track of PMT details in AVProgram/AVStreamAman Gupta2018-05-181-5/+25
* avformat/mpegts: add skip_unknown_pmt optionAman Gupta2018-05-181-0/+5
* avformat/mpegts: tag video streams with still imagesAman Gupta2018-05-171-0/+5
* avformat/mpegts: fix incorrect indentationAman Gupta2018-05-151-3/+3
* avformat/mpegts: initialize section_buf to fix valgrind test failureAman Gupta2018-05-141-1/+1
* avformat/mpegts: reindent after last changeAman Gupta2018-05-121-35/+35
* avformat/mpegts: parse sections with multiple tablesAman Gupta2018-05-121-7/+19
* avformat/mpegts: clean up whitespaceAman Gupta2018-05-091-2/+2
* avformat/mpegts: use MAX_SECTION_SIZE instead of hardcoded valueAman Gupta2018-05-091-2/+2
* avformat/mpegts: skip non-PMT tids earlierAman Gupta2018-05-091-2/+2
* avformat/mpegts: set AV_DISPOSITION_DESCRIPTIONS for OIPF casesŁukasz Krzciuk2018-04-271-0/+30
* avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audioAman Gupta2018-02-231-0/+3
* lavf/mpegts: add supplementary audio descriptorStefan Pöschel2018-02-231-1/+36
* lavf/mpegts: mark packets with TEI flag as corruptedRodger Combs2017-12-131-0/+8
* lavf/mpegts: Consider stream_type 0x0f just a hint towards AAC.Carl Eugen Hoyos2017-09-201-1/+1
* lavf: consider codec framerate for framerate detectionwm42017-06-071-0/+2
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
|\
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-1/+2
* | lavf/mpegts: Make a pointer cast explicit.Carl Eugen Hoyos2017-02-121-1/+1
* | mpegts: prevent division by zeroAndreas Cadhalpun2016-11-081-2/+11
* | lavf/mpegts: add missed fixes to scte35 section callbackCarlos Fernandez2016-10-231-4/+5
* | mpegts: handle AVMEDIA_TYPE_UNKNOWN correctlyAndreas Cadhalpun2016-10-221-1/+2
* | lavf/mpegts: SCTE-35 extraction from mpegtsCarlos Fernandez2016-10-211-1/+45
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-4/+4
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-5/+5
* | avformat/mpegts: include stream type for aacAman Gupta2016-06-211-0/+1
* | Merge commit '74d98d1b0e0e7af444c933ea3c472494de3ce6f2'Clément Bœsch2016-06-211-8/+11
|\ \ | |/
| * mpegts: Validate the SL Packet Header ConfigurationLuca Barbato2016-05-031-0/+5
* | avformat/mpegts: enhance logging in trace modeAman Gupta2016-06-141-3/+3
* | avformat/mpegts: adjust probe score for low check_countMichael Niedermayer2016-06-141-1/+3
OpenPOWER on IntegriCloud