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
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
2015-11-06mpegtsenc: Implement writing of Opus trim_start/trim_end control valuesSebastian Dröge
2015-11-06mpegtsenc: Add support for muxing Opus in MPEG-TSSebastian Dröge
2015-10-17mpegts: Make the sdt_period a doubleDerek Buitenhuis
2015-10-17mpegts: Make the pat_period a doubleDerek Buitenhuis
2015-07-19avformat/mpegtsenc: Add sdt_period, similar to pat_periodMichael Niedermayer
2015-07-18avformat/mpegtsenc: Support a user specified PAT/PMT periodMichael Niedermayer
2015-07-18avformat/mpegtsenc: support storing PAT/PMT per frameMichael Niedermayer
2015-07-15mpegts: Mark the muxer as supporting variable fpsLuca Barbato
2015-07-15Merge commit '4512ee78e19fdb011bdec1b3a8dc0b315c82a81e'Michael Niedermayer
2015-07-07lavf/mpegtsenc: Only fail aac muxing if the first frame is invalid.Carl Eugen Hoyos
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-14lavf/mpegtsenc: Accept 0x000001 as startcode for hevc.Carl Eugen Hoyos
2015-04-03Merge commit '7d097a0fc57f0fa8385962a539c657c2f40b5ed0'Michael Niedermayer
2015-04-03mpegtsenc: Take max_delay into account when buffering multiple audio packets ...Martin Storsjö
2015-02-25Allow muxing h264 into ts with startcode "001" instead of "0001".Carl Eugen Hoyos