aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/nvenc: add minimum driver version for SDK 8.2 and 9.0Timo Rothenpieler2019-03-101-1/+13
* avcodec/proresenc_aw : fix interlace encoding for unsafe heightMartin Vignali2019-03-091-2/+2
* avcodec/dxv: Correct integer overflow in get_opcodes()Michael Niedermayer2019-03-091-1/+2
* avcodec/g723_1dec: actually decode second channelPaul B Mahol2019-03-071-1/+2
* avcodec/imm4: fix artifacts on some files with special coding modePaul B Mahol2019-03-071-21/+22
* avcodec/scpr: Fix use of uninitialized variableMichael Niedermayer2019-03-061-1/+1
* avcodec/imm4: add support for mid-stream size changesPaul B Mahol2019-03-061-12/+15
* avcodec/qtrle : improve 24bbp decoding speedMartin Vignali2019-03-041-12/+19
* avcodec/qtrle : 32bpp dec copy two raw argb value at the same timeMartin Vignali2019-03-041-5/+10
* avcodec/qtrle : avoid swap in 32bpp decoding on little endianMartin Vignali2019-03-042-4/+4
* lavc/libx265: signal CPB properties through side dataJan Ekström2019-03-031-0/+8
* avcodec/hcom: check that index into array is validPaul B Mahol2019-03-031-0/+4
* avcodec/utils: remove commented out obsolete codePaul B Mahol2019-03-031-2/+0
* avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytesMichael Niedermayer2019-03-031-0/+2
* avcodec/aic: Check remaining bits in aic_decode_coeffs()Michael Niedermayer2019-03-031-0/+3
* avcodec/gdv: Check for truncated tags in decompress_5()Michael Niedermayer2019-03-031-0/+2
* avcodec/bethsoftvideo: Check block_typeMichael Niedermayer2019-03-031-0/+5
* avcodec/diracdec: Correct max pixels checkMichael Niedermayer2019-03-031-1/+1
* avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()Michael Niedermayer2019-03-011-1/+1
* avcodec/get_bits: add assertion to limit ouptut value of get_bitsMarton Balint2019-03-011-0/+1
* avcodec/get_bits: use unsigned integers in show_bits and get_bitsMarton Balint2019-03-011-2/+2
* avcodec/avpacket: add some assertions to ensure pkt->data is not null if pkt-...Marton Balint2019-03-011-0/+3
* avcodec/proresenc_aw : fix sub_image_with_fill for interlaced encodingMartin Vignali2019-02-271-2/+2
* avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functionsgxw2019-02-274-0/+721
* vaapi_encode_mpeg2: Add missing marker bit in time_codeMark Thompson2019-02-251-1/+2
* vaapi_encode_mjpeg: Use common quality optionMark Thompson2019-02-251-2/+3
* vaapi_encode_vp9: Fix whitespace after previous patchMark Thompson2019-02-251-15/+15
* vaapi_encode_vp9: Enable support for more RC modesMark Thompson2019-02-251-4/+13
* vaapi_encode_vp8: Enable support for more RC modesMark Thompson2019-02-251-6/+10
* vaapi_encode_mpeg2: Enable support for more RC modesMark Thompson2019-02-251-11/+13
* vaapi_encode_h265: Enable support for more RC modesMark Thompson2019-02-251-12/+20
* vaapi_encode_h264: Enable support for more RC modesMark Thompson2019-02-251-12/+19
* vaapi_encode: Support more RC modesMark Thompson2019-02-252-113/+334
* vaapi_encode: Do not zero access unit structuresMark Thompson2019-02-252-9/+0
* libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt2019-02-2515-59/+113
* filter_units, trace_headers: Always use fragment from contextAndreas Rheinhardt2019-02-252-10/+11
* avcodec/wcmv: Avoid copying frames if they are unchangedMichael Niedermayer2019-02-251-1/+3
* avcodec/wcmv: Copy/Init frame laterMichael Niedermayer2019-02-251-10/+10
* avcodec/error_resilience: Use a symmetric check for skipping MV estimationMichael Niedermayer2019-02-251-1/+1
* avcodec/mjpegdec: Fix stereo3d memleakMichael Niedermayer2019-02-251-0/+1
* avcodec/arbc: Check nb_tiles against dimensionsMichael Niedermayer2019-02-251-0/+6
* avcodec/mlpdec: Insuffient typoMichael Niedermayer2019-02-231-1/+1
* avcodec/pnm: Avoid structure pointer dereferences in inner loop in pnm_get()Michael Niedermayer2019-02-231-6/+9
* avcodec/zmbv: obtain frame laterMichael Niedermayer2019-02-231-3/+3
* avcodec/jvdec: Check available input space before decode8x8()Michael Niedermayer2019-02-231-0/+5
* avcodec/proresenc_aw : indent after prev commitMartin Vignali2019-02-231-8/+8
* avcodec/proresenc_aw : add interlace encodingMartin Vignali2019-02-231-21/+90
* avcodec/proresenc_aw : merge funcs subimage_with_fill and subimage_alpha_with...Martin Vignali2019-02-231-29/+21
* avcodec/proresenc_aw : move scantable to prores contextMartin Vignali2019-02-231-7/+10
* avcodec/proresenc_aw : move picture encoding after frame header writeMartin Vignali2019-02-231-8/+12