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
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
2016-09-28lavf/mpegtsenc: Set min PID for data pkt to 0x0010.Sylvain Laurent
2016-07-29lavf/mpegtsenc: add special case for handling timed ID3 packetsStefano Sabatini
2016-06-23Merge commit '393596f9d51134d6e45d81ae129223f4faea1232'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-19lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 packetsStefano Sabatini
2016-05-17mpegtsenc: stop impersonating ses in sdtFrancois Cartegnie
2016-05-05avformat/mpegtsenc: fix usage of AVStream.codecJames Almer
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03lavf/mpegtsenc: Define service_type "HEVC digital television service".smallishzulu
2016-05-03lavf/mpegtsenc: Fix stream_type for low sample rate MP2/MP3.Carl Eugen Hoyos
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-24avformat/mpegtsenc: Fix used serviceMichael Niedermayer
2016-03-24avformat/mpegtsenc: Keep track of the program for each serviceMichael Niedermayer
2016-02-23lavc/lavf: transmit stream_id information for mpegts KLV data packetsStefano Sabatini
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-01-29mpegtsenc: Do not fail ADTS AAC muxing if the first frame is not ADTSHagen Schmidt
2016-01-25avformat/mpegtsenc: Fix multi program so that it supports adding the same str...Vittorio Gambaletta (VittGam)
2015-12-28lavf/mpegtsenc: add automatic bitstream filteringRodger Combs
2015-12-24avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB wayStefan Pöschel
2015-12-14mpegtsenc: add flag to embed an AC-3 ES the DVB wayStefan Pöschel
2015-12-12avformat/mpegtsenc: Add basic multi program supportMichael Niedermayer
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-04mpegtsenc: Fix off-by-one in indexing into Opus channel mapping arraysSebastian Dröge
2015-12-03mpegencts: Fix overflow in cbr mode period calculationsTimo Teräs
2015-11-16mpegtsenc: add vc-1 support to MPEG-TS muxer (ticket 2141)Hagen Schmidt