| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mpegts: remove decoding param from ts_packetsize option | James Almer | 2024-02-19 | 1 | -6/+3 |
* | avformat/mpegts: add a ts_id exported option | James Almer | 2024-02-19 | 1 | -2/+9 |
* | lavf/mpegts: drop a cargo-culted check | Anton Khirnov | 2024-02-09 | 1 | -5/+0 |
* | avformat/mpegts: add ts stream types for H266/VVC | Thomas Siedel | 2024-01-31 | 1 | -0/+2 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+2 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -2/+0 |
* | avformat/avformat: use the side data from AVStream.codecpar | James Almer | 2023-10-06 | 1 | -5/+5 |
* | avformat/aviobuf: Add ffio_init_(read|write)_context() | Andreas Rheinhardt | 2023-09-07 | 1 | -11/+7 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -4/+5 |
* | libavformat/mpegts.c: fix hardcoded 5-bytes skip for metadata streams. | Romain Beauxis | 2023-06-20 | 1 | -1/+1 |
* | avformat/mpegts: add AC-4 | Aman Karmani | 2023-06-20 | 1 | -0/+1 |
* | lavf/mpegts.c: set some properties for ARIB caption | TADANO Tokumei | 2023-03-28 | 1 | -1/+5 |
* | avformat/mpegts: add support for preserving SMPTE 2038 when transcoding MPEG-... | Devin Heitmueller | 2023-03-26 | 1 | -0/+1 |
* | 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 |