Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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