summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/vc1: remove unused ff_vc1_loop_filter_iblkJerome Borsboom2018-06-16
* avcodec/vc1: rewrite vc1_decode_i_blocks to align with VC-1 specJerome Borsboom2018-06-16
* avcodec/vc1: add Simple and Main profile to vc1_put_signed_blocks_clampedJerome Borsboom2018-06-16
* avcodec/vc1: fix overlap and loop filtering for Simple and Main profileJerome Borsboom2018-06-16
* avcodec/vc1: fix overlap smoothing filter for P framesJerome Borsboom2018-06-16
* lavc/dpx: Allow packed 12-bit little-endian images.Carl Eugen Hoyos2018-06-16
* avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_cou...Michael Niedermayer2018-06-15
* avcodec/dirac_dwt_template: Fix undefined behavior in interleave()Michael Niedermayer2018-06-15
* avcodec/decode: Consider STRIDE_ALIGN in get_buffer_internal() when checking ...Michael Niedermayer2018-06-15
* avcodec/nvenc: enable nvenc encoder instance reusePavel Koshevoy2018-06-15
* lavc/dpx: Reset n_datum for every new line when decoding 12bit.Carl Eugen Hoyos2018-06-15
* avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a ...Michael Niedermayer2018-06-13
* lavc/qsv: suppress code scan complainZhong Li2018-06-13
* avcodec/h264_slice: Fix overflow in recovery_frame computationMichael Niedermayer2018-06-11
* avcodec/h264_ps: Move MAX_LOG2_MAX_FRAME_NUM to header so it can be used in h...Michael Niedermayer2018-06-11
* avcodec/h264_mc_template: Only prefetch motion if the list is used.Michael Niedermayer2018-06-11
* avcodec/xwddec: Use ff_set_dimensions()Michael Niedermayer2018-06-11
* avcodec/wavpack: Fix overflow in adding tailMichael Niedermayer2018-06-11
* avcodec/libzvbi-teletextdec: add support for selecting subtitle pages onlyMarton Balint2018-06-10
* lavc/aacsbr: fix make checkheaders warningJun Zhao2018-06-10
* lavc/dolby_e: fix make checkheaders warningJun Zhao2018-06-10
* avcodec/avcodec.h: add AV_CODEC_ID_TTMLMarton Balint2018-06-08
* avcodec/shorten: Fix multiple integer overflowsMichael Niedermayer2018-06-07
* avcodec/shorten: Fix undefined shift in fix_bitshift()Michael Niedermayer2018-06-07
* avcodec/shorten: Fix a negative left shift in shorten_decode_frame()Michael Niedermayer2018-06-07
* avcodec/shorten: Sanity check nmeansMichael Niedermayer2018-06-07
* lavc/profiles: Mention AAC-LC only once.Carl Eugen Hoyos2018-06-06
* avcodec/shorten: Check non COMM chunk len before skip in decode_aiff_header()Michael Niedermayer2018-06-06
* avcodec/mjpegdec: Fix integer overflow in ljpeg_decode_rgb_scan()Michael Niedermayer2018-06-06
* avcodec/truemotion2: Fix overflow in tm2_apply_deltas()Michael Niedermayer2018-06-06
* avcodec/magicyuvenc: mark as not more experimentalPaul B Mahol2018-06-05
* avcodec/magicyuvenc: write max huffman length and extradata tooPaul B Mahol2018-06-05
* avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.cMichael Niedermayer2018-06-04
* avcodec/amrwbdec: Fix division by 0 in find_hb_gain()Michael Niedermayer2018-06-04
* avcodec/vc1: fix out-of-bounds reference pixel replicationJerome Borsboom2018-06-04
* v4l2_m2m: Mark V4L2 M2M decoders as unsuitable for probingMark Thompson2018-06-03
* avcodec/vp3: Fix end of bitstream check in unpack_superblocks()Michael Niedermayer2018-06-02
* lavc/libx265: allow users to set closed GOP via generic lavc flagGyan Doshi2018-06-02
* avcodec/dpx: Support for RGBA 12-bit packed decodingJérôme Martinez2018-06-01
* avcodec/dnxhdenc: do not free nonexistent slice threads data when frame threa...Paul B Mahol2018-06-01
* avcodec/h263dec: Reinitialize idct context if it has not been setup for the a...Michael Niedermayer2018-05-30
* avcodec/idctdsp: Clear idct/idct_add for studio profileMichael Niedermayer2018-05-30
* avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecCont...Michael Niedermayer2018-05-30
* avcodec/qtrle: Do not output duplicated frames on insufficient inputMichael Niedermayer2018-05-30
* avcodec/vc1: store zero MVs for all blocks in a MBJerome Borsboom2018-05-28
* avcodec/vc1: fix mquant calculation for interlace field picturesJerome Borsboom2018-05-28
* avcodec/allcodecs: Provide empty codec_list in allcodecs when ossfuzz is usedMichael Niedermayer2018-05-28
* avcodec/ac3dec: Check that the number of channels with dependant streams is v...Michael Niedermayer2018-05-27
* avcodec/ac3dec: Fix null pointer dereference in ac3_decode_frame()Michael Niedermayer2018-05-27
* avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_depend...Michael Niedermayer2018-05-27