| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avformat/mpegtsenc: use increasing numbers in default service names | Marton Balint | 2019-08-14 | 1 | -2/+4 |
* | avformat/mpegtsenc: remove section_write_packet forward declaration | Marton Balint | 2019-08-14 | 1 | -26/+24 |
* | avformat/mpegtsenc: factorize setting up services | Marton Balint | 2019-08-14 | 1 | -41/+25 |
* | avformat/mpegtsenc: fix incorrect PCR selection with multiple programs | Marton Balint | 2019-08-14 | 1 | -64/+80 |
* | avformat/mpegtsenc: write format_identifier HEVC for HEVC streams | Marton Balint | 2019-03-01 | 1 | -0/+2 |
* | avformat/mpegtsenc: factorize writing registration_descriptor | Marton Balint | 2019-03-01 | 1 | -32/+18 |
* | avformat/mpegtsenc: add support for service and provider names with utf8 enco... | Marton Balint | 2019-02-21 | 1 | -35/+53 |
* | Fix bug in mpegts muxer which affects KLV async stream generation. | Artyom Lebedev | 2018-12-08 | 1 | -1/+1 |
* | avformat/mpegtsenc: set AVFMT_NODIMENSIONS | Aman Gupta | 2018-05-12 | 1 | -1/+1 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -1/+1 |
* | mpegtsenc: Don't pass NULL to memcpy | Derek Buitenhuis | 2017-07-06 | 1 | -0/+4 |