637 Commits (784c08af3005390cb1d74add13b58edf1663cd40)

Author SHA1 Message Date
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
Michael Niedermayer e5bb48ae59 avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_packet() 5 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Anthony Delannoy a221af1f5e avformat/mpegts: add support for EPG extraction from mpegts 5 years ago
hwrenx 96f1d34d0c lavf/mpegts: Support demuxing AVS2. 5 years ago
Anthony Delannoy 39f1295937 avformat/mpegts: Check if ready on SCTE reception 5 years ago
Marton Balint 765c56bfa9 avformat/mpegts: fix teletext PTS when selecting teletext streams only 5 years ago
Marton Balint 81d3d7dd44 avformat/mpegts: respect program number when merging streams 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Michael Niedermayer f94b4f1611 avformat/mpegts: Simplify score compare 6 years ago
Andriy Gelman 0a84ba2608 avformat/mpegts: reduce buffering during initialization 6 years ago
Marton Balint b35843e391 avformat/mpegts: also convert strings without a specified encoding to UTF-8 6 years ago
Marton Balint dd6dd49f1d avformat/mpegts: fix charset of type 0x11 6 years ago
Jan Ekström a03885b745 lavf/mpegts: add reading of ARIB data coding descriptor 6 years ago
Carl Eugen Hoyos 5c515b5f7d lavf/mpegts: Convert service_name and service_provider to utf-8. 6 years ago
Marton Balint 56c58b99d0 avformat/mpegts: cache PID discard values 6 years ago
Jan Ekström a1b4f120c0 avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not available 6 years ago
Michael Niedermayer ab1319d82f avformat/mpegts: Fix side data type for stream id 6 years ago
Michael Niedermayer 323095a6db avformat/mpegts: add missing null pointer checks in ff_parse_mpeg2_descriptor() 6 years ago
Aman Gupta cd86c5dbcc avformat/mpegts: parse large PMTs with multiple tables 7 years ago
Aman Gupta 70d25268c2 avformat/mpegts: fix memory leak with merge_pmt_versions=1 7 years ago
Aman Gupta 64680fff3b avformat/mpegts: rename variable to clarify meaning 7 years ago
Aman Gupta 16b4f97b72 avformat/mpegts: add merge_pmt_versions option 7 years ago
Aman Gupta 24579bf537 avformat/mpegts: keep track of PMT details in AVProgram/AVStream 7 years ago
Aman Gupta e24d768a76 avformat/mpegts: add skip_unknown_pmt option 7 years ago
Aman Gupta 5dfeb7f081 avformat/mpegts: tag video streams with still images 7 years ago
Aman Gupta 64bf915cd8 avformat/mpegts: fix incorrect indentation 7 years ago
Aman Gupta 42a03e7700 avformat/mpegts: initialize section_buf to fix valgrind test failure 7 years ago