Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-14mpegts: identify h264 mvc streamsHendrik Leppkes
2014-12-20Merge commit '9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0'Michael Niedermayer
2014-12-20mpegts: add support for OpusKieran Kunhya
2014-12-19Merge commit '8b263331c5ebbb10b6ea521e9fd56751ba94254b'Michael Niedermayer
2014-12-19mpegts: check get16() return valueVittorio Giovara
2014-12-06avformat/mpegts: Warn if ffio_ensure_seekback() failedMichael Niedermayer
2014-12-05avformat/mpegts: fix Opus stream countRafaël Carré
2014-11-08avformat/mpegts: improve first valid PMT heuristicMichael Niedermayer
2014-11-08avformat/mpegts: add scan_all_pmts optionMichael Niedermayer
2014-11-04avformat/mpegts: fix iteration count in add_pid_to_pmt()Michael Niedermayer
2014-11-04avformat/mpegts: also print PMT version in av_dlog()Michael Niedermayer
2014-11-04avformat/mpegts: Continue parsing PMTs during duration estimationMichael Niedermayer
2014-11-04avformat/mpegts: Do not add pid if its already there with add_pid_to_pmt()Michael Niedermayer
2014-10-27avformat/mpegts: Add support for Opus in MPEG-TSKieran Kunhya
2014-10-16mpegts: add the judgement if a new program is created successfullyDi Wu
2014-10-04avformat/mpegts: use a padded buffer in read_sl_header()Michael Niedermayer
2014-10-04avformat/mpegts: Check desc_len / get8() return codeMichael Niedermayer
2014-09-14avformat/mpegts: Improve probe heuristic by considering the overall frequency...Michael Niedermayer
2014-09-06avformat/mpegts: fix spelling errorAndreas Cadhalpun
2014-09-03avformat/mpegts: Change order of structs to match 7968059e5c3cd8f91407f379c11...Michael Niedermayer
2014-09-03Merge commit '7968059e5c3cd8f91407f379c11bbf71a1b84c74'Michael Niedermayer
2014-09-03mpegts: Allow custom max resync sizeLuca Barbato
2014-09-01avformat/mpegts: favor DESC_types over probed codecsMichael Niedermayer
2014-08-17avformat/mpegts: Use differential score for analyze()Michael Niedermayer
2014-08-16mpegts: always parse pcrMarton Balint
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-11lavf/mpegts: remove obsolete ff_mpegts_parse_* cruftJames Almer
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-08-07lavf/mpegts: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos
2014-08-07lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*()James Almer
2014-07-30Add int64_t probesize2 instead of int probesize to AVFormatContext.Carl Eugen Hoyos
2014-07-22Merge commit 'fc27e7272e6f1a7053812f8a15b1b7098de44c71'Michael Niedermayer
2014-07-21mpegts: do not export empty language tagsJan Gerber
2014-07-12avformat/mpegts: dont clear programs during probingMichael Niedermayer
2014-07-11avformat/mpegts: skip updating programs/streams when determining durationMichael Niedermayer
2014-07-10mpegts: pass MpegTSContext ptr explicitlyAlexander V. Lukyanov
2014-07-09avformat/mpegts: pass MpegTSContext ptr explicitly (fixes #3721)Alexander V. Lukyanov
2014-06-10lavf/mpegts: Reduce number of "Predefined SLConfigDescriptor" warnings shown.Carl Eugen Hoyos
2014-05-06mpegts: always reset pes packet state on new packetMarton Balint
2014-05-06mpegts: unref buffer in reset_pes_packet_stateMarton Balint
2014-05-06mpegts: factorize pes packet state reset functionMarton Balint
2014-05-06mpegts: fix indentation after last commitMarton Balint
2014-05-06mpegts: only emit new packets if data buffer existsMarton Balint
2014-05-06mpegts: remove uneeded buf_size checkMarton Balint
2014-04-16avformat/mpegts: Remove redundant checkMichael Niedermayer
2014-03-22mpegts: fix teletext pts of streams with standalone pcr pidMarton Balint
2014-03-22mpegts: add pcr filter for tracking standalone pcr pidsMarton Balint
2014-03-22mpegts: factorize mpegts filter creator codeMarton Balint
2014-03-22mpegts: move last_pcr to MpegTSFilter levelMarton Balint