index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mpegtsenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/avformat: Move AVOutputFormat internals out of public header
Andreas Rheinhardt
2023-02-09
1
-9
/
+9
*
avformat/mpegtsenc: add omit_rai flag
Zhao Zhili
2022-10-08
1
-1
/
+5
*
avformat/internal: Don't include avcodec.h
Andreas Rheinhardt
2022-09-26
1
-0
/
+1
*
avformat/(mpeg|mpegts|mxf|sup)enc: Use const uint8_t* to access pkt data
Andreas Rheinhardt
2022-07-04
1
-1
/
+1
*
avformat/utils: Move ff_stream_add_bitstream_filter to mux.c
Andreas Rheinhardt
2022-05-10
1
-0
/
+1
*
mpegtsenc: convert to new channel layout API
Anton Khirnov
2022-03-15
1
-14
/
+16
*
avformat/mpegtsenc: fix muxing pcm-bluray
Paul B Mahol
2022-03-06
1
-0
/
+4
*
avcodec/internal.h: Move avpriv_find_start_code() to startcode.h
Andreas Rheinhardt
2022-02-08
1
-1
/
+1
*
avformat/mpegtsenc: Avoid allocation of AVPacket
Andreas Rheinhardt
2021-11-27
1
-5
/
+1
*
avformat/avformat: Add AVStream parameter to check_bitstream() sig
Andreas Rheinhardt
2021-11-27
1
-2
/
+2
*
avformat/mpegtsenc: do not include adaptation field in teletext TS packets
Alex Shumsky
2021-11-06
1
-1
/
+2
*
avformat/mpegtsenc: fix first_pcr initial update
Maksym Veremeyenko
2021-11-06
1
-5
/
+5
*
avformat/mpegtsenc: add AVSV format_identifier for AVS standard
Limin Wang
2021-10-20
1
-0
/
+3
*
avformat/mpegts: add support for stream_type 0xd4, which is AVS3
Limin Wang
2021-10-20
1
-0
/
+3
*
avformat/mpegts: add support for stream_type 0xd2, which is AVS2
Limin Wang
2021-10-19
1
-0
/
+3
*
avformat/mpegtsenc: enable muxing of ARIB captions
zheng qian
2021-06-10
1
-0
/
+48
*
avformat/mpegtsenc: add NIT support
Ubaldo Porcheddu
2021-05-20
1
-7
/
+97
*
avformat/mpegtsenc: Fix indentation inside if-clause in mpegts_write_pes()
zheng qian
2021-04-28
1
-90
/
+90
*
avformat/mpegtsenc: Fix mpegts_write_pes() for private_stream_2 and other types
zheng qian
2021-04-28
1
-0
/
+15
*
avformat/mpegtsenc: factorize determining pes stream id
Marton Balint
2021-04-28
1
-25
/
+35
*
avformat/mpegtsenc: move is_dvb_subtitle/is_dvb_teletext initialization upwards
Marton Balint
2021-04-28
1
-10
/
+3
*
avformat: Constify all muxer/demuxers
Andreas Rheinhardt
2021-04-27
1
-1
/
+1
*
avutil/buffer: Switch AVBuffer API to size_t
Andreas Rheinhardt
2021-04-27
1
-2
/
+2
*
avformat/mpegtsenc: Preserve disposition in the absence of language
Andreas Rheinhardt
2021-04-05
1
-9
/
+8
*
avformat/mpegtsenc: use av_packet_alloc() to allocate packets
James Almer
2021-03-17
1
-6
/
+13
*
avformat: use the buffer_size_t typedef where required
James Almer
2021-03-10
1
-2
/
+2
*
avformat/mpegtsenc: check that not only first pts but also first dts is valid
Limin Wang
2020-10-30
1
-4
/
+4
*
avformat/mpegtsenc: first_pts_check -> first_pts_checked
Limin Wang
2020-10-30
1
-4
/
+3
*
avformat/mpegtsenc: make first_pcr sync with the first valid dts
Limin Wang
2020-10-27
1
-0
/
+6
*
avformat/mpegtsenc: use total_size instead of avio_tell()
Limin Wang
2020-10-27
1
-7
/
+9
*
avformat/mpegts: replace magic descriptor_tag values with defines
Brad Hards
2020-10-16
1
-3
/
+3
*
avformat/mpegtsenc: reindent the code
Limin Wang
2020-08-26
1
-18
/
+18
*
avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3
Limin Wang
2020-08-26
1
-0
/
+4
*
avformat/mpegtsenc: support DVB 6A descriptor for AC-3
Limin Wang
2020-08-23
1
-2
/
+82
*
avformat/mpegtsenc: use local variable store st->codecpar->codec_id
Limin Wang
2020-07-25
1
-8
/
+9
*
avformat/mpegtsenc: reindent the last commit
Limin Wang
2020-07-25
1
-10
/
+9
*
avformat/mpegtsenc: simplify code for condition checks
Limin Wang
2020-07-25
1
-2
/
+4
*
avformat/mpegts: add constants for MPEG-TS transport stream identifiers
Brad Hards
2020-06-09
1
-8
/
+8
*
avformat/mpegtsenc: set stream_id correctly based on KLV profile selected
Brad Hards
2020-05-31
1
-0
/
+7
*
lavf/mpegtsenc: misc style fixes
Jun Zhao
2020-05-28
1
-12
/
+12
*
avformat/mpegtsenc: cosmetic
Limin Wang
2020-05-27
1
-63
/
+29
*
avformat/mpegtsenc: simplify code by using OFFSET() and ENC macros
Limin Wang
2020-05-27
1
-45
/
+47
*
avformat/mpegtsenc: Remove two duplicated fields
Andriy Gelman
2020-05-14
1
-7
/
+3
*
avformat/mpegtsenc: Don't use heap allocated array to store pids
Andriy Gelman
2020-05-14
1
-37
/
+14
*
avformat/mpegtsenc: use av_log_once for data stream warning
Gyan Doshi
2020-04-23
1
-4
/
+11
*
avformat/mpegtsenc: don't print warning for DVB text streams
Gyan Doshi
2020-04-22
1
-0
/
+4
*
avformat/mpegtsenc: use the correct stream_types and write HDMV descriptors f...
Marton Balint
2020-04-21
1
-1
/
+57
*
avformat/mpegtsenc: factorize determining stream_type
Marton Balint
2020-04-21
1
-68
/
+79
*
avformat/mpegtsenc: only allow one program in m2ts mode
Marton Balint
2020-04-21
1
-1
/
+6
*
avformat/mpegtsenc: use standard pids for m2ts
Marton Balint
2020-04-21
1
-1
/
+43
[next]