| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mpegts: cache PID discard values | Marton Balint | 2019-02-04 | 1 | -2/+5 |
* | avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not available | Jan Ekström | 2018-12-22 | 1 | -0/+11 |
* | avformat/mpegts: Fix side data type for stream id | Michael Niedermayer | 2018-12-19 | 1 | -1/+1 |
* | avformat/mpegts: add missing null pointer checks in ff_parse_mpeg2_descriptor() | Michael Niedermayer | 2018-08-25 | 1 | -2/+2 |
* | avformat/mpegts: parse large PMTs with multiple tables | Aman Gupta | 2018-06-18 | 1 | -0/+1 |
* | avformat/mpegts: fix memory leak with merge_pmt_versions=1 | Aman Gupta | 2018-05-21 | 1 | -2/+5 |
* | avformat/mpegts: rename variable to clarify meaning | Aman Gupta | 2018-05-21 | 1 | -8/+8 |
* | avformat/mpegts: add merge_pmt_versions option | Aman Gupta | 2018-05-18 | 1 | -3/+96 |
* | avformat/mpegts: keep track of PMT details in AVProgram/AVStream | Aman Gupta | 2018-05-18 | 1 | -5/+25 |
* | avformat/mpegts: add skip_unknown_pmt option | Aman Gupta | 2018-05-18 | 1 | -0/+5 |
* | avformat/mpegts: tag video streams with still images | Aman Gupta | 2018-05-17 | 1 | -0/+5 |
* | avformat/mpegts: fix incorrect indentation | Aman Gupta | 2018-05-15 | 1 | -3/+3 |
* | avformat/mpegts: initialize section_buf to fix valgrind test failure | Aman Gupta | 2018-05-14 | 1 | -1/+1 |
* | avformat/mpegts: reindent after last change | Aman Gupta | 2018-05-12 | 1 | -35/+35 |
* | avformat/mpegts: parse sections with multiple tables | Aman Gupta | 2018-05-12 | 1 | -7/+19 |
* | avformat/mpegts: clean up whitespace | Aman Gupta | 2018-05-09 | 1 | -2/+2 |
* | avformat/mpegts: use MAX_SECTION_SIZE instead of hardcoded value | Aman Gupta | 2018-05-09 | 1 | -2/+2 |
* | avformat/mpegts: skip non-PMT tids earlier | Aman Gupta | 2018-05-09 | 1 | -2/+2 |
* | avformat/mpegts: set AV_DISPOSITION_DESCRIPTIONS for OIPF cases | Łukasz Krzciuk | 2018-04-27 | 1 | -0/+30 |
* | avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audio | Aman Gupta | 2018-02-23 | 1 | -0/+3 |
* | lavf/mpegts: add supplementary audio descriptor | Stefan Pöschel | 2018-02-23 | 1 | -1/+36 |
* | lavf/mpegts: mark packets with TEI flag as corrupted | Rodger Combs | 2017-12-13 | 1 | -0/+8 |
* | lavf/mpegts: Consider stream_type 0x0f just a hint towards AAC. | Carl Eugen Hoyos | 2017-09-20 | 1 | -1/+1 |
* | lavf: consider codec framerate for framerate detection | wm4 | 2017-06-07 | 1 | -0/+2 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\ |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+2 |
* | | lavf/mpegts: Make a pointer cast explicit. | Carl Eugen Hoyos | 2017-02-12 | 1 | -1/+1 |
* | | mpegts: prevent division by zero | Andreas Cadhalpun | 2016-11-08 | 1 | -2/+11 |
* | | lavf/mpegts: add missed fixes to scte35 section callback | Carlos Fernandez | 2016-10-23 | 1 | -4/+5 |
* | | mpegts: handle AVMEDIA_TYPE_UNKNOWN correctly | Andreas Cadhalpun | 2016-10-22 | 1 | -1/+2 |
* | | lavf/mpegts: SCTE-35 extraction from mpegts | Carlos Fernandez | 2016-10-21 | 1 | -1/+45 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -4/+4 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -5/+5 |
* | | avformat/mpegts: include stream type for aac | Aman Gupta | 2016-06-21 | 1 | -0/+1 |
* | | Merge commit '74d98d1b0e0e7af444c933ea3c472494de3ce6f2' | Clément Bœsch | 2016-06-21 | 1 | -8/+11 |
|\| |
|
| * | mpegts: Validate the SL Packet Header Configuration | Luca Barbato | 2016-05-03 | 1 | -0/+5 |
* | | avformat/mpegts: enhance logging in trace mode | Aman Gupta | 2016-06-14 | 1 | -3/+3 |
* | | avformat/mpegts: adjust probe score for low check_count | Michael Niedermayer | 2016-06-14 | 1 | -1/+3 |
* | | avformat/mpegts: Fix probing of mpegts with invalid ASC | Michael Niedermayer | 2016-06-07 | 1 | -7/+10 |
* | | avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s... | Michael Niedermayer | 2016-06-06 | 1 | -1/+4 |
* | | lavf/mpegts: add ID3 entry to the REGD_types array | Stefano Sabatini | 2016-05-19 | 1 | -0/+1 |
* | | lavf/mpegts: Add E-AC3 registered stream specifier "EAC3". | Carl Eugen Hoyos | 2016-05-03 | 1 | -0/+1 |
* | | lavf/mpegts: Return small probe score for very short transport streams. | Carl Eugen Hoyos | 2016-05-01 | 1 | -4/+9 |
* | | avformat/mpegts: Skip over broken 0x80 headers | Michael Niedermayer | 2016-04-24 | 1 | -3/+9 |
* | | avformat/mpegts: factor duplicate seek back code into mpegts_resync | Michael Niedermayer | 2016-04-24 | 1 | -6/+6 |
* | | Merge commit '9765549f551ff40869aee1a6492b6a976c86cfe9' | Derek Buitenhuis | 2016-04-14 | 1 | -9/+16 |
|\| |
|
| * | mpegts: Forward the errors on mpeg4 objects parsing | Luca Barbato | 2016-03-20 | 1 | -9/+16 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -79/+91 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -51/+51 |
* | | avformat/mpegts: Remove unused argument from analyze() | Michael Niedermayer | 2016-04-10 | 1 | -9/+7 |