394 Commits (14719b79394207df812fe7b6bc34fdee9f928ccb)

Author SHA1 Message Date
John Coiner e0cb89c354 avformat/mpegtsenc: re-emit extradata ahead of IDR pictures even if AUD is already present 2 years ago
Andreas Rheinhardt 59c9dc82f4 avformat/avformat: Move AVOutputFormat internals out of public header 2 years ago
Zhao Zhili 2205ccd216 avformat/mpegtsenc: add omit_rai flag 2 years ago
Andreas Rheinhardt 2b41463b87 avformat/internal: Don't include avcodec.h 2 years ago
Andreas Rheinhardt 1fc5d327e4 avformat/(mpeg|mpegts|mxf|sup)enc: Use const uint8_t* to access pkt data 2 years ago
Andreas Rheinhardt 7547f13548 avformat/utils: Move ff_stream_add_bitstream_filter to mux.c 3 years ago
Anton Khirnov 77869a3e43 mpegtsenc: convert to new channel layout API 3 years ago
Paul B Mahol 93dfb6afdd avformat/mpegtsenc: fix muxing pcm-bluray 3 years ago
Andreas Rheinhardt 70a90fb73e avcodec/internal.h: Move avpriv_find_start_code() to startcode.h 3 years ago
Andreas Rheinhardt 2cddb2f7a8 avformat/mpegtsenc: Avoid allocation of AVPacket 3 years ago
Andreas Rheinhardt a5ee166327 avformat/avformat: Add AVStream parameter to check_bitstream() sig 3 years ago
Alex Shumsky 1728127e8c avformat/mpegtsenc: do not include adaptation field in teletext TS packets 3 years ago
Maksym Veremeyenko a085418303 avformat/mpegtsenc: fix first_pcr initial update 3 years ago
Limin Wang 44fe572371 avformat/mpegtsenc: add AVSV format_identifier for AVS standard 3 years ago
Limin Wang 5779bd5b2a avformat/mpegts: add support for stream_type 0xd4, which is AVS3 3 years ago
Limin Wang a59f8ea2a9 avformat/mpegts: add support for stream_type 0xd2, which is AVS2 3 years ago
zheng qian f38458089f avformat/mpegtsenc: enable muxing of ARIB captions 3 years ago
Ubaldo Porcheddu 36b16a30db avformat/mpegtsenc: add NIT support 4 years ago
zheng qian 86a71d897f avformat/mpegtsenc: Fix indentation inside if-clause in mpegts_write_pes() 4 years ago
zheng qian 6ad61e30a1 avformat/mpegtsenc: Fix mpegts_write_pes() for private_stream_2 and other types 4 years ago
Marton Balint 3f27021143 avformat/mpegtsenc: factorize determining pes stream id 4 years ago
Marton Balint b9fff6e15e avformat/mpegtsenc: move is_dvb_subtitle/is_dvb_teletext initialization upwards 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt ef6a9e5e31 avutil/buffer: Switch AVBuffer API to size_t 4 years ago
Andreas Rheinhardt 5d06d26be3 avformat/mpegtsenc: Preserve disposition in the absence of language 4 years ago
James Almer e7f1540507 avformat/mpegtsenc: use av_packet_alloc() to allocate packets 4 years ago
James Almer e07126f54a avformat: use the buffer_size_t typedef where required 4 years ago
Limin Wang be4ff0f1b2 avformat/mpegtsenc: check that not only first pts but also first dts is valid 4 years ago
Limin Wang 27e8a6c44b avformat/mpegtsenc: first_pts_check -> first_pts_checked 4 years ago
Limin Wang 6f36eb0da7 avformat/mpegtsenc: make first_pcr sync with the first valid dts 4 years ago
Limin Wang f3568a33c9 avformat/mpegtsenc: use total_size instead of avio_tell() 4 years ago
Brad Hards fcec7a6848 avformat/mpegts: replace magic descriptor_tag values with defines 4 years ago
Limin Wang 9bb4707b1f avformat/mpegtsenc: reindent the code 4 years ago
Limin Wang 4aa6eda76e avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3 4 years ago
Limin Wang 7e61940794 avformat/mpegtsenc: support DVB 6A descriptor for AC-3 4 years ago
Limin Wang bae2ae62ba avformat/mpegtsenc: use local variable store st->codecpar->codec_id 4 years ago
Limin Wang a35facfeb3 avformat/mpegtsenc: reindent the last commit 4 years ago
Limin Wang cf81d64282 avformat/mpegtsenc: simplify code for condition checks 4 years ago
Brad Hards fb819697f6 avformat/mpegts: add constants for MPEG-TS transport stream identifiers 5 years ago
Brad Hards b8d6d9376c avformat/mpegtsenc: set stream_id correctly based on KLV profile selected 5 years ago
Jun Zhao ab42db9bed lavf/mpegtsenc: misc style fixes 5 years ago
Limin Wang 0cc2d09e17 avformat/mpegtsenc: cosmetic 5 years ago
Limin Wang f1035b99fa avformat/mpegtsenc: simplify code by using OFFSET() and ENC macros 5 years ago
Andriy Gelman 0776cb7083 avformat/mpegtsenc: Remove two duplicated fields 5 years ago
Andriy Gelman 1dd0def976 avformat/mpegtsenc: Don't use heap allocated array to store pids 5 years ago
Gyan Doshi fc8a239e9d avformat/mpegtsenc: use av_log_once for data stream warning 5 years ago
Gyan Doshi 68d9c0be89 avformat/mpegtsenc: don't print warning for DVB text streams 5 years ago
Marton Balint 7f2649bb46 avformat/mpegtsenc: use the correct stream_types and write HDMV descriptors for m2ts 5 years ago
Marton Balint 3958244c91 avformat/mpegtsenc: factorize determining stream_type 5 years ago
Marton Balint bcc19933af avformat/mpegtsenc: only allow one program in m2ts mode 5 years ago