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
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
2015-02-25Merge commit '8e32b1f0963d01d4f5d4803eb721f162e0d58d9a'Michael Niedermayer
2015-02-25libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö
2015-02-13avformat/mpegtsenc: Do not create invalid files from annex b streams without ...Michael Niedermayer
2015-02-03avformat/mpegtsenc: Fix build with msvcMatt Oliver
2015-02-03Revert "avformat/mpegtsenc: Change the service_type field to enum"Michael Niedermayer
2015-02-03avformat/mpegtsenc: Change the service_type field to enumMichael Niedermayer
2015-02-03libavformat/mpegtsenc: allow to set service_type in sdtdhead666
2014-12-21avformat/mpegtsenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-20Merge commit 'e2ce16392205d8efe9143329ed3fb5fcb15498fa'Michael Niedermayer
2014-12-20mpegts: Support running the write_trailer function without an AVIOContextMartin Storsjö