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-12avformat/mpegts: use actually read packet size in mpegts_resync special caseMichael Niedermayer
2021-09-10avformat/mpegts: Fix argument type for av_logMichael Niedermayer
2021-09-10avformat/mpegts: Increase pcr_incr width to 64bitMichael Niedermayer
2021-09-10avformat/mpegts: Limit copied data to spaceMichael Niedermayer
2020-05-19avformat/mpegts: Shuffle avio_seekMichael Niedermayer
2020-05-19avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_p...Michael Niedermayer
2019-09-03avformat/mpegts: Check if ready on SCTE receptionAnthony Delannoy
2019-09-02avformat/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
2018-05-17avformat/mpegts: tag video streams with still imagesAman Gupta
2018-05-15avformat/mpegts: fix incorrect indentationAman Gupta
2018-05-14avformat/mpegts: initialize section_buf to fix valgrind test failureAman Gupta
2018-05-12avformat/mpegts: reindent after last changeAman Gupta
2018-05-12avformat/mpegts: parse sections with multiple tablesAman Gupta
2018-05-09avformat/mpegts: clean up whitespaceAman Gupta
2018-05-09avformat/mpegts: use MAX_SECTION_SIZE instead of hardcoded valueAman Gupta
2018-05-09avformat/mpegts: skip non-PMT tids earlierAman Gupta
2018-04-27avformat/mpegts: set AV_DISPOSITION_DESCRIPTIONS for OIPF casesŁukasz Krzciuk
2018-02-24avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audioAman Gupta
2018-02-23lavf/mpegts: add supplementary audio descriptorStefan Pöschel
2017-12-14lavf/mpegts: mark packets with TEI flag as corruptedRodger Combs
2017-09-20lavf/mpegts: Consider stream_type 0x0f just a hint towards AAC.Carl Eugen Hoyos
2017-06-07lavf: consider codec framerate for framerate detectionwm4
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-02-12lavf/mpegts: Make a pointer cast explicit.Carl Eugen Hoyos
2016-11-09mpegts: prevent division by zeroAndreas Cadhalpun
2016-10-23lavf/mpegts: add missed fixes to scte35 section callbackCarlos Fernandez
2016-10-22mpegts: handle AVMEDIA_TYPE_UNKNOWN correctlyAndreas Cadhalpun
2016-10-21lavf/mpegts: SCTE-35 extraction from mpegtsCarlos Fernandez
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-21avformat/mpegts: include stream type for aacAman Gupta
2016-06-21Merge commit '74d98d1b0e0e7af444c933ea3c472494de3ce6f2'Clément Bœsch