| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegtsenc: Don't pass NULL to memcpy | Derek Buitenhuis | 2017-07-06 | 1 | -0/+4 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -4/+6 |
* | lavf/mpegtsenc: clarify pcr_period unit of measurement | Lou Logan | 2017-03-16 | 1 | -1/+1 |
* | libavformat/mpegtsenc: support hevc with missing in stream headers like h.264 | Michael Niedermayer | 2017-01-17 | 1 | -0/+30 |
* | lavf/mpegtsenc: write metadata descriptor for timed ID3 packets | Stefano Sabatini | 2016-11-06 | 1 | -10/+14 |
* | lavf/mpegtsenc: move putstr8 definition up | Stefano Sabatini | 2016-11-06 | 1 | -17/+17 |
* | avformat/mpegtsenc: Add option to mark stream begin as discontinuous | Michael Niedermayer | 2016-11-02 | 1 | -0/+26 |
* | lavf/mpegtsenc: fix autobsf when the first NAL is 0x1<XX> bytes | Rodger Combs | 2016-10-04 | 1 | -2/+6 |
* | lavf/mpegtsenc: Set min PID for data pkt to 0x0010. | Sylvain Laurent | 2016-09-28 | 1 | -1/+1 |
* | lavf/mpegtsenc: add special case for handling timed ID3 packets | Stefano Sabatini | 2016-07-29 | 1 | -0/+3 |
* | Merge commit '393596f9d51134d6e45d81ae129223f4faea1232' | Clément Bœsch | 2016-06-23 | 1 | -1/+3 |
|\ |
|
| * | mpegtsenc: stop impersonating ses in sdt | Francois Cartegnie | 2016-05-17 | 1 | -1/+3 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -5/+5 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -5/+5 |
* | | lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 packets | Stefano Sabatini | 2016-05-19 | 1 | -0/+10 |
* | | avformat/mpegtsenc: fix usage of AVStream.codec | James Almer | 2016-05-04 | 1 | -2/+2 |
* | | lavf/mpegtsenc: Define service_type "HEVC digital television service". | smallishzulu | 2016-05-03 | 1 | -1/+5 |
* | | lavf/mpegtsenc: Fix stream_type for low sample rate MP2/MP3. | Carl Eugen Hoyos | 2016-05-03 | 1 | -1/+6 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -76/+77 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -27/+28 |
| * | mpegtsenc: add flag to embed an AC-3 ES the DVB way | Stefan Pöschel | 2015-12-14 | 1 | -1/+13 |
* | | avformat/mpegtsenc: Fix used service | Michael Niedermayer | 2016-03-24 | 1 | -0/+12 |
* | | avformat/mpegtsenc: Keep track of the program for each service | Michael Niedermayer | 2016-03-24 | 1 | -9/+8 |
* | | lavc/lavf: transmit stream_id information for mpegts KLV data packets | Stefano Sabatini | 2016-02-23 | 1 | -6/+20 |
* | | mpegtsenc: Do not fail ADTS AAC muxing if the first frame is not ADTS | Hagen Schmidt | 2016-01-29 | 1 | -2/+0 |
* | | avformat/mpegtsenc: Fix multi program so that it supports adding the same str... | Vittorio Gambaletta (VittGam) | 2016-01-25 | 1 | -2/+13 |
* | | lavf/mpegtsenc: add automatic bitstream filtering | Rodger Combs | 2015-12-28 | 1 | -30/+35 |
* | | avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB way | Stefan Pöschel | 2015-12-24 | 1 | -2/+18 |
* | | avformat/mpegtsenc: Add basic multi program support | Michael Niedermayer | 2015-12-11 | 1 | -15/+42 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -3/+3 |
* | | mpegtsenc: Fix off-by-one in indexing into Opus channel mapping arrays | Sebastian Dröge | 2015-12-04 | 1 | -2/+2 |
* | | mpegencts: Fix overflow in cbr mode period calculations | Timo Teräs | 2015-12-03 | 1 | -3/+3 |
* | | mpegtsenc: add vc-1 support to MPEG-TS muxer (ticket 2141) | Hagen Schmidt | 2015-11-16 | 1 | -0/+10 |
* | | mpegtsenc: Implement writing of Opus trim_start/trim_end control values | Sebastian Dröge | 2015-11-06 | 1 | -3/+40 |
* | | mpegtsenc: Add support for muxing Opus in MPEG-TS | Sebastian Dröge | 2015-11-06 | 1 | -1/+179 |
* | | mpegts: Make the sdt_period a double | Derek Buitenhuis | 2015-10-17 | 1 | -2/+2 |
* | | mpegts: Make the pat_period a double | Derek Buitenhuis | 2015-10-17 | 1 | -2/+2 |
* | | avformat/mpegtsenc: Add sdt_period, similar to pat_period | Michael Niedermayer | 2015-07-18 | 1 | -1/+15 |
* | | avformat/mpegtsenc: Support a user specified PAT/PMT period | Michael Niedermayer | 2015-07-18 | 1 | -3/+19 |
* | | avformat/mpegtsenc: support storing PAT/PMT per frame | Michael Niedermayer | 2015-07-18 | 1 | -0/+9 |
* | | Merge commit '4512ee78e19fdb011bdec1b3a8dc0b315c82a81e' | Michael Niedermayer | 2015-07-15 | 1 | -1/+1 |
|\| |
|
| * | mpegts: Mark the muxer as supporting variable fps | Luca Barbato | 2015-07-15 | 1 | -1/+1 |
* | | lavf/mpegtsenc: Only fail aac muxing if the first frame is invalid. | Carl Eugen Hoyos | 2015-07-07 | 1 | -3/+4 |
* | | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8' | Michael Niedermayer | 2015-04-20 | 1 | -1/+1 |
|\| |
|
| * | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | | lavf/mpegtsenc: Accept 0x000001 as startcode for hevc. | Carl Eugen Hoyos | 2015-04-14 | 1 | -1/+1 |
* | | Merge commit '7d097a0fc57f0fa8385962a539c657c2f40b5ed0' | Michael Niedermayer | 2015-04-03 | 1 | -1/+4 |
|\| |
|
| * | mpegtsenc: Take max_delay into account when buffering multiple audio packets ... | Martin Storsjö | 2015-04-03 | 1 | -1/+4 |
* | | Allow muxing h264 into ts with startcode "001" instead of "0001". | Carl Eugen Hoyos | 2015-02-25 | 1 | -1/+1 |
* | | Merge commit '8e32b1f0963d01d4f5d4803eb721f162e0d58d9a' | Michael Niedermayer | 2015-02-25 | 1 | -3/+2 |
|\| |
|