summaryrefslogtreecommitdiffstats
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/mpegtsenc: fix logic check errorJun Zhao2019-11-041-1/+1
* avformat/mpegtsenc: fix flushing of audio packetsMarton Balint2019-09-021-17/+2
* avformat/mpegtsenc: get rid of packet counting for sdt/pat/pmtMarton Balint2019-08-231-56/+38
* avformat/mpegtsenc: move some code around and simplify a bitMarton Balint2019-08-231-11/+9
* avformat/mpegtsenc: add support for setting PCR interval for VBR streamsMarton Balint2019-08-231-4/+5
* avformat/mpegtsenc: rename pcr_period variable to pcr_period_msMarton Balint2019-08-231-3/+3
* avformat/mpegtsenc: remove deprecated resend_headers optionMarton Balint2019-08-141-13/+0
* avformat/mpegtsenc: fix PCR generation intervalsMarton Balint2019-08-141-36/+54
* avformat/mpegtsenc: use increasing numbers in default service namesMarton Balint2019-08-141-2/+4
* avformat/mpegtsenc: remove section_write_packet forward declarationMarton Balint2019-08-141-26/+24
* avformat/mpegtsenc: factorize setting up servicesMarton Balint2019-08-141-41/+25
* avformat/mpegtsenc: fix incorrect PCR selection with multiple programsMarton Balint2019-08-141-64/+80
* avformat/mpegtsenc: write format_identifier HEVC for HEVC streamsMarton Balint2019-03-011-0/+2
* avformat/mpegtsenc: factorize writing registration_descriptorMarton Balint2019-03-011-32/+18
* avformat/mpegtsenc: add support for service and provider names with utf8 enco...Marton Balint2019-02-211-35/+53
* Fix bug in mpegts muxer which affects KLV async stream generation.Artyom Lebedev2018-12-081-1/+1
* avformat/mpegtsenc: set AVFMT_NODIMENSIONSAman Gupta2018-05-121-1/+1
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-1/+1
* 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
OpenPOWER on IntegriCloud