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
2021-10-21avformat/mpegts: use actually read packet size in mpegts_resync special caseMichael Niedermayer
2021-05-03avformat/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
2020-04-04avformat/mpegts: use buffer pools for allocating PES payloadsMarton Balint
2020-02-27avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_p...Michael Niedermayer
2020-02-11avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2019-09-19avformat/mpegts: add support for EPG extraction from mpegtsAnthony Delannoy
2019-09-18lavf/mpegts: Support demuxing AVS2.hwrenx
2019-09-03avformat/mpegts: Check if ready on SCTE receptionAnthony Delannoy
2019-08-31avformat/mpegts: fix teletext PTS when selecting teletext streams onlyMarton Balint
2019-07-12avformat/mpegts: respect program number when merging streamsMarton Balint
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2019-03-09avformat/mpegts: Simplify score compareMichael Niedermayer
2019-03-09avformat/mpegts: reduce buffering during initializationAndriy Gelman
2019-02-14avformat/mpegts: also convert strings without a specified encoding to UTF-8Marton Balint
2019-02-14avformat/mpegts: fix charset of type 0x11Marton Balint
2019-02-10lavf/mpegts: add reading of ARIB data coding descriptorJan Ekström
2019-02-10lavf/mpegts: Convert service_name and service_provider to utf-8.Carl Eugen Hoyos
2019-02-04avformat/mpegts: cache PID discard valuesMarton Balint
2018-12-22avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not availableJan Ekström
2018-12-19avformat/mpegts: Fix side data type for stream idMichael Niedermayer
2018-08-25avformat/mpegts: add missing null pointer checks in ff_parse_mpeg2_descriptor()Michael Niedermayer
2018-06-18avformat/mpegts: parse large PMTs with multiple tablesAman Gupta
2018-05-21avformat/mpegts: fix memory leak with merge_pmt_versions=1Aman Gupta
2018-05-21avformat/mpegts: rename variable to clarify meaningAman Gupta
2018-05-19avformat/mpegts: add merge_pmt_versions optionAman Gupta
2018-05-19avformat/mpegts: keep track of PMT details in AVProgram/AVStreamAman Gupta
2018-05-18avformat/mpegts: add skip_unknown_pmt optionAman Gupta