aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mpegts: remove decoding param from ts_packetsize optionJames Almer2024-02-191-6/+3
* avformat/mpegts: add a ts_id exported optionJames Almer2024-02-191-2/+9
* lavf/mpegts: drop a cargo-culted checkAnton Khirnov2024-02-091-5/+0
* avformat/mpegts: add ts stream types for H266/VVCThomas Siedel2024-01-311-0/+2
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+2
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-2/+0
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-061-5/+5
* avformat/aviobuf: Add ffio_init_(read|write)_context()Andreas Rheinhardt2023-09-071-11/+7
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-071-4/+5
* libavformat/mpegts.c: fix hardcoded 5-bytes skip for metadata streams.Romain Beauxis2023-06-201-1/+1
* avformat/mpegts: add AC-4Aman Karmani2023-06-201-0/+1
* lavf/mpegts.c: set some properties for ARIB captionTADANO Tokumei2023-03-281-1/+5
* avformat/mpegts: add support for preserving SMPTE 2038 when transcoding MPEG-...Devin Heitmueller2023-03-261-0/+1
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-261-0/+1
* avformat/mpegts: remove obsolate hacks for detecting streams with bad PMTsMarton Balint2022-06-201-10/+2
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-101-0/+1
* avformat/mpegts.c: ignore a section with next flagTADANO Tokumei2022-04-091-0/+8
* avformat/mpegts.c: fix to check end of each descriptor of SDTTADANO Tokumei2022-04-091-3/+3
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avformat/mpegts: initialize max_packet_size when sub-demuxerGyan Doshi2022-02-101-0/+1
* avformat/mpegts: add option max_packet_sizeGyan Doshi2022-01-161-5/+6
* all: Use av_memdup() where appropriateAndreas Rheinhardt2021-12-031-2/+1
* avformat/mpegts: fix stream index in verbose log messageMarton Balint2021-11-251-3/+2
* avformat/mpegts: Fix for the DOVI video stream descriptorLimin Wang2021-10-281-2/+9
* avformat/mpegts: add support for stream_type 0xd4, which is AVS3Limin Wang2021-10-201-0/+1
* libavformat/hls: add support for decryption of HLS media segments encrypted u...Nachiket Tarate2021-10-131-0/+11
* avformat/mpegts: fix max_packet_size in mpegts payload parsingMarton Balint2021-10-101-2/+2
* avformat/mpegts: rename PES total_size to PES_packet_lengthMarton Balint2021-10-101-18/+18
* avformat/mpegts: delay allocation of PES bufferMarton Balint2021-10-101-10/+10
* avformat/mpegts: use named constants for stream_id typesMarton Balint2021-10-101-9/+10
* avformat/mpegts: use actually read packet size in mpegts_resync special caseMichael Niedermayer2021-10-071-2/+2
* avformat/mpegts: fixes overflow when parsing the PMTNicolas Jorge Dato2021-09-181-2/+3
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-33/+42
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-171-1/+1
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-251-37/+39
* avformat: move AVStream.stream_identifier to AVStreamInternalJames Almer2021-05-071-2/+2
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-7/+7
* avformat: move AVStream.probe_packets to AVStreamInternalJames Almer2021-05-071-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-3/+3
* avformat/mpegts: set correct extradata size for Opus streamsJames Almer2021-04-161-0/+1
* avformat/mpegts: add missing sample_rate value to Opus extradataJames Almer2021-04-161-0/+1
* avformat/mpegts: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-16/+20
* avformat: remove some mpegts details from AVStreamMarton Balint2021-01-091-9/+0
* avformat/mpegts: use stream index based lookup with merge_pmt_versions if str...Marton Balint2021-01-091-20/+33
* avformat/mpegts: only clear programs which no longer exist or have a new PMTMarton Balint2021-01-091-6/+21
* avformat/mpegts: rework clearing and adding pid to programMarton Balint2021-01-091-34/+25
* avformat/mpegts: never discard PAT pidMarton Balint2021-01-091-1/+3
* avformat/mpegts: Fix argument type for av_logMichael Niedermayer2020-12-281-1/+1
* avformat/mpegts: simplify nb_packets codeMichael Niedermayer2020-12-221-5/+2
* avformat/mpegts: Increase pcr_incr width to 64bitMichael Niedermayer2020-12-221-1/+1