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-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27avformat/mpegts: Replace silent cliping of language_count by assertsMichael Niedermayer
2015-07-27avformat/mpegts: Use DVB_TELETEXT timestamp heuristic also for DVB subtitlesMichael Niedermayer
2015-06-30mpegts: Add jpeg2000 stream typeJohn Högberg
2015-06-30Merge commit '42bc768e5240ec01237ad2eb7c69b917158de258'Michael Niedermayer
2015-06-29lavf/mpegts: Return 0 if the probe function does not detect mpegts.Carl Eugen Hoyos
2015-06-23avformat/mpegts: Use STREAM_TYPE_PRIVATE_DATA instead of 6Michael Niedermayer
2015-06-12avformat/mpegts: recognizes and export private streamsMichael Niedermayer
2015-06-11avformat/mpegts: Do not ignore registration descriptors when probing is enabledMichael Niedermayer
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