summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
* Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* | avformat/mpegts: Fix potential pointer overflowsMichael Niedermayer2015-03-16
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | Merge commit '1509c018bd5b054a2354e20021ccbac9c934d213'Michael Niedermayer2015-02-11
|\|
| * mpegts: relax restrictions on matching the packet start in read_headerAnton Khirnov2015-02-10
* | Merge commit '6a5b8ca4329039fad44ad50b6496948f4bfacb4c'Michael Niedermayer2015-02-11
|\|
| * lavf: remove unused codewm42015-02-08
* | mpegts: identify h264 mvc streamsHendrik Leppkes2015-01-14
* | Merge commit '9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0'Michael Niedermayer2014-12-20
|\|
| * mpegts: add support for OpusKieran Kunhya2014-12-20
* | Merge commit '8b263331c5ebbb10b6ea521e9fd56751ba94254b'Michael Niedermayer2014-12-19
|\|
| * mpegts: check get16() return valueVittorio Giovara2014-12-18
* | avformat/mpegts: Warn if ffio_ensure_seekback() failedMichael Niedermayer2014-12-06
* | avformat/mpegts: fix Opus stream countRafaël Carré2014-12-05
* | avformat/mpegts: improve first valid PMT heuristicMichael Niedermayer2014-11-08
* | avformat/mpegts: add scan_all_pmts optionMichael Niedermayer2014-11-08
* | avformat/mpegts: fix iteration count in add_pid_to_pmt()Michael Niedermayer2014-11-04
* | avformat/mpegts: also print PMT version in av_dlog()Michael Niedermayer2014-11-04
* | avformat/mpegts: Continue parsing PMTs during duration estimationMichael Niedermayer2014-11-03
* | avformat/mpegts: Do not add pid if its already there with add_pid_to_pmt()Michael Niedermayer2014-11-03
* | avformat/mpegts: Add support for Opus in MPEG-TSKieran Kunhya2014-10-26
* | mpegts: add the judgement if a new program is created successfullyDi Wu2014-10-16
* | avformat/mpegts: use a padded buffer in read_sl_header()Michael Niedermayer2014-10-04
* | avformat/mpegts: Check desc_len / get8() return codeMichael Niedermayer2014-10-04
* | avformat/mpegts: Improve probe heuristic by considering the overall frequency...Michael Niedermayer2014-09-13
* | avformat/mpegts: fix spelling errorAndreas Cadhalpun2014-09-06
* | avformat/mpegts: Change order of structs to match 7968059e5c3cd8f91407f379c11...Michael Niedermayer2014-09-03
* | Merge commit '7968059e5c3cd8f91407f379c11bbf71a1b84c74'Michael Niedermayer2014-09-03
|\|
| * mpegts: Allow custom max resync sizeLuca Barbato2014-09-03
* | avformat/mpegts: favor DESC_types over probed codecsMichael Niedermayer2014-09-01
* | avformat/mpegts: Use differential score for analyze()Michael Niedermayer2014-08-16
* | mpegts: always parse pcrMarton Balint2014-08-16
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | lavf/mpegts: remove obsolete ff_mpegts_parse_* cruftJames Almer2014-08-11
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | lavf/mpegts: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos2014-08-07
* | lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*()James Almer2014-08-07
* | Add int64_t probesize2 instead of int probesize to AVFormatContext.Carl Eugen Hoyos2014-07-30
* | Merge commit 'fc27e7272e6f1a7053812f8a15b1b7098de44c71'Michael Niedermayer2014-07-22
|\|
| * mpegts: do not export empty language tagsJan Gerber2014-07-21
| * mpegts: pass MpegTSContext ptr explicitlyAlexander V. Lukyanov2014-07-10
* | avformat/mpegts: dont clear programs during probingMichael Niedermayer2014-07-12
* | avformat/mpegts: skip updating programs/streams when determining durationMichael Niedermayer2014-07-11
* | avformat/mpegts: pass MpegTSContext ptr explicitly (fixes #3721)Alexander V. Lukyanov2014-07-08
* | lavf/mpegts: Reduce number of "Predefined SLConfigDescriptor" warnings shown.Carl Eugen Hoyos2014-06-09
* | mpegts: always reset pes packet state on new packetMarton Balint2014-05-05
* | mpegts: unref buffer in reset_pes_packet_stateMarton Balint2014-05-05