| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avformat/mpegtsenc: warn users if codec isn't supported | Gyan Doshi | 2019-12-23 | 1 | -0/+2 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -1/+1 |
* | avformat/mpegtsenc: add padding to m2ts streams | Marton Balint | 2019-12-03 | 1 | -0/+7 |
* | avformat/mpegtsenc: factorize writing packet | Marton Balint | 2019-12-03 | 1 | -9/+6 |
* | avformat/mpegtsenc: move around setting m2ts_mode | Marton Balint | 2019-12-03 | 1 | -8/+8 |
* | avformat/mpegtsenc: set priority flag for AC3 codecs if writing BluRay | Marton Balint | 2019-12-03 | 1 | -0/+2 |
* | avformat/mpegtsenc: allow any sensible PID for elementary and PMT PIDs | Marton Balint | 2019-12-03 | 1 | -5/+12 |
* | lavf/mpegtsenc: fix logic check error | Jun Zhao | 2019-11-04 | 1 | -1/+1 |
* | avformat/mpegtsenc: fix flushing of audio packets | Marton Balint | 2019-09-02 | 1 | -17/+2 |
* | avformat/mpegtsenc: get rid of packet counting for sdt/pat/pmt | Marton Balint | 2019-08-23 | 1 | -56/+38 |
* | avformat/mpegtsenc: move some code around and simplify a bit | Marton Balint | 2019-08-23 | 1 | -11/+9 |
* | avformat/mpegtsenc: add support for setting PCR interval for VBR streams | Marton Balint | 2019-08-23 | 1 | -4/+5 |
* | avformat/mpegtsenc: rename pcr_period variable to pcr_period_ms | Marton Balint | 2019-08-23 | 1 | -3/+3 |
* | avformat/mpegtsenc: remove deprecated resend_headers option | Marton Balint | 2019-08-14 | 1 | -13/+0 |
* | avformat/mpegtsenc: fix PCR generation intervals | Marton Balint | 2019-08-14 | 1 | -36/+54 |