summaryrefslogtreecommitdiff
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAgeFilesLines
* mpegtsenc: Don't pass NULL to memcpyDerek Buitenhuis2017-07-061-0/+4
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-4/+6
* lavf/mpegtsenc: clarify pcr_period unit of measurementLou Logan2017-03-161-1/+1
* libavformat/mpegtsenc: support hevc with missing in stream headers like h.264Michael Niedermayer2017-01-171-0/+30
* lavf/mpegtsenc: write metadata descriptor for timed ID3 packetsStefano Sabatini2016-11-061-10/+14
* lavf/mpegtsenc: move putstr8 definition upStefano Sabatini2016-11-061-17/+17
* avformat/mpegtsenc: Add option to mark stream begin as discontinuousMichael Niedermayer2016-11-021-0/+26
* lavf/mpegtsenc: fix autobsf when the first NAL is 0x1<XX> bytesRodger Combs2016-10-041-2/+6
* lavf/mpegtsenc: Set min PID for data pkt to 0x0010.Sylvain Laurent2016-09-281-1/+1
* lavf/mpegtsenc: add special case for handling timed ID3 packetsStefano Sabatini2016-07-291-0/+3
* Merge commit '393596f9d51134d6e45d81ae129223f4faea1232'Clément Bœsch2016-06-231-1/+3
|\
| * mpegtsenc: stop impersonating ses in sdtFrancois Cartegnie2016-05-171-1/+3
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-5/+5
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-5/+5
* | lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 packetsStefano Sabatini2016-05-191-0/+10
* | avformat/mpegtsenc: fix usage of AVStream.codecJames Almer2016-05-041-2/+2
* | lavf/mpegtsenc: Define service_type "HEVC digital television service".smallishzulu2016-05-031-1/+5
* | lavf/mpegtsenc: Fix stream_type for low sample rate MP2/MP3.Carl Eugen Hoyos2016-05-031-1/+6
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-76/+77
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-27/+28
| * mpegtsenc: add flag to embed an AC-3 ES the DVB wayStefan Pöschel2015-12-141-1/+13
* | avformat/mpegtsenc: Fix used serviceMichael Niedermayer2016-03-241-0/+12
* | avformat/mpegtsenc: Keep track of the program for each serviceMichael Niedermayer2016-03-241-9/+8
* | lavc/lavf: transmit stream_id information for mpegts KLV data packetsStefano Sabatini2016-02-231-6/+20
* | mpegtsenc: Do not fail ADTS AAC muxing if the first frame is not ADTSHagen Schmidt2016-01-291-2/+0
* | avformat/mpegtsenc: Fix multi program so that it supports adding the same str...Vittorio Gambaletta (VittGam)2016-01-251-2/+13
* | lavf/mpegtsenc: add automatic bitstream filteringRodger Combs2015-12-281-30/+35
* | avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB wayStefan Pöschel2015-12-241-2/+18
* | avformat/mpegtsenc: Add basic multi program supportMichael Niedermayer2015-12-111-15/+42
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-3/+3
* | mpegtsenc: Fix off-by-one in indexing into Opus channel mapping arraysSebastian Dröge2015-12-041-2/+2
* | mpegencts: Fix overflow in cbr mode period calculationsTimo Teräs2015-12-031-3/+3
* | mpegtsenc: add vc-1 support to MPEG-TS muxer (ticket 2141)Hagen Schmidt2015-11-161-0/+10
* | mpegtsenc: Implement writing of Opus trim_start/trim_end control valuesSebastian Dröge2015-11-061-3/+40
* | mpegtsenc: Add support for muxing Opus in MPEG-TSSebastian Dröge2015-11-061-1/+179
* | mpegts: Make the sdt_period a doubleDerek Buitenhuis2015-10-171-2/+2
* | mpegts: Make the pat_period a doubleDerek Buitenhuis2015-10-171-2/+2
* | avformat/mpegtsenc: Add sdt_period, similar to pat_periodMichael Niedermayer2015-07-181-1/+15
* | avformat/mpegtsenc: Support a user specified PAT/PMT periodMichael Niedermayer2015-07-181-3/+19
* | avformat/mpegtsenc: support storing PAT/PMT per frameMichael Niedermayer2015-07-181-0/+9
* | Merge commit '4512ee78e19fdb011bdec1b3a8dc0b315c82a81e'Michael Niedermayer2015-07-151-1/+1
|\ \ | |/
| * mpegts: Mark the muxer as supporting variable fpsLuca Barbato2015-07-151-1/+1
* | lavf/mpegtsenc: Only fail aac muxing if the first frame is invalid.Carl Eugen Hoyos2015-07-071-3/+4
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-1/+1
* | lavf/mpegtsenc: Accept 0x000001 as startcode for hevc.Carl Eugen Hoyos2015-04-141-1/+1
* | Merge commit '7d097a0fc57f0fa8385962a539c657c2f40b5ed0'Michael Niedermayer2015-04-031-1/+4
|\ \ | |/
| * mpegtsenc: Take max_delay into account when buffering multiple audio packets ...Martin Storsjö2015-04-031-1/+4
* | Allow muxing h264 into ts with startcode "001" instead of "0001".Carl Eugen Hoyos2015-02-251-1/+1
* | Merge commit '8e32b1f0963d01d4f5d4803eb721f162e0d58d9a'Michael Niedermayer2015-02-251-3/+2
|\ \ | |/