summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
* avformat/mpegts: remove obsolate hacks for detecting streams with bad PMTsMarton Balint2022-06-20
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-10
* avformat/mpegts.c: ignore a section with next flagTADANO Tokumei2022-04-09
* avformat/mpegts.c: fix to check end of each descriptor of SDTTADANO Tokumei2022-04-09
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avformat/mpegts: initialize max_packet_size when sub-demuxerGyan Doshi2022-02-10
* avformat/mpegts: add option max_packet_sizeGyan Doshi2022-01-16
* all: Use av_memdup() where appropriateAndreas Rheinhardt2021-12-03
* avformat/mpegts: fix stream index in verbose log messageMarton Balint2021-11-25
* avformat/mpegts: Fix for the DOVI video stream descriptorLimin Wang2021-10-28
* avformat/mpegts: add support for stream_type 0xd4, which is AVS3Limin Wang2021-10-20
* libavformat/hls: add support for decryption of HLS media segments encrypted u...Nachiket Tarate2021-10-13
* avformat/mpegts: fix max_packet_size in mpegts payload parsingMarton Balint2021-10-10
* avformat/mpegts: rename PES total_size to PES_packet_lengthMarton Balint2021-10-10
* avformat/mpegts: delay allocation of PES bufferMarton Balint2021-10-10
* avformat/mpegts: use named constants for stream_id typesMarton Balint2021-10-10
* avformat/mpegts: use actually read packet size in mpegts_resync special caseMichael Niedermayer2021-10-07
* avformat/mpegts: fixes overflow when parsing the PMTNicolas Jorge Dato2021-09-18
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-17
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-25
* avformat: move AVStream.stream_identifier to AVStreamInternalJames Almer2021-05-07
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat: move AVStream.probe_packets to AVStreamInternalJames Almer2021-05-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/mpegts: set correct extradata size for Opus streamsJames Almer2021-04-16
* avformat/mpegts: add missing sample_rate value to Opus extradataJames Almer2021-04-16
* avformat/mpegts: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat: remove some mpegts details from AVStreamMarton Balint2021-01-09
* avformat/mpegts: use stream index based lookup with merge_pmt_versions if str...Marton Balint2021-01-09
* avformat/mpegts: only clear programs which no longer exist or have a new PMTMarton Balint2021-01-09
* avformat/mpegts: rework clearing and adding pid to programMarton Balint2021-01-09
* avformat/mpegts: never discard PAT pidMarton Balint2021-01-09
* avformat/mpegts: Fix argument type for av_logMichael Niedermayer2020-12-28
* avformat/mpegts: simplify nb_packets codeMichael Niedermayer2020-12-22
* avformat/mpegts: Increase pcr_incr width to 64bitMichael Niedermayer2020-12-22
* avformat/mpegts: Limit iterations of get_packet_size()Michael Niedermayer2020-11-29
* avformat/mpegts: make sure mpegts_read_header always stops at the first pmtMarton Balint2020-11-19
* avformat/mpegts: Limit copied data to spaceMichael Niedermayer2020-11-07
* lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{pts_wrap_*,update_initial_durations_done} to AVStreamInt...Anton Khirnov2020-10-28
* avformat/mpegts: replace magic descriptor_tag values with definesBrad Hards2020-10-16
* avformat/mpegts: make sure mpegts_resync do not run out of the initially requ...Marton Balint2020-10-09
* avformat/mpegts: only reset timestamps to NOPTS for DVB teletextJan Ekström2020-08-18
* avformat/mpegts: Don't leave context in inconsistent state upon errorAndreas Rheinhardt2020-08-10
* avformat/mpegts: use get_packet_size in mpegts_resync for determining raw_pac...Marton Balint2020-05-27
* avformat/mpegts: Shuffle avio_seekMichael Niedermayer2020-05-17
* avformat/mpegts: fix av_freep for dovi pointerLimin Wang2020-05-01
* lavf/mpegts: support DOVI Video Stream Descriptorvacingfang2020-04-23
* avformat/mpegts: use buffer pools for allocating PES payloadsMarton Balint2020-04-04