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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-26avformat/mpegts: Avoid float in bitrate calculationMichael Niedermayer
2015-05-01avformat/mpegts: Detect changes in packet through CRC instead of just the 5bi...Michael Niedermayer
2015-05-01avformat/mpegts: reset last_ver on corrupted packetsMichael Niedermayer
2015-05-01avformat/mpegts: Factorize version checking code outMichael Niedermayer
2015-04-29avformat/mpegts: Also parse the FMC descriptor if the codec has not been iden...Michael Niedermayer
2015-04-29avformat/mpegts: reset last_version on seekingMichael Niedermayer
2015-04-29Merge commit '82de8d71118f4eafd6a43e9ea9169bd411793798'Michael Niedermayer
2015-04-28mpegts: Update the PSI/SI table only if the version changeJohn Högberg
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-03-17avformat/mpegts: Fix potential pointer overflowsMichael Niedermayer
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-02-11Merge commit '1509c018bd5b054a2354e20021ccbac9c934d213'Michael Niedermayer
2015-02-11Merge commit '6a5b8ca4329039fad44ad50b6496948f4bfacb4c'Michael Niedermayer
2015-02-10mpegts: relax restrictions on matching the packet start in read_headerAnton Khirnov
2015-02-08lavf: remove unused codewm4
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