| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: move AVStream.stream_identifier to AVStreamInternal | James Almer | 2021-05-07 | 1 | -2/+2 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -7/+7 |
* | avformat: move AVStream.probe_packets to AVStreamInternal | James Almer | 2021-05-07 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+3 |
* | avformat/mpegts: set correct extradata size for Opus streams | James Almer | 2021-04-16 | 1 | -0/+1 |
* | avformat/mpegts: add missing sample_rate value to Opus extradata | James Almer | 2021-04-16 | 1 | -0/+1 |
* | avformat/mpegts: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -16/+20 |
* | avformat: remove some mpegts details from AVStream | Marton Balint | 2021-01-09 | 1 | -9/+0 |
* | avformat/mpegts: use stream index based lookup with merge_pmt_versions if str... | Marton Balint | 2021-01-09 | 1 | -20/+33 |
* | avformat/mpegts: only clear programs which no longer exist or have a new PMT | Marton Balint | 2021-01-09 | 1 | -6/+21 |
* | avformat/mpegts: rework clearing and adding pid to program | Marton Balint | 2021-01-09 | 1 | -34/+25 |
* | avformat/mpegts: never discard PAT pid | Marton Balint | 2021-01-09 | 1 | -1/+3 |
* | avformat/mpegts: Fix argument type for av_log | Michael Niedermayer | 2020-12-28 | 1 | -1/+1 |
* | avformat/mpegts: simplify nb_packets code | Michael Niedermayer | 2020-12-22 | 1 | -5/+2 |
* | avformat/mpegts: Increase pcr_incr width to 64bit | Michael Niedermayer | 2020-12-22 | 1 | -1/+1 |
* | avformat/mpegts: Limit iterations of get_packet_size() | Michael Niedermayer | 2020-11-29 | 1 | -1/+2 |
* | avformat/mpegts: make sure mpegts_read_header always stops at the first pmt | Marton Balint | 2020-11-19 | 1 | -1/+1 |
* | avformat/mpegts: Limit copied data to space | Michael Niedermayer | 2020-11-07 | 1 | -1/+1 |
* | lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -13/+13 |
* | lavf: move AVStream.{pts_wrap_*,update_initial_durations_done} to AVStreamInt... | Anton Khirnov | 2020-10-28 | 1 | -2/+2 |
* | avformat/mpegts: replace magic descriptor_tag values with defines | Brad Hards | 2020-10-16 | 1 | -8/+8 |
* | avformat/mpegts: make sure mpegts_resync do not run out of the initially requ... | Marton Balint | 2020-10-09 | 1 | -1/+2 |
* | avformat/mpegts: only reset timestamps to NOPTS for DVB teletext | Jan Ekström | 2020-08-18 | 1 | -1/+2 |
* | avformat/mpegts: Don't leave context in inconsistent state upon error | Andreas Rheinhardt | 2020-08-10 | 1 | -6/+8 |
* | avformat/mpegts: use get_packet_size in mpegts_resync for determining raw_pac... | Marton Balint | 2020-05-27 | 1 | -40/+11 |
* | avformat/mpegts: Shuffle avio_seek | Michael Niedermayer | 2020-05-17 | 1 | -3/+4 |
* | avformat/mpegts: fix av_freep for dovi pointer | Limin Wang | 2020-05-01 | 1 | -1/+1 |
* | lavf/mpegts: support DOVI Video Stream Descriptor | vacingfang | 2020-04-23 | 1 | -0/+48 |
* | avformat/mpegts: use buffer pools for allocating PES payloads | Marton Balint | 2020-04-04 | 1 | -4/+18 |
* | avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_p... | Michael Niedermayer | 2020-02-27 | 1 | -5/+3 |
* | avformat: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2020-02-10 | 1 | -1/+0 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -10/+10 |
* | avformat/mpegts: add support for EPG extraction from mpegts | Anthony Delannoy | 2019-09-19 | 1 | -1/+59 |
* | lavf/mpegts: Support demuxing AVS2. | hwrenx | 2019-09-18 | 1 | -0/+1 |
* | avformat/mpegts: Check if ready on SCTE reception | Anthony Delannoy | 2019-09-03 | 1 | -0/+7 |
* | avformat/mpegts: fix teletext PTS when selecting teletext streams only | Marton Balint | 2019-08-31 | 1 | -3/+5 |
* | avformat/mpegts: respect program number when merging streams | Marton Balint | 2019-07-12 | 1 | -4/+6 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/mpegts: Simplify score compare | Michael Niedermayer | 2019-03-09 | 1 | -6/+6 |
* | avformat/mpegts: reduce buffering during initialization | Andriy Gelman | 2019-03-09 | 1 | -23/+36 |
* | avformat/mpegts: also convert strings without a specified encoding to UTF-8 | Marton Balint | 2019-02-13 | 1 | -4/+8 |
* | avformat/mpegts: fix charset of type 0x11 | Marton Balint | 2019-02-13 | 1 | -1/+1 |
* | lavf/mpegts: add reading of ARIB data coding descriptor | Jan Ekström | 2019-02-10 | 1 | -0/+44 |
* | lavf/mpegts: Convert service_name and service_provider to utf-8. | Carl Eugen Hoyos | 2019-02-09 | 1 | -0/+44 |
* | avformat/mpegts: cache PID discard values | Marton Balint | 2019-02-04 | 1 | -2/+5 |
* | avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not available | Jan Ekström | 2018-12-22 | 1 | -0/+11 |
* | avformat/mpegts: Fix side data type for stream id | Michael Niedermayer | 2018-12-19 | 1 | -1/+1 |
* | avformat/mpegts: add missing null pointer checks in ff_parse_mpeg2_descriptor() | Michael Niedermayer | 2018-08-25 | 1 | -2/+2 |
* | avformat/mpegts: parse large PMTs with multiple tables | Aman Gupta | 2018-06-18 | 1 | -0/+1 |
* | avformat/mpegts: fix memory leak with merge_pmt_versions=1 | Aman Gupta | 2018-05-21 | 1 | -2/+5 |