| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -2/+2 |
|\ |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
* | | Merge commit '1509c018bd5b054a2354e20021ccbac9c934d213' | Michael Niedermayer | 2015-02-11 | 1 | -8/+10 |
|\| |
|
| * | mpegts: relax restrictions on matching the packet start in read_header | Anton Khirnov | 2015-02-10 | 1 | -8/+10 |
* | | Merge commit '6a5b8ca4329039fad44ad50b6496948f4bfacb4c' | Michael Niedermayer | 2015-02-11 | 1 | -1/+0 |
|\| |
|
| * | lavf: remove unused code | wm4 | 2015-02-08 | 1 | -1/+0 |
* | | mpegts: identify h264 mvc streams | Hendrik Leppkes | 2015-01-14 | 1 | -0/+1 |
* | | Merge commit '9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0' | Michael Niedermayer | 2014-12-20 | 1 | -5/+6 |
|\| |
|
| * | mpegts: add support for Opus | Kieran Kunhya | 2014-12-20 | 1 | -1/+53 |
* | | Merge commit '8b263331c5ebbb10b6ea521e9fd56751ba94254b' | Michael Niedermayer | 2014-12-19 | 1 | -1/+4 |
|\| |
|
| * | mpegts: check get16() return value | Vittorio Giovara | 2014-12-18 | 1 | -1/+4 |
* | | avformat/mpegts: Warn if ffio_ensure_seekback() failed | Michael Niedermayer | 2014-12-06 | 1 | -1/+2 |
* | | avformat/mpegts: fix Opus stream count | Rafaël Carré | 2014-12-05 | 1 | -2/+1 |
* | | avformat/mpegts: improve first valid PMT heuristic | Michael Niedermayer | 2014-11-08 | 1 | -1/+6 |
* | | avformat/mpegts: add scan_all_pmts option | Michael Niedermayer | 2014-11-08 | 1 | -1/+7 |
* | | avformat/mpegts: fix iteration count in add_pid_to_pmt() | Michael Niedermayer | 2014-11-04 | 1 | -1/+1 |
* | | avformat/mpegts: also print PMT version in av_dlog() | Michael Niedermayer | 2014-11-04 | 1 | -2/+2 |
* | | avformat/mpegts: Continue parsing PMTs during duration estimation | Michael Niedermayer | 2014-11-03 | 1 | -3/+3 |
* | | avformat/mpegts: Do not add pid if its already there with add_pid_to_pmt() | Michael Niedermayer | 2014-11-03 | 1 | -0/+6 |
* | | avformat/mpegts: Add support for Opus in MPEG-TS | Kieran Kunhya | 2014-10-26 | 1 | -1/+53 |
* | | mpegts: add the judgement if a new program is created successfully | Di Wu | 2014-10-16 | 1 | -2/+4 |
* | | avformat/mpegts: use a padded buffer in read_sl_header() | Michael Niedermayer | 2014-10-04 | 1 | -1/+5 |
* | | avformat/mpegts: Check desc_len / get8() return code | Michael Niedermayer | 2014-10-04 | 1 | -1/+1 |
* | | avformat/mpegts: Improve probe heuristic by considering the overall frequency... | Michael Niedermayer | 2014-09-13 | 1 | -4/+3 |
* | | avformat/mpegts: fix spelling error | Andreas Cadhalpun | 2014-09-06 | 1 | -1/+1 |
* | | avformat/mpegts: Change order of structs to match 7968059e5c3cd8f91407f379c11... | Michael Niedermayer | 2014-09-03 | 1 | -19/+19 |
* | | Merge commit '7968059e5c3cd8f91407f379c11bbf71a1b84c74' | Michael Niedermayer | 2014-09-03 | 1 | -5/+13 |
|\| |
|
| * | mpegts: Allow custom max resync size | Luca Barbato | 2014-09-03 | 1 | -2/+22 |
* | | avformat/mpegts: favor DESC_types over probed codecs | Michael Niedermayer | 2014-09-01 | 1 | -1/+1 |
* | | avformat/mpegts: Use differential score for analyze() | Michael Niedermayer | 2014-08-16 | 1 | -1/+4 |
* | | mpegts: always parse pcr | Marton Balint | 2014-08-16 | 1 | -7/+5 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | lavf/mpegts: remove obsolete ff_mpegts_parse_* cruft | James Almer | 2014-08-11 | 1 | -18/+0 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | | lavf/mpegts: Do not return the result of a (void) function from a void function. | Carl Eugen Hoyos | 2014-08-07 | 1 | -1/+1 |
* | | lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() | James Almer | 2014-08-07 | 1 | -4/+22 |
* | | Add int64_t probesize2 instead of int probesize to AVFormatContext. | Carl Eugen Hoyos | 2014-07-30 | 1 | -5/+6 |
* | | Merge commit 'fc27e7272e6f1a7053812f8a15b1b7098de44c71' | Michael Niedermayer | 2014-07-22 | 1 | -1/+1 |
|\| |
|
| * | mpegts: do not export empty language tags | Jan Gerber | 2014-07-21 | 1 | -1/+1 |
| * | mpegts: pass MpegTSContext ptr explicitly | Alexander V. Lukyanov | 2014-07-10 | 1 | -5/+4 |
* | | avformat/mpegts: dont clear programs during probing | Michael Niedermayer | 2014-07-12 | 1 | -1/+4 |
* | | avformat/mpegts: skip updating programs/streams when determining duration | Michael Niedermayer | 2014-07-11 | 1 | -0/+14 |
* | | avformat/mpegts: pass MpegTSContext ptr explicitly (fixes #3721) | Alexander V. Lukyanov | 2014-07-08 | 1 | -6/+4 |
* | | lavf/mpegts: Reduce number of "Predefined SLConfigDescriptor" warnings shown. | Carl Eugen Hoyos | 2014-06-09 | 1 | -1/+3 |
* | | mpegts: always reset pes packet state on new packet | Marton Balint | 2014-05-05 | 1 | -1/+2 |
* | | mpegts: unref buffer in reset_pes_packet_state | Marton Balint | 2014-05-05 | 1 | -1/+2 |
* | | mpegts: factorize pes packet state reset function | Marton Balint | 2014-05-05 | 1 | -6/+10 |
* | | mpegts: fix indentation after last commit | Marton Balint | 2014-05-05 | 1 | -10/+10 |
* | | mpegts: only emit new packets if data buffer exists | Marton Balint | 2014-05-05 | 1 | -2/+2 |