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