summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/nvenc: enable nvenc encoder instance reusePavel Koshevoy2018-06-151-2/+10
* lavc/dpx: Reset n_datum for every new line when decoding 12bit.Carl Eugen Hoyos2018-06-152-3/+4
* avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a ...Michael Niedermayer2018-06-131-0/+6
* lavc/qsv: suppress code scan complainZhong Li2018-06-131-1/+4
* avcodec/h264_slice: Fix overflow in recovery_frame computationMichael Niedermayer2018-06-111-3/+9
* avcodec/h264_ps: Move MAX_LOG2_MAX_FRAME_NUM to header so it can be used in h...Michael Niedermayer2018-06-112-1/+1
* avcodec/h264_mc_template: Only prefetch motion if the list is used.Michael Niedermayer2018-06-111-1/+2
* avcodec/xwddec: Use ff_set_dimensions()Michael Niedermayer2018-06-111-2/+6
* avcodec/wavpack: Fix overflow in adding tailMichael Niedermayer2018-06-111-1/+1
* avcodec/libzvbi-teletextdec: add support for selecting subtitle pages onlyMarton Balint2018-06-102-11/+24
* lavc/aacsbr: fix make checkheaders warningJun Zhao2018-06-102-12/+12
* lavc/dolby_e: fix make checkheaders warningJun Zhao2018-06-102-86/+87
* avcodec/avcodec.h: add AV_CODEC_ID_TTMLMarton Balint2018-06-083-2/+11
* avcodec/shorten: Fix multiple integer overflowsMichael Niedermayer2018-06-071-2/+2
* avcodec/shorten: Fix undefined shift in fix_bitshift()Michael Niedermayer2018-06-071-1/+1
* avcodec/shorten: Fix a negative left shift in shorten_decode_frame()Michael Niedermayer2018-06-071-1/+1
* avcodec/shorten: Sanity check nmeansMichael Niedermayer2018-06-071-0/+4
* lavc/profiles: Mention AAC-LC only once.Carl Eugen Hoyos2018-06-061-1/+0
* avcodec/shorten: Check non COMM chunk len before skip in decode_aiff_header()Michael Niedermayer2018-06-061-2/+2
* avcodec/mjpegdec: Fix integer overflow in ljpeg_decode_rgb_scan()Michael Niedermayer2018-06-061-1/+1
* avcodec/truemotion2: Fix overflow in tm2_apply_deltas()Michael Niedermayer2018-06-061-1/+1
* avcodec/magicyuvenc: mark as not more experimentalPaul B Mahol2018-06-051-1/+1
* avcodec/magicyuvenc: write max huffman length and extradata tooPaul B Mahol2018-06-051-5/+37
* avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.cMichael Niedermayer2018-06-041-2/+4
* avcodec/amrwbdec: Fix division by 0 in find_hb_gain()Michael Niedermayer2018-06-041-3/+8
* avcodec/vc1: fix out-of-bounds reference pixel replicationJerome Borsboom2018-06-041-283/+385
* v4l2_m2m: Mark V4L2 M2M decoders as unsuitable for probingMark Thompson2018-06-031-1/+2
* avcodec/vp3: Fix end of bitstream check in unpack_superblocks()Michael Niedermayer2018-06-021-2/+5
* lavc/libx265: allow users to set closed GOP via generic lavc flagGyan Doshi2018-06-022-1/+2
* avcodec/dpx: Support for RGBA 12-bit packed decodingJérôme Martinez2018-06-011-0/+3
* avcodec/dnxhdenc: do not free nonexistent slice threads data when frame threa...Paul B Mahol2018-06-011-2/+4
* avcodec/h263dec: Reinitialize idct context if it has not been setup for the a...Michael Niedermayer2018-05-301-0/+2
* avcodec/idctdsp: Clear idct/idct_add for studio profileMichael Niedermayer2018-05-301-2/+4
* avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecCont...Michael Niedermayer2018-05-303-1/+5
* avcodec/qtrle: Do not output duplicated frames on insufficient inputMichael Niedermayer2018-05-301-6/+6
* avcodec/vc1: store zero MVs for all blocks in a MBJerome Borsboom2018-05-281-2/+4
* avcodec/vc1: fix mquant calculation for interlace field picturesJerome Borsboom2018-05-281-1/+2
* avcodec/allcodecs: Provide empty codec_list in allcodecs when ossfuzz is usedMichael Niedermayer2018-05-281-1/+4
* avcodec/ac3dec: Check that the number of channels with dependant streams is v...Michael Niedermayer2018-05-271-0/+5
* avcodec/ac3dec: Fix null pointer dereference in ac3_decode_frame()Michael Niedermayer2018-05-271-1/+3
* avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_depend...Michael Niedermayer2018-05-271-1/+1
* oavcodec/aacpsdsp_template: Use unsigned for hs0X to prevent undefined behaviorMichael Niedermayer2018-05-271-4/+4
* avcodec/g723_1dec: Clip bits2 in both directionsMichael Niedermayer2018-05-271-1/+1
* avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header()Michael Niedermayer2018-05-271-1/+1
* lavc/hevcdec: Treat clean random access nals as keyframes for -skip_frame.Carl Eugen Hoyos2018-05-271-1/+1
* lavc/cfhd: interlaced frame decoding addedGagandeep Singh2018-05-272-35/+155
* avcodec/mlpdec: Only change noise_type if the related fields are validMichael Niedermayer2018-05-261-4/+5
* indeo4: Decode all or nothing of a band header.Michael Niedermayer2018-05-261-3/+8
* avcodec/ac3dec: Use frame_size if superframe_size is 0Michael Niedermayer2018-05-261-0/+3
* lavc/hevc_ps: Use correct pix_fmt AV_PIX_FMT_GRAY9 for 9-bit 4:0:0 input.Carl Eugen Hoyos2018-05-252-2/+2
OpenPOWER on IntegriCloud