| Commit message (Expand) | Author | Age | Files | Lines |
* | aacdec: use float_dsp in apply_independent_coupling | Lynne | 2019-05-03 | 1 | -3/+1 |
* | x86/v210dec: use named registers | James Almer | 2019-05-03 | 1 | -16/+16 |
* | x86/v210dec: don't reserve more xmm regs than needed | James Almer | 2019-05-03 | 1 | -1/+1 |
* | x86/v210dec: remove duplicate load instruction | James Almer | 2019-05-03 | 1 | -1/+0 |
* | avcodec/x86/v210: fix operands of vpblendd used in new avx2 code | James Darnley | 2019-05-02 | 1 | -1/+1 |
* | libavcodec Adding ff_v210_planar_unpack AVX2 | Michael Stoner | 2019-05-02 | 3 | -17/+73 |
* | avcodec/v210dec: move DSP function setting into dedicated function | James Darnley | 2019-05-02 | 2 | -6/+11 |
* | avcodec/wavpackenc: use ff_clz() | Paul B Mahol | 2019-05-02 | 2 | -28/+3 |
* | avcodec/cinepak: Add missing const | Michael Niedermayer | 2019-05-02 | 1 | -1/+1 |
* | avcodec/agm: Check output size before allocation | Michael Niedermayer | 2019-04-30 | 1 | -0/+3 |
* | avcodec/truemotion2: Fix 2 integer overflows in tm2_update_block() | Michael Niedermayer | 2019-04-30 | 1 | -2/+2 |
* | avcodec/cinepak: Check slice_size before allocating image | Michael Niedermayer | 2019-04-30 | 1 | -0/+7 |
* | avcodec/cbs_h2645: use the fixed() macro for forbidden_zero_bit | James Almer | 2019-04-28 | 4 | -4/+2 |
* | avcodec/cbs_h2645: add macros to read and write fields with no custom range o... | James Almer | 2019-04-28 | 3 | -108/+92 |
* | avcodec/cbs_av1: add missing value range constrains to timecode Metadata OBU | James Almer | 2019-04-28 | 1 | -6/+8 |
* | avcodec/scpr: avoid using uninitialized value | Paul B Mahol | 2019-04-28 | 1 | -1/+4 |
* | avcodec/pnm_parser: Remember the length already scanned for ascii images | Michael Niedermayer | 2019-04-27 | 1 | -1/+14 |
* | avcodec/pnm_parser: Remember the size of the image and do not reparse the header | Michael Niedermayer | 2019-04-27 | 1 | -6/+23 |
* | avcodec/scpr3: add missing check for decode_value3() return value | James Almer | 2019-04-27 | 1 | -0/+3 |
* | avcodec/nvenc: fix indentation | Timo Rothenpieler | 2019-04-27 | 1 | -12/+12 |
* | avcodec/nvenc: only unregister input resources when absolutely needed | Timo Rothenpieler | 2019-04-27 | 1 | -8/+5 |
* | x86/opusdsp: replace loads with shuffles | Lynne | 2019-04-26 | 1 | -6/+3 |
* | avcodec/gdv: Check input palette size before rescale() | Michael Niedermayer | 2019-04-26 | 1 | -2/+2 |
* | avcodec/jpeg2000dec: Fix return type of get_plt() | Michael Niedermayer | 2019-04-25 | 1 | -1/+1 |
* | avcodec/jpeg2000dec: Check PLT data somewhat | Michael Niedermayer | 2019-04-25 | 1 | -1/+7 |
* | avcodec/jpeg2000dec: Replace the step_x/y assert by a check in the CPRL case ... | Michael Niedermayer | 2019-04-25 | 1 | -1/+4 |
* | avcodec/jpeg2000: Check stepsize before using it | Michael Niedermayer | 2019-04-25 | 1 | -0/+5 |
* | avcodec/qtrle: Check how much of the chunk is available before decoding | Michael Niedermayer | 2019-04-25 | 1 | -2/+5 |
* | avcodec/aacdec_fixed: Fix undefined shift in noise_scale() | Michael Niedermayer | 2019-04-25 | 1 | -1/+1 |
* | avcodec/bintext: Add error message when resolution is too small for font. | Nikolas Bowe | 2019-04-25 | 1 | -1/+3 |
* | avcodec/zmbv: optimize motion compensation with memcpy() | Michael Niedermayer | 2019-04-25 | 1 | -0/+8 |
* | avcodec/h264_ps: use get_se_golomb_long() to parse some sps fields | James Almer | 2019-04-24 | 1 | -3/+3 |
* | avcodec/h264_ps: fix storage size for offset_for_ref_frame | James Almer | 2019-04-24 | 1 | -1/+1 |
* | avcodec/arbc: Try to correct keyframe/frame type | Michael Niedermayer | 2019-04-24 | 1 | -12/+19 |
* | avcodec/arbc: Skip unchanged frames | Michael Niedermayer | 2019-04-24 | 1 | -1/+1 |
* | avcodec/dxtory: Check slice_size against minimum in dxtory_decode_v2() | Michael Niedermayer | 2019-04-24 | 1 | -2/+8 |
* | avcodec/dsicinvideo: check the amount decoded by cin_decode_huffman() | Michael Niedermayer | 2019-04-24 | 1 | -1/+4 |
* | avcodec/agm: Check that there is available input in read_code() | Michael Niedermayer | 2019-04-24 | 1 | -0/+3 |
* | avcodec/cuviddec: improve progressive frame detection | Sergey Svechnikov | 2019-04-23 | 1 | -0/+6 |
* | avcodec/agm: remove ;; | Michael Niedermayer | 2019-04-21 | 1 | -1/+1 |
* | avcodec/agm: Check for too many too short codes in make_new_tree() | Michael Niedermayer | 2019-04-21 | 1 | -2/+8 |
* | avcodec/agm: Do not crash on invalid codes | Michael Niedermayer | 2019-04-21 | 1 | -1/+1 |
* | avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading fro... | Michael Niedermayer | 2019-04-21 | 1 | -4/+4 |
* | avcodec/dvdec: add frame threads | Paul B Mahol | 2019-04-21 | 1 | -9/+10 |
* | avcodec: add AV_CODEC_FLAG_DROPCHANGED to flags | Gyan Doshi | 2019-04-20 | 5 | -2/+64 |
* | avcodec/pictordec: Only recalculate d when y changes in picmemset() | Michael Niedermayer | 2019-04-19 | 1 | -1/+2 |
* | avcodec/pictordec: avoid pointers in picmemset() | Michael Niedermayer | 2019-04-19 | 1 | -11/+18 |
* | avcodec/wmv2dec: Check that the P frame secondary header fit in the input | Michael Niedermayer | 2019-04-19 | 1 | -0/+3 |
* | avcodec/ivi: Move buffer/block end check to caller of ivi_dc_transform() | Michael Niedermayer | 2019-04-19 | 1 | -6/+5 |
* | avcodec/diracdec: Use 64bit in intermediate of global motion vector field gen... | Michael Niedermayer | 2019-04-19 | 1 | -1/+1 |