aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mpegts: improve first valid PMT heuristicMichael Niedermayer2014-11-081-1/+6
* avformat/mpegts: add scan_all_pmts optionMichael Niedermayer2014-11-081-1/+7
* avformat/mpegts: fix iteration count in add_pid_to_pmt()Michael Niedermayer2014-11-041-1/+1
* avformat/mpegts: also print PMT version in av_dlog()Michael Niedermayer2014-11-041-2/+2
* avformat/mpegts: Continue parsing PMTs during duration estimationMichael Niedermayer2014-11-031-3/+3
* avformat/mpegts: Do not add pid if its already there with add_pid_to_pmt()Michael Niedermayer2014-11-031-0/+6
* avformat/mpegts: Add support for Opus in MPEG-TSKieran Kunhya2014-10-261-1/+53
* mpegts: add the judgement if a new program is created successfullyDi Wu2014-10-161-2/+4
* avformat/mpegts: use a padded buffer in read_sl_header()Michael Niedermayer2014-10-041-1/+5
* avformat/mpegts: Check desc_len / get8() return codeMichael Niedermayer2014-10-041-1/+1
* avformat/mpegts: Improve probe heuristic by considering the overall frequency...Michael Niedermayer2014-09-131-4/+3
* avformat/mpegts: fix spelling errorAndreas Cadhalpun2014-09-061-1/+1
* avformat/mpegts: Change order of structs to match 7968059e5c3cd8f91407f379c11...Michael Niedermayer2014-09-031-19/+19
* Merge commit '7968059e5c3cd8f91407f379c11bbf71a1b84c74'Michael Niedermayer2014-09-031-5/+13
|\
| * mpegts: Allow custom max resync sizeLuca Barbato2014-09-031-2/+22
* | avformat/mpegts: favor DESC_types over probed codecsMichael Niedermayer2014-09-011-1/+1
* | avformat/mpegts: Use differential score for analyze()Michael Niedermayer2014-08-161-1/+4
* | mpegts: always parse pcrMarton Balint2014-08-161-7/+5
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* | lavf/mpegts: remove obsolete ff_mpegts_parse_* cruftJames Almer2014-08-111-18/+0
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | lavf/mpegts: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos2014-08-071-1/+1
* | lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*()James Almer2014-08-071-4/+22
* | Add int64_t probesize2 instead of int probesize to AVFormatContext.Carl Eugen Hoyos2014-07-301-5/+6
* | Merge commit 'fc27e7272e6f1a7053812f8a15b1b7098de44c71'Michael Niedermayer2014-07-221-1/+1
|\|
| * mpegts: do not export empty language tagsJan Gerber2014-07-211-1/+1
| * mpegts: pass MpegTSContext ptr explicitlyAlexander V. Lukyanov2014-07-101-5/+4
* | avformat/mpegts: dont clear programs during probingMichael Niedermayer2014-07-121-1/+4
* | avformat/mpegts: skip updating programs/streams when determining durationMichael Niedermayer2014-07-111-0/+14
* | avformat/mpegts: pass MpegTSContext ptr explicitly (fixes #3721)Alexander V. Lukyanov2014-07-081-6/+4
* | lavf/mpegts: Reduce number of "Predefined SLConfigDescriptor" warnings shown.Carl Eugen Hoyos2014-06-091-1/+3
* | mpegts: always reset pes packet state on new packetMarton Balint2014-05-051-1/+2
* | mpegts: unref buffer in reset_pes_packet_stateMarton Balint2014-05-051-1/+2
* | mpegts: factorize pes packet state reset functionMarton Balint2014-05-051-6/+10
* | mpegts: fix indentation after last commitMarton Balint2014-05-051-10/+10
* | mpegts: only emit new packets if data buffer existsMarton Balint2014-05-051-2/+2
* | mpegts: remove uneeded buf_size checkMarton Balint2014-05-051-1/+1
* | avformat/mpegts: Remove redundant checkMichael Niedermayer2014-04-161-1/+1
* | mpegts: fix teletext pts of streams with standalone pcr pidMarton Balint2014-03-221-5/+17
* | mpegts: add pcr filter for tracking standalone pcr pidsMarton Balint2014-03-221-5/+16
* | mpegts: factorize mpegts filter creator codeMarton Balint2014-03-221-17/+18
* | mpegts: move last_pcr to MpegTSFilter levelMarton Balint2014-03-221-13/+9
* | Merge commit 'ca80e15814b77efe8d0ff5a5b0220754bb6c4065'Michael Niedermayer2014-03-181-42/+48
|\|
| * mpegts: Forward error codes in various functionsKeiji Costantini2014-03-181-48/+61
* | Merge commit '86ba2327e1cf35c6f77d5fb516a1a7a8dce0b98a'Michael Niedermayer2014-03-181-348/+399
|\|
| * mpegts: K&R formatting cosmeticsKeiji Costantini2014-03-181-329/+391
* | mpegts: use goto out instead of break on truncated or invalid pmt tablesMarton Balint2014-03-051-4/+4
* | Merge commit '5397386effba2e53e4ff82852a86f6be4d59e9c1'Michael Niedermayer2014-03-041-1/+7
|\|
| * mathops: move macro to the only place it is usedVittorio Giovara2014-03-041-1/+7