summaryrefslogtreecommitdiff
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAge
* avformat/mpegtsenc: warn users if codec isn't supportedGyan Doshi2019-12-23
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-12
* avformat/mpegtsenc: add padding to m2ts streamsMarton Balint2019-12-03
* avformat/mpegtsenc: factorize writing packetMarton Balint2019-12-03
* avformat/mpegtsenc: move around setting m2ts_modeMarton Balint2019-12-03
* avformat/mpegtsenc: set priority flag for AC3 codecs if writing BluRayMarton Balint2019-12-03
* avformat/mpegtsenc: allow any sensible PID for elementary and PMT PIDsMarton Balint2019-12-03
* lavf/mpegtsenc: fix logic check errorJun Zhao2019-11-04
* avformat/mpegtsenc: fix flushing of audio packetsMarton Balint2019-09-02
* avformat/mpegtsenc: get rid of packet counting for sdt/pat/pmtMarton Balint2019-08-23
* avformat/mpegtsenc: move some code around and simplify a bitMarton Balint2019-08-23
* avformat/mpegtsenc: add support for setting PCR interval for VBR streamsMarton Balint2019-08-23
* avformat/mpegtsenc: rename pcr_period variable to pcr_period_msMarton Balint2019-08-23
* avformat/mpegtsenc: remove deprecated resend_headers optionMarton Balint2019-08-14
* avformat/mpegtsenc: fix PCR generation intervalsMarton Balint2019-08-14
* avformat/mpegtsenc: use increasing numbers in default service namesMarton Balint2019-08-14
* avformat/mpegtsenc: remove section_write_packet forward declarationMarton Balint2019-08-14
* avformat/mpegtsenc: factorize setting up servicesMarton Balint2019-08-14
* avformat/mpegtsenc: fix incorrect PCR selection with multiple programsMarton Balint2019-08-14
* avformat/mpegtsenc: write format_identifier HEVC for HEVC streamsMarton Balint2019-03-01
* avformat/mpegtsenc: factorize writing registration_descriptorMarton Balint2019-03-01
* avformat/mpegtsenc: add support for service and provider names with utf8 enco...Marton Balint2019-02-21
* Fix bug in mpegts muxer which affects KLV async stream generation.Artyom Lebedev2018-12-08
* avformat/mpegtsenc: set AVFMT_NODIMENSIONSAman Gupta2018-05-12
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* mpegtsenc: Don't pass NULL to memcpyDerek Buitenhuis2017-07-06
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* lavf/mpegtsenc: clarify pcr_period unit of measurementLou Logan2017-03-16
* libavformat/mpegtsenc: support hevc with missing in stream headers like h.264Michael Niedermayer2017-01-17
* lavf/mpegtsenc: write metadata descriptor for timed ID3 packetsStefano Sabatini2016-11-06
* lavf/mpegtsenc: move putstr8 definition upStefano Sabatini2016-11-06
* avformat/mpegtsenc: Add option to mark stream begin as discontinuousMichael Niedermayer2016-11-02
* lavf/mpegtsenc: fix autobsf when the first NAL is 0x1<XX> bytesRodger Combs2016-10-04
* lavf/mpegtsenc: Set min PID for data pkt to 0x0010.Sylvain Laurent2016-09-28
* lavf/mpegtsenc: add special case for handling timed ID3 packetsStefano Sabatini2016-07-29
* Merge commit '393596f9d51134d6e45d81ae129223f4faea1232'Clément Bœsch2016-06-23
|\
| * mpegtsenc: stop impersonating ses in sdtFrancois Cartegnie2016-05-17
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 packetsStefano Sabatini2016-05-19
* | avformat/mpegtsenc: fix usage of AVStream.codecJames Almer2016-05-04
* | lavf/mpegtsenc: Define service_type "HEVC digital television service".smallishzulu2016-05-03
* | lavf/mpegtsenc: Fix stream_type for low sample rate MP2/MP3.Carl Eugen Hoyos2016-05-03
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
| * mpegtsenc: add flag to embed an AC-3 ES the DVB wayStefan Pöschel2015-12-14
* | avformat/mpegtsenc: Fix used serviceMichael Niedermayer2016-03-24
* | avformat/mpegtsenc: Keep track of the program for each serviceMichael Niedermayer2016-03-24
* | lavc/lavf: transmit stream_id information for mpegts KLV data packetsStefano Sabatini2016-02-23
* | mpegtsenc: Do not fail ADTS AAC muxing if the first frame is not ADTSHagen Schmidt2016-01-29