665 Commits (9fe62a545f02c63ebae3a2fe26e4018e4be1e655)

Author SHA1 Message Date
Marton Balint 58df81b027 avformat/mpegts: remove obsolate hacks for detecting streams with bad PMTs 2 years ago
Andreas Rheinhardt 35ec5c819b avformat/demux: Add new demux.h header 3 years ago
TADANO Tokumei ad063e6e10 avformat/mpegts.c: ignore a section with next flag 3 years ago
TADANO Tokumei 5dcedfcd17 avformat/mpegts.c: fix to check end of each descriptor of SDT 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Gyan Doshi b6bb6b9f22 avformat/mpegts: initialize max_packet_size when sub-demuxer 3 years ago
Gyan Doshi bca30570d2 avformat/mpegts: add option max_packet_size 3 years ago
Andreas Rheinhardt a4798a5d51 all: Use av_memdup() where appropriate 3 years ago
Marton Balint 0b9dbfab48 avformat/mpegts: fix stream index in verbose log message 3 years ago
Limin Wang 08c688e64d avformat/mpegts: Fix for the DOVI video stream descriptor 3 years ago
Limin Wang 5779bd5b2a avformat/mpegts: add support for stream_type 0xd4, which is AVS3 3 years ago
Nachiket Tarate ff958b3846 libavformat/hls: add support for decryption of HLS media segments encrypted using SAMPLE-AES encryption method 3 years ago
Marton Balint 9420f7e095 avformat/mpegts: fix max_packet_size in mpegts payload parsing 3 years ago
Marton Balint aeea2ad0e4 avformat/mpegts: rename PES total_size to PES_packet_length 3 years ago
Marton Balint 65cd43cff3 avformat/mpegts: delay allocation of PES buffer 3 years ago
Marton Balint ce8db0c253 avformat/mpegts: use named constants for stream_id types 3 years ago
Michael Niedermayer 83b2e4c8f1 avformat/mpegts: use actually read packet size in mpegts_resync special case 3 years ago
Nicolas Jorge Dato 5a0a9f7825 avformat/mpegts: fixes overflow when parsing the PMT 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
Andreas Rheinhardt fed0282508 avformat: Avoid allocation for AVFormatInternal 3 years ago
Andreas Rheinhardt 45bfe8b838 avformat/avio: Move internal AVIOContext fields to avio_internal.h 3 years ago
James Almer f140239777 avformat: move AVStream.stream_identifier to AVStreamInternal 4 years ago
James Almer b9c5fdf602 avformat: move AVStream.{parser,need_parsing} to AVStreamInternal 4 years ago
James Almer fab2ed4704 avformat: move AVStream.probe_packets to AVStreamInternal 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
James Almer 03e767790c avformat/mpegts: set correct extradata size for Opus streams 4 years ago
James Almer c1fd4033dc avformat/mpegts: add missing sample_rate value to Opus extradata 4 years ago
James Almer 42422b6dca avformat/mpegts: use av_packet_alloc() to allocate packets 4 years ago
Marton Balint 2e2891383e avformat: remove some mpegts details from AVStream 4 years ago
Marton Balint e57879ec18 avformat/mpegts: use stream index based lookup with merge_pmt_versions if stream identifier matches multiple streams 4 years ago
Marton Balint f143a6c151 avformat/mpegts: only clear programs which no longer exist or have a new PMT 4 years ago
Marton Balint 10c8e53294 avformat/mpegts: rework clearing and adding pid to program 4 years ago
Marton Balint 5ea37923a8 avformat/mpegts: never discard PAT pid 4 years ago
Michael Niedermayer 654b21ef17 avformat/mpegts: Fix argument type for av_log 4 years ago
Michael Niedermayer c0e660ba14 avformat/mpegts: simplify nb_packets code 4 years ago
Michael Niedermayer ef7b117b7b avformat/mpegts: Increase pcr_incr width to 64bit 4 years ago
Michael Niedermayer 4bdb7966fa avformat/mpegts: Limit iterations of get_packet_size() 4 years ago
Marton Balint bf19833ae2 avformat/mpegts: make sure mpegts_read_header always stops at the first pmt 4 years ago
Michael Niedermayer 79cf7c7191 avformat/mpegts: Limit copied data to space 4 years ago
Anton Khirnov 108864acee lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternal 4 years ago
Anton Khirnov 323c9a8c52 lavf: move AVStream.{pts_wrap_*,update_initial_durations_done} to AVStreamInternal 4 years ago
Brad Hards fcec7a6848 avformat/mpegts: replace magic descriptor_tag values with defines 4 years ago
Marton Balint 2933ee8ff0 avformat/mpegts: make sure mpegts_resync do not run out of the initially requested probe buffer 4 years ago
Jan Ekström c820c2d4bf avformat/mpegts: only reset timestamps to NOPTS for DVB teletext 4 years ago
Andreas Rheinhardt 1ead176d87 avformat/mpegts: Don't leave context in inconsistent state upon error 4 years ago
Marton Balint 6ec009f7e2 avformat/mpegts: use get_packet_size in mpegts_resync for determining raw_packet_size 5 years ago
Michael Niedermayer cd74af1416 avformat/mpegts: Shuffle avio_seek 5 years ago
Limin Wang 9dd2587f60 avformat/mpegts: fix av_freep for dovi pointer 5 years ago
vacingfang 22b05ccb38 lavf/mpegts: support DOVI Video Stream Descriptor 5 years ago
Marton Balint 944cb188ed avformat/mpegts: use buffer pools for allocating PES payloads 5 years ago