aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dnxhddec: fix block alignmentRamiro Polla2018-12-261-1/+1
* avcodec/4xm: fix block alignmentRamiro Polla2018-12-261-1/+1
* lavc/libdavs2: enable multithreadhwrenx2018-12-261-1/+1
* avcodec/lagarith: Remove duplicate checkMichael Niedermayer2018-12-251-3/+0
* avcodec/libvpxenc: add VP8/9 sharpness config optionRene Claus2018-12-241-0/+6
* avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msagxw2018-12-241-1/+1
* avcodec/wmavoice: use init_get_bits8()Paul B Mahol2018-12-231-1/+1
* avcodec/g722dec: use init_get_bits8()Paul B Mahol2018-12-231-1/+3
* avcodec/fic: use init_get_bits8()Paul B Mahol2018-12-231-2/+4
* avcodec/fic: Fail on invalid slice size/offMichael Niedermayer2018-12-231-0/+2
* avcodec/ivi: Avoid mbs memleakMichael Niedermayer2018-12-231-0/+8
* avcodec/ilbcdec: fix integer overflow in energyMichael Niedermayer2018-12-231-1/+2
* avcodec/g723_1dec: use init_get_bits8()Paul B Mahol2018-12-231-1/+4
* avcodec: add g732_1 parserPaul B Mahol2018-12-234-2/+62
* cbs_av1: Fix reading of overlong uvlc codesMark Thompson2018-12-221-18/+40
* lavc/opus_rc: Cast a const pointer to uint8_t *.Carl Eugen Hoyos2018-12-221-1/+1
* avcodec/cbs_av1: fix parsing delta_frame_id_minus1James Almer2018-12-202-3/+3
* avcodec/vc1_parser: use init_get_bits8()Paul B Mahol2018-12-201-1/+1
* lavc/libkvazaar: indent the codeJun Zhao2018-12-201-6/+5
* lavc/libkvazaar: Use avctx->frame_rate first for framerate settingJun Zhao2018-12-201-6/+16
* lavc/options_table: Change some options location in opt table.Jun Zhao2018-12-201-24/+24
* avcodec/rpza: Check that there is enough data for all the blocksMichael Niedermayer2018-12-191-0/+3
* avcodec/rpza: Move frame allocation to a later pointMichael Niedermayer2018-12-191-6/+8
* avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_IDMichael Niedermayer2018-12-191-1/+1
* libavcodec/libaomenc: fix breakage from upstreamHelmut K. C. Tessarek2018-12-191-2/+7
* avcodec/mjpegdec: Fix indention of ljpeg_decode_yuv_scan()Michael Niedermayer2018-12-191-16/+16
* avcodec/mjpegdec: verify SOF len field validityMichael Niedermayer2018-12-191-3/+5
* avcodec/g723_1dec: improve stereo supportPaul B Mahol2018-12-181-6/+9
* avcodec/g723_1dec: reindent after last commitPaul B Mahol2018-12-181-117/+117
* avcodec/g723_1: add support for stereo filesPaul B Mahol2018-12-183-34/+47
* lavc/mjpegdec: Interpret three-component Adobe transform 0 also as RGB.Carl Eugen Hoyos2018-12-182-2/+3
* avcodec/mips: [loongson] enable MSA optimization for loongson platform.Shiyou Yin2018-12-1810-30/+30
* lavc/qsv_hevc: correct QSV HEVC default plugin on WindowsZhong Li2018-12-183-15/+3
* lavc/cbs: Do not use format specifier "z" on Windows.Carl Eugen Hoyos2018-12-172-7/+7
* avcodec/tiff: add support for 12bit grayscale imagesPaul B Mahol2018-12-161-0/+29
* avcodec/rasc: Check that the number of moves is less than or equal the number...Michael Niedermayer2018-12-161-1/+1
* avcodec/vp7: Check for end of input in vp78_decode_mv_mb_modes()Michael Niedermayer2018-12-161-7/+14
* lavc/g729dec: Cosmetics, fix indentation after last commit.Carl Eugen Hoyos2018-12-151-283/+286
* lavc/g729dec: Support stereo streams.Carl Eugen Hoyos2018-12-153-22/+53
* avcodec/clearvideo: Check remaining input bits in P macro block loopMichael Niedermayer2018-12-141-0/+2
* avcodec/dvdsubdec: discard accumulated buffer on errorMichael Niedermayer2018-12-141-0/+1
* avcodec/rasc: Check input space before reading chunkMichael Niedermayer2018-12-141-0/+3
* avcodec/mpeg: Initialize quarter_sample parameter from previous thread.Andriy Gelman2018-12-141-0/+2
* avcodec/ass_split: fix a memory leak defect when realloc failsFan Gang2018-12-141-3/+3
* avformat/nut: add support for yuva444/422p12 pixel formatPaul B Mahol2018-12-141-0/+4
* avcodec/xfacedec: fix order of operationsPaul B Mahol2018-12-131-1/+1
* bump micro after recent gif changesPaul B Mahol2018-12-131-1/+1
* avcodec/gif: use avctx->frame_numberPaul B Mahol2018-12-131-10/+3
* avformat/gifdec: export duration, nb_frames and commentPaul B Mahol2018-12-131-0/+1
* avcodec/codec_desc: extend gif descriptionPaul B Mahol2018-12-131-1/+1