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
2018-02-23avformat/flvdec: Set broken_sizes for FlixEngine.Nikolas Bowe
2017-10-28Merge commit '279e3aaa14daba6b7a37d75f3fb6e29c732d123f'James Almer
2017-10-27flvdec: Check the avio_seek return value after reading a metadata packetMartin Storsjö
2017-10-27Revert "flvdec: Check the avio_seek return value after reading a metadata pa...Steven Liu
2017-09-07flvdec: Check the avio_seek return value after reading a metadata packetSteven Liu
2017-09-04avformat/flvdec: Set need_context_update when setting the initial extradataAlex Converse
2017-04-20flv: Validate the packet sizeLuca Barbato
2017-03-28avformat/flvdec: check FLVHeader PreviousTagSize0Steven Liu
2017-03-22flvdec: Set avg_frame_rate for video streamsCarl Eugen Hoyos
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-03-06avformat/flvdec: remove meaningless warningwm4
2016-11-26refine avformat/flvdec set bit_rateSteven Liu
2016-11-26avformat/flvdec: move set bit_rate from parse AMF OBJECT toSteven Liu
2016-11-25lavf/flvdec: Set avg_frame_rate for video streams.Carl Eugen Hoyos
2016-11-25flvdec: require need_context_update when changing codec idAndreas Cadhalpun
2016-11-19avformat/flvdec: add debug message to list keyframes index metadataSteven Liu
2016-10-28avformat/flvdec: Fix regression loosing streamsMichael Niedermayer
2016-10-26lavf/flvdec: init AVPacket::pos to FLVTAG offsetSuman-
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-07-27avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_i...Xinzheng Zhang
2016-07-27avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_ind...Xinzheng Zhang
2016-06-22avformat/flvdec: Do not check last size if it could not be read due to EOFMichael Niedermayer
2016-06-22avformat/flvdec: Also print sum_flv_tag_size on size mismatchesMichael Niedermayer
2016-06-22avformat/flvdec: Accept last size if its off by 1Michael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-14avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-01-30lavf/flvdec: Allow files where the PreviousTagSize is not set according to th...Thierry Foucu
2016-01-27Merge commit 'e4eb13ca77624401ea7cef1ed6ad8e2d13fd2063'Derek Buitenhuis
2016-01-27Merge commit '09f4822e4eaf61513b9092414450f3ae920ccd9d'Derek Buitenhuis
2016-01-19flvdec: Add sanity checking of the last packet sizeMartin Storsjö
2016-01-19flvdec: perform duration search just onceMichael Niedermayer
2015-12-12flvdec: do not create any streams in read_header()Anton Khirnov
2015-12-04avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in ...Michael Niedermayer
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-03lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-12avformat/flvdec: set broken_sizes for "metadatacreator : MEGA"Michael Niedermayer
2015-10-07avformat/flvdec: Print stream type in case a new stream is discovered after t...Michael Niedermayer
2015-10-06avformat/flvdec: Remove dead loopMichael Niedermayer
2015-10-02avformat/flvdec: accept sizes if they are off by 11Michael Niedermayer
2015-09-29libavformat/flvdec.c: free always the packet after a resync.Thierry Foucu
2015-09-19avformat/flvdec: Detect broken sizes (OBS 0.655b), disable resync for affecte...Michael Niedermayer
2015-09-16avformat/flvdec: Check that sizes match and resync if notMichael Niedermayer
2015-09-16avformat/flvdec: Change packet loop to return EAGAIN instead of looping until...Michael Niedermayer
2015-09-13avformat/flvdec: Use the first index entry to find the first packet if there ...Michael Niedermayer
2015-09-13avformat/flvdec: Print last packet size at trace levelMichael Niedermayer
2015-09-13avformat/flvdec: Print terminator value found if it differs from AMF_END_OF_O...Michael Niedermayer