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-01-09avformat: Free the internal codec context at the endLuca Barbato
2017-10-26avformat/id3v2: fix leak in chapter parsingFredrik Hubinette
2017-09-17avformat/asfdec: Fix DoS in asf_build_simple_index()Michael Niedermayer
2017-09-17avformat/mov: Fix DoS in read_tfra()Michael Niedermayer
2017-09-17avformat/mxfdec: Fix Sign error in mxf_read_primer_pack()孙浩(晓黑)
2017-09-17avformat/mxfdec: Fix DoS issues in mxf_read_index_entry_array()孙浩(晓黑)
2017-09-17avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop.孙浩(晓黑)
2017-09-17avformat/mvdec: Fix DoS due to lack of eof checkMichael Niedermayer
2017-09-17avformat/rl2: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-09-17avformat/rmdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-09-17avformat/cinedec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-09-17avformat/asfdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-09-17avformat/hls: Fix DoS due to infinite loopMichael Niedermayer
2017-09-17avformat/rtpdec_h264: Fix heap-buffer-overflowMichael Niedermayer
2017-09-17avformat/aviobuf: Fix signed integer overflow in avio_seek()Vitaly Buka
2017-09-17avformat/mov: Fix signed integer overflows with total_sizeVitaly Buka
2017-09-17avformat/utils: fix memory leak in avformat_free_contextSteven Siloti
2017-07-29avformat/rtmppkt: Convert ff_amf_get_field_value() to bytestream2Michael Niedermayer
2017-07-29avformat/rtmppkt: Convert ff_amf_tag_size() to bytestream2Michael Niedermayer
2017-07-26avformat/oggparsecelt: Do not re-allocate os->privateMichael Niedermayer
2017-06-16avformat/hls: Check local file extensionsMichael Niedermayer
2017-06-16avformat/options: log filename on openMichael Niedermayer
2017-06-16avformat/avidec: Limit formats in gab2 to srt and ass/ssaMichael Niedermayer
2017-06-16avformat/mux: Fix copy an paste typoMichael Niedermayer
2017-05-16avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT...n3.2.5Gregory J. Wolfe
2017-05-14avformat/wavdec: Check chunk_size李赞
2017-05-14avformat/webmdashenc: Validate the 'streams' adaptation sets parameterDerek Buitenhuis
2017-05-14avformat/webmdashenc: Require the 'adaptation_sets' option to be setDerek Buitenhuis
2017-05-14avformat/oggparseogm: Check ff_alloc_extradata() for failureMichael Niedermayer
2017-05-14avformat/oggparseogm: Check available data before reading global headerMichael Niedermayer
2017-05-14avformat/mov: Check creation_time for overflowMichael Niedermayer
2017-05-14libavformat/mov: Fix memory leak, need to free the chapter tracks arrayThierry Foucu
2017-05-14avformat/oggparsedaala: Do not leave an invalid value in gpshiftMichael Niedermayer
2017-05-14avformat/oggparsedaala: Check duration for AV_NOPTS_VALUEMichael Niedermayer
2017-05-14avformat/libopenmpt: Check for avio_size() failureMichael Niedermayer
2017-05-14avformat/test/fifo_muxer: add check for FailingMuxerPacketData allocSteven Liu
2017-05-14avformat/http: Check for truncated buffers in http_connect()Michael Niedermayer
2017-05-12avformat/utils: free AVStream.codec properly in free_stream()Aaron Levinson
2017-05-12avformat/concatdec: fix the h264 annexb extradata checkJames Almer
2017-03-30lavf/flacdec: Return maximum score if the streaminfo header is valid.Carl Eugen Hoyos
2017-03-22avformat/apng: fix setting frame delay when max_fps is set to no limitJames Almer
2017-02-22avformat/matroskaenc: don't write DisplayUnit with value Unknown on WebM filesJames Almer
2017-02-21lavf/mpeg: Initialize a stack variable used by memcmp().Carl Eugen Hoyos
2017-02-10lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()n3.2.4Matt Wolenetz
2017-02-10lavf/mov.c: Avoid OOB in mov_read_udta_string()Matt Wolenetz
2017-02-08lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz
2017-02-08lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz
2017-02-06lavf/matroskadec: fix is_keyframe for early BlocksChris Cunningham
2017-01-26avformat/flacdec: Check avio_read result when reading flac block header.Frank Liberato
2017-01-26libopenmpt: add missing avio_read return value checkAndreas Cadhalpun