aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mpegtsenc: check that not only first pts but also first dts is validLimin Wang2020-10-301-4/+4
* avformat/mpegtsenc: first_pts_check -> first_pts_checkedLimin Wang2020-10-301-4/+3
* avformat/mpegtsenc: make first_pcr sync with the first valid dtsLimin Wang2020-10-271-0/+6
* avformat/mpegtsenc: use total_size instead of avio_tell()Limin Wang2020-10-271-7/+9
* avformat/mpegts: replace magic descriptor_tag values with definesBrad Hards2020-10-161-3/+3
* avformat/mpegtsenc: reindent the codeLimin Wang2020-08-261-18/+18
* avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3Limin Wang2020-08-261-0/+4
* avformat/mpegtsenc: support DVB 6A descriptor for AC-3Limin Wang2020-08-231-2/+82
* avformat/mpegtsenc: use local variable store st->codecpar->codec_idLimin Wang2020-07-251-8/+9
* avformat/mpegtsenc: reindent the last commitLimin Wang2020-07-251-10/+9
* avformat/mpegtsenc: simplify code for condition checksLimin Wang2020-07-251-2/+4
* avformat/mpegts: add constants for MPEG-TS transport stream identifiersBrad Hards2020-06-091-8/+8
* avformat/mpegtsenc: set stream_id correctly based on KLV profile selectedBrad Hards2020-05-311-0/+7
* lavf/mpegtsenc: misc style fixesJun Zhao2020-05-281-12/+12
* avformat/mpegtsenc: cosmeticLimin Wang2020-05-271-63/+29
* avformat/mpegtsenc: simplify code by using OFFSET() and ENC macrosLimin Wang2020-05-271-45/+47
* avformat/mpegtsenc: Remove two duplicated fieldsAndriy Gelman2020-05-141-7/+3
* avformat/mpegtsenc: Don't use heap allocated array to store pidsAndriy Gelman2020-05-141-37/+14
* avformat/mpegtsenc: use av_log_once for data stream warningGyan Doshi2020-04-231-4/+11
* avformat/mpegtsenc: don't print warning for DVB text streamsGyan Doshi2020-04-221-0/+4
* avformat/mpegtsenc: use the correct stream_types and write HDMV descriptors f...Marton Balint2020-04-211-1/+57
* avformat/mpegtsenc: factorize determining stream_typeMarton Balint2020-04-211-68/+79
* avformat/mpegtsenc: only allow one program in m2ts modeMarton Balint2020-04-211-1/+6
* avformat/mpegtsenc: use standard pids for m2tsMarton Balint2020-04-211-1/+43
* avformat/mpegtsenc: warn users if codec isn't supportedGyan Doshi2019-12-231-0/+2
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-1/+1
* avformat/mpegtsenc: add padding to m2ts streamsMarton Balint2019-12-031-0/+7
* avformat/mpegtsenc: factorize writing packetMarton Balint2019-12-031-9/+6
* avformat/mpegtsenc: move around setting m2ts_modeMarton Balint2019-12-031-8/+8
* avformat/mpegtsenc: set priority flag for AC3 codecs if writing BluRayMarton Balint2019-12-031-0/+2
* avformat/mpegtsenc: allow any sensible PID for elementary and PMT PIDsMarton Balint2019-12-031-5/+12
* 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