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
2016-10-23lavf/mpegts: add missed fixes to scte35 section callbackCarlos Fernandez
2016-10-22mpegts: handle AVMEDIA_TYPE_UNKNOWN correctlyAndreas Cadhalpun
2016-10-21lavf/mpegts: SCTE-35 extraction from mpegtsCarlos Fernandez
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-21avformat/mpegts: include stream type for aacAman Gupta
2016-06-21Merge commit '74d98d1b0e0e7af444c933ea3c472494de3ce6f2'Clément Bœsch
2016-06-14avformat/mpegts: enhance logging in trace modeAman Gupta
2016-06-14avformat/mpegts: adjust probe score for low check_countMichael Niedermayer
2016-06-07avformat/mpegts: Fix probing of mpegts with invalid ASCMichael Niedermayer
2016-06-06avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s...Michael Niedermayer
2016-05-19lavf/mpegts: add ID3 entry to the REGD_types arrayStefano Sabatini
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03lavf/mpegts: Add E-AC3 registered stream specifier "EAC3".Carl Eugen Hoyos
2016-05-03mpegts: Validate the SL Packet Header ConfigurationLuca Barbato
2016-05-01lavf/mpegts: Return small probe score for very short transport streams.Carl Eugen Hoyos
2016-04-24avformat/mpegts: Skip over broken 0x80 headersMichael Niedermayer
2016-04-24avformat/mpegts: factor duplicate seek back code into mpegts_resyncMichael Niedermayer
2016-04-14Merge commit '9765549f551ff40869aee1a6492b6a976c86cfe9'Derek Buitenhuis
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-04-10avformat/mpegts: Remove unused argument from analyze()Michael Niedermayer
2016-04-10avformat/mpegts: Check adaption field control in analyze() more instead of tr...Michael Niedermayer
2016-03-20mpegts: Forward the errors on mpeg4 objects parsingLuca Barbato
2016-02-23lavc/lavf: transmit stream_id information for mpegts KLV data packetsStefano Sabatini
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-12-24avformat/mpegts: consider stream_type 4 just a hint toward mp3 and not definiteMichael Niedermayer
2015-12-12avformat: Add av_program_add_stream_index()Michael Niedermayer
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-03lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR).Nicolas George
2015-11-05avformat/mpegts: Only start probing data streams within probe_packetsMichael Niedermayer
2015-10-27mpegts: Fix FATE seek testHendrik Leppkes
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-09-29Merge commit 'cc8db760616a7ec3bd39b22ca45888c01326db13'Hendrik Leppkes
2015-09-28mpegts: use avcodec_get_type() to set codec_typewm4
2015-09-17lavc/lavf: remove incompatible abi checks for the new 64bit fieldsJames Almer
2015-09-15lavf: Switch probesize and max_analyze_duration to 64bit.Carl Eugen Hoyos
2015-09-01mpegts: demux BluRay text subtitlesPetri Hintukainen
2015-09-01mpegts: fix demuxing PES private stream 2Petri Hintukainen
2015-09-01lavf: Remove probesize32 and max_analyze_duration32 on version bump.Carl Eugen Hoyos
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-08-14lavf/mpegts: apply misc option description fixesStefano Sabatini
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