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
2020-08-23avformat/mpegtsenc: support DVB 6A descriptor for AC-3Limin Wang
2020-07-25avformat/mpegtsenc: use local variable store st->codecpar->codec_idLimin Wang
2020-07-25avformat/mpegtsenc: reindent the last commitLimin Wang
2020-07-25avformat/mpegtsenc: simplify code for condition checksLimin Wang
2020-06-09avformat/mpegts: add constants for MPEG-TS transport stream identifiersBrad Hards
2020-05-31avformat/mpegtsenc: set stream_id correctly based on KLV profile selectedBrad Hards
2020-05-28lavf/mpegtsenc: misc style fixesJun Zhao
2020-05-27avformat/mpegtsenc: cosmeticLimin Wang
2020-05-27avformat/mpegtsenc: simplify code by using OFFSET() and ENC macrosLimin Wang
2020-05-14avformat/mpegtsenc: Remove two duplicated fieldsAndriy Gelman
2020-05-14avformat/mpegtsenc: Don't use heap allocated array to store pidsAndriy Gelman
2020-04-23avformat/mpegtsenc: use av_log_once for data stream warningGyan Doshi
2020-04-22avformat/mpegtsenc: don't print warning for DVB text streamsGyan Doshi
2020-04-21avformat/mpegtsenc: use the correct stream_types and write HDMV descriptors f...Marton Balint
2020-04-21avformat/mpegtsenc: factorize determining stream_typeMarton Balint
2020-04-21avformat/mpegtsenc: only allow one program in m2ts modeMarton Balint
2020-04-21avformat/mpegtsenc: use standard pids for m2tsMarton Balint
2019-12-23avformat/mpegtsenc: warn users if codec isn't supportedGyan Doshi
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2019-12-03avformat/mpegtsenc: add padding to m2ts streamsMarton Balint
2019-12-03avformat/mpegtsenc: factorize writing packetMarton Balint
2019-12-03avformat/mpegtsenc: move around setting m2ts_modeMarton Balint
2019-12-03avformat/mpegtsenc: set priority flag for AC3 codecs if writing BluRayMarton Balint
2019-12-03avformat/mpegtsenc: allow any sensible PID for elementary and PMT PIDsMarton Balint
2019-11-04lavf/mpegtsenc: fix logic check errorJun Zhao
2019-09-02avformat/mpegtsenc: fix flushing of audio packetsMarton Balint
2019-08-23avformat/mpegtsenc: get rid of packet counting for sdt/pat/pmtMarton Balint
2019-08-23avformat/mpegtsenc: move some code around and simplify a bitMarton Balint
2019-08-23avformat/mpegtsenc: add support for setting PCR interval for VBR streamsMarton Balint
2019-08-23avformat/mpegtsenc: rename pcr_period variable to pcr_period_msMarton Balint
2019-08-15avformat/mpegtsenc: remove deprecated resend_headers optionMarton Balint
2019-08-15avformat/mpegtsenc: fix PCR generation intervalsMarton Balint
2019-08-14avformat/mpegtsenc: use increasing numbers in default service namesMarton Balint
2019-08-14avformat/mpegtsenc: remove section_write_packet forward declarationMarton Balint
2019-08-14avformat/mpegtsenc: factorize setting up servicesMarton Balint
2019-08-14avformat/mpegtsenc: fix incorrect PCR selection with multiple programsMarton Balint
2019-03-02avformat/mpegtsenc: write format_identifier HEVC for HEVC streamsMarton Balint
2019-03-02avformat/mpegtsenc: factorize writing registration_descriptorMarton Balint
2019-02-21avformat/mpegtsenc: add support for service and provider names with utf8 enco...Marton Balint
2018-12-08Fix bug in mpegts muxer which affects KLV async stream generation.Artyom Lebedev
2018-05-12avformat/mpegtsenc: set AVFMT_NODIMENSIONSAman Gupta
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-07-07mpegtsenc: Don't pass NULL to memcpyDerek Buitenhuis
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-16lavf/mpegtsenc: clarify pcr_period unit of measurementLou Logan
2017-01-17libavformat/mpegtsenc: support hevc with missing in stream headers like h.264Michael Niedermayer
2016-11-06lavf/mpegtsenc: write metadata descriptor for timed ID3 packetsStefano Sabatini
2016-11-06lavf/mpegtsenc: move putstr8 definition upStefano Sabatini
2016-11-02avformat/mpegtsenc: Add option to mark stream begin as discontinuousMichael Niedermayer
2016-10-04lavf/mpegtsenc: fix autobsf when the first NAL is 0x1<XX> bytesRodger Combs