summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
* avformat/mpegts: remove decoding param from ts_packetsize optionJames Almer2024-02-19
* avformat/mpegts: add a ts_id exported optionJames Almer2024-02-19
* lavf/mpegts: drop a cargo-culted checkAnton Khirnov2024-02-09
* avformat/mpegts: add ts stream types for H266/VVCThomas Siedel2024-01-31
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-06
* avformat/aviobuf: Add ffio_init_(read|write)_context()Andreas Rheinhardt2023-09-07
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* libavformat/mpegts.c: fix hardcoded 5-bytes skip for metadata streams.Romain Beauxis2023-06-20
* avformat/mpegts: add AC-4Aman Karmani2023-06-20
* lavf/mpegts.c: set some properties for ARIB captionTADANO Tokumei2023-03-28
* avformat/mpegts: add support for preserving SMPTE 2038 when transcoding MPEG-...Devin Heitmueller2023-03-26
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-26
* 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