summaryrefslogtreecommitdiff
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mpegts: add support for preserving SMPTE 2038 when transcoding MPEG-...Devin Heitmueller2023-03-261-0/+5
* avformat/mpegtsenc: Restrict "async" behavior to KLV async packetsDevin Heitmueller2023-03-161-1/+2
* avformat/mpegtsenc: re-emit extradata ahead of IDR pictures even if AUD is al...John Coiner2023-02-191-7/+41
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-9/+9
* avformat/mpegtsenc: add omit_rai flagZhao Zhili2022-10-081-1/+5
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-261-0/+1
* avformat/(mpeg|mpegts|mxf|sup)enc: Use const uint8_t* to access pkt dataAndreas Rheinhardt2022-07-041-1/+1
* avformat/utils: Move ff_stream_add_bitstream_filter to mux.cAndreas Rheinhardt2022-05-101-0/+1
* mpegtsenc: convert to new channel layout APIAnton Khirnov2022-03-151-14/+16
* avformat/mpegtsenc: fix muxing pcm-blurayPaul B Mahol2022-03-061-0/+4
* avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt2022-02-081-1/+1
* avformat/mpegtsenc: Avoid allocation of AVPacketAndreas Rheinhardt2021-11-271-5/+1
* avformat/avformat: Add AVStream parameter to check_bitstream() sigAndreas Rheinhardt2021-11-271-2/+2
* avformat/mpegtsenc: do not include adaptation field in teletext TS packetsAlex Shumsky2021-11-061-1/+2
* avformat/mpegtsenc: fix first_pcr initial updateMaksym Veremeyenko2021-11-061-5/+5
* avformat/mpegtsenc: add AVSV format_identifier for AVS standardLimin Wang2021-10-201-0/+3
* avformat/mpegts: add support for stream_type 0xd4, which is AVS3Limin Wang2021-10-201-0/+3
* avformat/mpegts: add support for stream_type 0xd2, which is AVS2Limin Wang2021-10-191-0/+3
* avformat/mpegtsenc: enable muxing of ARIB captionszheng qian2021-06-101-0/+48
* avformat/mpegtsenc: add NIT supportUbaldo Porcheddu2021-05-201-7/+97
* avformat/mpegtsenc: Fix indentation inside if-clause in mpegts_write_pes()zheng qian2021-04-281-90/+90
* avformat/mpegtsenc: Fix mpegts_write_pes() for private_stream_2 and other typeszheng qian2021-04-281-0/+15
* avformat/mpegtsenc: factorize determining pes stream idMarton Balint2021-04-281-25/+35
* avformat/mpegtsenc: move is_dvb_subtitle/is_dvb_teletext initialization upwardsMarton Balint2021-04-281-10/+3
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-2/+2
* avformat/mpegtsenc: Preserve disposition in the absence of languageAndreas Rheinhardt2021-04-051-9/+8
* avformat/mpegtsenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-6/+13
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-101-2/+2
* 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