| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/internal: Don't include avcodec.h | Andreas Rheinhardt | 2022-09-26 | 1 | -0/+1 |
* | avformat/mpegts: remove obsolate hacks for detecting streams with bad PMTs | Marton Balint | 2022-06-20 | 1 | -10/+2 |
* | avformat/demux: Add new demux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avformat/mpegts.c: ignore a section with next flag | TADANO Tokumei | 2022-04-09 | 1 | -0/+8 |
* | avformat/mpegts.c: fix to check end of each descriptor of SDT | TADANO Tokumei | 2022-04-09 | 1 | -3/+3 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avformat/mpegts: initialize max_packet_size when sub-demuxer | Gyan Doshi | 2022-02-10 | 1 | -0/+1 |
* | avformat/mpegts: add option max_packet_size | Gyan Doshi | 2022-01-16 | 1 | -5/+6 |
* | all: Use av_memdup() where appropriate | Andreas Rheinhardt | 2021-12-03 | 1 | -2/+1 |
* | avformat/mpegts: fix stream index in verbose log message | Marton Balint | 2021-11-25 | 1 | -3/+2 |
* | avformat/mpegts: Fix for the DOVI video stream descriptor | Limin Wang | 2021-10-28 | 1 | -2/+9 |
* | avformat/mpegts: add support for stream_type 0xd4, which is AVS3 | Limin Wang | 2021-10-20 | 1 | -0/+1 |
* | libavformat/hls: add support for decryption of HLS media segments encrypted u... | Nachiket Tarate | 2021-10-13 | 1 | -0/+11 |
* | avformat/mpegts: fix max_packet_size in mpegts payload parsing | Marton Balint | 2021-10-10 | 1 | -2/+2 |
* | avformat/mpegts: rename PES total_size to PES_packet_length | Marton Balint | 2021-10-10 | 1 | -18/+18 |
* | avformat/mpegts: delay allocation of PES buffer | Marton Balint | 2021-10-10 | 1 | -10/+10 |
* | avformat/mpegts: use named constants for stream_id types | Marton Balint | 2021-10-10 | 1 | -9/+10 |
* | avformat/mpegts: use actually read packet size in mpegts_resync special case | Michael Niedermayer | 2021-10-07 | 1 | -2/+2 |
* | avformat/mpegts: fixes overflow when parsing the PMT | Nicolas Jorge Dato | 2021-09-18 | 1 | -2/+3 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -33/+42 |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+1 |
* | avformat/avio: Move internal AVIOContext fields to avio_internal.h | Andreas Rheinhardt | 2021-08-25 | 1 | -37/+39 |
* | 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 |