summaryrefslogtreecommitdiff
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* avformat/mux: Rename FF_FMT_ALLOW_FLUSH->FF_OFMT_FLAG_ALLOW_FLUSHAndreas Rheinhardt2024-03-22
* avformat/mpegtsenc: correct bitstream checkGyan Doshi2024-03-16
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avformat/mpegts: add ts stream types for H266/VVCThomas Siedel2024-01-31
* avformat/mpegtsenc: refact out h26x_prefix_audNuo Mi2024-01-31
* avformat/mpegtsenc: refact, remove h264, hevc magic numbers for nal_typeNuo Mi2024-01-31
* avformat/mpegtsenc: refact, move h264, hevc startcode checking to check_h26x_...Nuo Mi2024-01-31
* avformat/mpegtsenc: refact mpegts_check_bitstream to loop up tableNuo Mi2024-01-31
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avformat/avformat: Deprecate AVFMT_ALLOW_FLUSHAndreas Rheinhardt2023-10-03
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* avformat/mpegts: add support for preserving SMPTE 2038 when transcoding MPEG-...Devin Heitmueller2023-03-26
* avformat/mpegtsenc: Restrict "async" behavior to KLV async packetsDevin Heitmueller2023-03-16
* avformat/mpegtsenc: re-emit extradata ahead of IDR pictures even if AUD is al...John Coiner2023-02-19
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-09
* avformat/mpegtsenc: add omit_rai flagZhao Zhili2022-10-08
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-26
* avformat/(mpeg|mpegts|mxf|sup)enc: Use const uint8_t* to access pkt dataAndreas Rheinhardt2022-07-04
* avformat/utils: Move ff_stream_add_bitstream_filter to mux.cAndreas Rheinhardt2022-05-10
* mpegtsenc: convert to new channel layout APIAnton Khirnov2022-03-15
* avformat/mpegtsenc: fix muxing pcm-blurayPaul B Mahol2022-03-06
* avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt2022-02-08
* avformat/mpegtsenc: Avoid allocation of AVPacketAndreas Rheinhardt2021-11-27
* avformat/avformat: Add AVStream parameter to check_bitstream() sigAndreas Rheinhardt2021-11-27
* avformat/mpegtsenc: do not include adaptation field in teletext TS packetsAlex Shumsky2021-11-06
* avformat/mpegtsenc: fix first_pcr initial updateMaksym Veremeyenko2021-11-06
* avformat/mpegtsenc: add AVSV format_identifier for AVS standardLimin Wang2021-10-20
* avformat/mpegts: add support for stream_type 0xd4, which is AVS3Limin Wang2021-10-20
* avformat/mpegts: add support for stream_type 0xd2, which is AVS2Limin Wang2021-10-19
* avformat/mpegtsenc: enable muxing of ARIB captionszheng qian2021-06-10
* avformat/mpegtsenc: add NIT supportUbaldo Porcheddu2021-05-20
* avformat/mpegtsenc: Fix indentation inside if-clause in mpegts_write_pes()zheng qian2021-04-28
* avformat/mpegtsenc: Fix mpegts_write_pes() for private_stream_2 and other typeszheng qian2021-04-28
* avformat/mpegtsenc: factorize determining pes stream idMarton Balint2021-04-28
* avformat/mpegtsenc: move is_dvb_subtitle/is_dvb_teletext initialization upwardsMarton Balint2021-04-28
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avformat/mpegtsenc: Preserve disposition in the absence of languageAndreas Rheinhardt2021-04-05
* avformat/mpegtsenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avformat/mpegtsenc: check that not only first pts but also first dts is validLimin Wang2020-10-30
* avformat/mpegtsenc: first_pts_check -> first_pts_checkedLimin Wang2020-10-30
* avformat/mpegtsenc: make first_pcr sync with the first valid dtsLimin Wang2020-10-27
* avformat/mpegtsenc: use total_size instead of avio_tell()Limin Wang2020-10-27
* avformat/mpegts: replace magic descriptor_tag values with definesBrad Hards2020-10-16
* avformat/mpegtsenc: reindent the codeLimin Wang2020-08-26
* avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3Limin Wang2020-08-26
* avformat/mpegtsenc: support DVB 6A descriptor for AC-3Limin Wang2020-08-23