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-08-17Revert "avcodec/libaomdec: auto insert dump_extra bitstream filter"James Almer
2018-08-17avcodec/av1_parse: take trailing bits into account when initializing the GetB...James Almer
2018-08-17h264: Support multi-field closed captions by using AVBufferRef and not resett...Kieran Kunhya
2018-08-17avcodec/decode: copy the output parameters from the last bsf in the chain bac...James Almer
2018-08-17avcodec/decode: flush the internal bsfs instead of constantly reinitalizing themJames Almer
2018-08-17avcodec/h264_redundant_pps_bsf: implement a AVBSFContext.flush() callbackJames Almer
2018-08-17avcodec/mpeg4_unpack_bframes_bsf: implement a AVBSFContext.flush() callbackJames Almer
2018-08-17avcodec/vp9_superframe_bsf: implement a AVBSFContext.flush() callbackJames Almer
2018-08-17avcodec/vp9_superframe_split_bsf: implement a AVBSFContext.flush() callbackJames Almer
2018-08-17avcodec/h264_mp4toannexb_bsf: implement a AVBSFContext.flush() callbackJames Almer
2018-08-17avcodec/bsf: add a flushing mechanism to AVBSFContextJames Almer
2018-08-16avcodec/frame_thread_encoder: fix memory leak that occurs when close encoder...lee ju
2018-08-16avcodec/scpr: Check for min > max in decompress_p()Michael Niedermayer
2018-08-16avcodec/shorten: Fix signed 32bit overflow in shift in shorten_decode_frame()Michael Niedermayer
2018-08-16avcodec/shorten: Fix integer overflow in residual/LPC combinationMichael Niedermayer
2018-08-16avcodec/shorten: Check verbatim lengthMichael Niedermayer
2018-08-14lavc/videotoolboxenc: Fix compilation on osx 10.10.5 YosemiteThilo Borgmann
2018-08-12avcodec/mpegaudio_parser: Initialize poutbuf*Michael Niedermayer
2018-08-12avcodec/ivi: Factor width dereference out of the loops in ivi_output_plane()Michael Niedermayer
2018-08-12avcodec/ivi: Only clip samples when needed in ivi_output_plane()Michael Niedermayer
2018-08-12avcodec/indeo5: require initial valid intra/gop headers not just laterMichael Niedermayer
2018-08-12avcodec/microdvddec: limit style characters in parsingMichael Niedermayer
2018-08-10lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.Jun Zhao
2018-08-07avs2: correct avs2 descriptionhwren
2018-08-07lavc/libx264: Support monochrome encoding.Carl Eugen Hoyos
2018-08-07lavc/qsvenc: expose qp of encoded framesZhong Li
2018-08-06avcodec/libaomenc: correct range for cpu-usedGyan Doshi
2018-08-05avcodec/mediacodecdec: fix spurious newline in trace loggingAman Gupta
2018-08-04avcodec/pnm_parser: Avoid reparsing failed data.Michael Niedermayer
2018-08-04avcodec/simple_idct_template: Fix several integer overflowsMichael Niedermayer
2018-08-04avcodec/aacdec_template: Check for duplicate elementsMichael Niedermayer
2018-08-04avcodec/aacpsdsp_template: Fix integer overflow in ps_stereo_interpolate_c()Michael Niedermayer
2018-08-03avcodec/mediacodecdec: fix SEGV on modern nvidia decodersAman Gupta
2018-08-03lavc/svq3: Fix regression decoding some files.Nikolas Bowe
2018-08-03avcodec/mlp_parser: Check if synccode is within bufferMichael Niedermayer
2018-08-03avcodec/qtrle: Check remaining bytestream in qtrle_decode_XYbpp()Michael Niedermayer
2018-08-02avcodec/av1_parse: return size of the parsed OBU in parse_obu_header()James Almer
2018-08-02avcodec/av1_parse: check for OBU header overreadJames Almer
2018-08-02avcodec/libaomdec: auto insert dump_extra bitstream filterJames Almer
2018-08-02avcodec/dump_extradata_bsf: don't allocate a new AVPacket per filtered packetJames Almer
2018-07-30avcodec/h264_mp4toannexb_bsf: use enum constants for the NAL unit type valuesJames Almer
2018-07-28avcodec/bitstream_filters: check the input argument of av_bsf_get_by_name() f...James Almer
2018-07-28avcodec/diracdec: Check bytes count in else branch in decode_lowdelay() tooMichael Niedermayer
2018-07-28avcodec/diracdec: Check slice numbers for overflows in relation to picture di...Michael Niedermayer
2018-07-28avcodec/diracdec: Change frame_number to 64bit as its a 32bit from the bitstr...Michael Niedermayer
2018-07-28avcodec/dirac_dwt_template: Fix several integer overflows in horizontal_compo...Michael Niedermayer
2018-07-28avcodec/diracdec: Prevent integer overflow in intermediate in global_mv()Michael Niedermayer
2018-07-27avcodec: add missing files missed in previous commitsJames Almer
2018-07-27lavc, doc, configure: add avs2 video decoder wrapperhwren
2018-07-27lavc: add AVS2/IEEE 1857.4 parserhwren