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-16avformat/mpegts: use actually read packet size in mpegts_resync special caseMichael Niedermayer
2021-09-09avformat/mpegts: Fix argument type for av_logMichael Niedermayer
2021-09-09avformat/mpegts: Increase pcr_incr width to 64bitMichael Niedermayer
2021-09-09avformat/mpegts: Limit copied data to spaceMichael Niedermayer
2020-07-03avformat/mpegts: Shuffle avio_seekMichael Niedermayer
2020-07-03avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_p...Michael Niedermayer
2019-01-21avformat/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
2016-06-14avformat/mpegts: enhance logging in trace modeAman Gupta
2016-06-14avformat/mpegts: adjust probe score for low check_countMichael Niedermayer
2016-06-07avformat/mpegts: Fix probing of mpegts with invalid ASCMichael Niedermayer
2016-06-06avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s...Michael Niedermayer
2016-05-19lavf/mpegts: add ID3 entry to the REGD_types arrayStefano Sabatini
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03lavf/mpegts: Add E-AC3 registered stream specifier "EAC3".Carl Eugen Hoyos
2016-05-03mpegts: Validate the SL Packet Header ConfigurationLuca Barbato
2016-05-01lavf/mpegts: Return small probe score for very short transport streams.Carl Eugen Hoyos
2016-04-24avformat/mpegts: Skip over broken 0x80 headersMichael Niedermayer
2016-04-24avformat/mpegts: factor duplicate seek back code into mpegts_resyncMichael Niedermayer
2016-04-14Merge commit '9765549f551ff40869aee1a6492b6a976c86cfe9'Derek Buitenhuis