summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mpegts: use actually read packet size in mpegts_resync special caseMichael Niedermayer2021-10-201-2/+2
* avformat/mpegts: Don't leave context in inconsistent state upon errorAndreas Rheinhardt2021-02-221-6/+8
* avformat/mpegts: Fix argument type for av_logMichael Niedermayer2021-02-021-1/+1
* avformat/mpegts: Increase pcr_incr width to 64bitMichael Niedermayer2021-02-021-1/+1
* avformat/mpegts: Limit copied data to spaceMichael Niedermayer2021-02-021-1/+1
* avformat/mpegts: make sure mpegts_read_header always stops at the first pmtMarton Balint2020-11-191-1/+1
* avformat/mpegts: use get_packet_size in mpegts_resync for determining raw_pac...Marton Balint2020-05-271-40/+11
* avformat/mpegts: Shuffle avio_seekMichael Niedermayer2020-05-171-3/+4
* avformat/mpegts: fix av_freep for dovi pointerLimin Wang2020-05-011-1/+1
* lavf/mpegts: support DOVI Video Stream Descriptorvacingfang2020-04-231-0/+48
* avformat/mpegts: use buffer pools for allocating PES payloadsMarton Balint2020-04-041-4/+18
* avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_p...Michael Niedermayer2020-02-271-5/+3
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-1/+0
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-10/+10
* 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