| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/nvenc: add minimum driver version for SDK 8.2 and 9.0 | Timo Rothenpieler | 2019-03-10 | 1 | -1/+13 |
* | avcodec/proresenc_aw : fix interlace encoding for unsafe height | Martin Vignali | 2019-03-09 | 1 | -2/+2 |
* | avcodec/dxv: Correct integer overflow in get_opcodes() | Michael Niedermayer | 2019-03-09 | 1 | -1/+2 |
* | avcodec/g723_1dec: actually decode second channel | Paul B Mahol | 2019-03-07 | 1 | -1/+2 |
* | avcodec/imm4: fix artifacts on some files with special coding mode | Paul B Mahol | 2019-03-07 | 1 | -21/+22 |
* | avcodec/scpr: Fix use of uninitialized variable | Michael Niedermayer | 2019-03-06 | 1 | -1/+1 |
* | avcodec/imm4: add support for mid-stream size changes | Paul B Mahol | 2019-03-06 | 1 | -12/+15 |
* | avcodec/qtrle : improve 24bbp decoding speed | Martin Vignali | 2019-03-04 | 1 | -12/+19 |
* | avcodec/qtrle : 32bpp dec copy two raw argb value at the same time | Martin Vignali | 2019-03-04 | 1 | -5/+10 |
* | avcodec/qtrle : avoid swap in 32bpp decoding on little endian | Martin Vignali | 2019-03-04 | 2 | -4/+4 |
* | lavc/libx265: signal CPB properties through side data | Jan Ekström | 2019-03-03 | 1 | -0/+8 |
* | avcodec/hcom: check that index into array is valid | Paul B Mahol | 2019-03-03 | 1 | -0/+4 |
* | avcodec/utils: remove commented out obsolete code | Paul B Mahol | 2019-03-03 | 1 | -2/+0 |
* | avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytes | Michael Niedermayer | 2019-03-03 | 1 | -0/+2 |
* | avcodec/aic: Check remaining bits in aic_decode_coeffs() | Michael Niedermayer | 2019-03-03 | 1 | -0/+3 |
* | avcodec/gdv: Check for truncated tags in decompress_5() | Michael Niedermayer | 2019-03-03 | 1 | -0/+2 |
* | avcodec/bethsoftvideo: Check block_type | Michael Niedermayer | 2019-03-03 | 1 | -0/+5 |
* | avcodec/diracdec: Correct max pixels check | Michael Niedermayer | 2019-03-03 | 1 | -1/+1 |
* | avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int() | Michael Niedermayer | 2019-03-01 | 1 | -1/+1 |
* | avcodec/get_bits: add assertion to limit ouptut value of get_bits | Marton Balint | 2019-03-01 | 1 | -0/+1 |
* | avcodec/get_bits: use unsigned integers in show_bits and get_bits | Marton Balint | 2019-03-01 | 1 | -2/+2 |
* | avcodec/avpacket: add some assertions to ensure pkt->data is not null if pkt-... | Marton Balint | 2019-03-01 | 1 | -0/+3 |
* | avcodec/proresenc_aw : fix sub_image_with_fill for interlaced encoding | Martin Vignali | 2019-02-27 | 1 | -2/+2 |
* | avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functions | gxw | 2019-02-27 | 4 | -0/+721 |
* | vaapi_encode_mpeg2: Add missing marker bit in time_code | Mark Thompson | 2019-02-25 | 1 | -1/+2 |
* | vaapi_encode_mjpeg: Use common quality option | Mark Thompson | 2019-02-25 | 1 | -2/+3 |
* | vaapi_encode_vp9: Fix whitespace after previous patch | Mark Thompson | 2019-02-25 | 1 | -15/+15 |
* | vaapi_encode_vp9: Enable support for more RC modes | Mark Thompson | 2019-02-25 | 1 | -4/+13 |
* | vaapi_encode_vp8: Enable support for more RC modes | Mark Thompson | 2019-02-25 | 1 | -6/+10 |
* | vaapi_encode_mpeg2: Enable support for more RC modes | Mark Thompson | 2019-02-25 | 1 | -11/+13 |
* | vaapi_encode_h265: Enable support for more RC modes | Mark Thompson | 2019-02-25 | 1 | -12/+20 |
* | vaapi_encode_h264: Enable support for more RC modes | Mark Thompson | 2019-02-25 | 1 | -12/+19 |
* | vaapi_encode: Support more RC modes | Mark Thompson | 2019-02-25 | 2 | -113/+334 |
* | vaapi_encode: Do not zero access unit structures | Mark Thompson | 2019-02-25 | 2 | -9/+0 |
* | libavcodec/cbs: Stop needlessly reallocating the units array | Andreas Rheinhardt | 2019-02-25 | 15 | -59/+113 |
* | filter_units, trace_headers: Always use fragment from context | Andreas Rheinhardt | 2019-02-25 | 2 | -10/+11 |
* | avcodec/wcmv: Avoid copying frames if they are unchanged | Michael Niedermayer | 2019-02-25 | 1 | -1/+3 |
* | avcodec/wcmv: Copy/Init frame later | Michael Niedermayer | 2019-02-25 | 1 | -10/+10 |
* | avcodec/error_resilience: Use a symmetric check for skipping MV estimation | Michael Niedermayer | 2019-02-25 | 1 | -1/+1 |
* | avcodec/mjpegdec: Fix stereo3d memleak | Michael Niedermayer | 2019-02-25 | 1 | -0/+1 |
* | avcodec/arbc: Check nb_tiles against dimensions | Michael Niedermayer | 2019-02-25 | 1 | -0/+6 |
* | avcodec/mlpdec: Insuffient typo | Michael Niedermayer | 2019-02-23 | 1 | -1/+1 |
* | avcodec/pnm: Avoid structure pointer dereferences in inner loop in pnm_get() | Michael Niedermayer | 2019-02-23 | 1 | -6/+9 |
* | avcodec/zmbv: obtain frame later | Michael Niedermayer | 2019-02-23 | 1 | -3/+3 |
* | avcodec/jvdec: Check available input space before decode8x8() | Michael Niedermayer | 2019-02-23 | 1 | -0/+5 |
* | avcodec/proresenc_aw : indent after prev commit | Martin Vignali | 2019-02-23 | 1 | -8/+8 |
* | avcodec/proresenc_aw : add interlace encoding | Martin Vignali | 2019-02-23 | 1 | -21/+90 |
* | avcodec/proresenc_aw : merge funcs subimage_with_fill and subimage_alpha_with... | Martin Vignali | 2019-02-23 | 1 | -29/+21 |
* | avcodec/proresenc_aw : move scantable to prores context | Martin Vignali | 2019-02-23 | 1 | -7/+10 |
* | avcodec/proresenc_aw : move picture encoding after frame header write | Martin Vignali | 2019-02-23 | 1 | -8/+12 |