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-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
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