| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/cbs_av1: fix array size for ar_coeffs_cb_plus_128 and ar_coeffs_cr_pl... | James Almer | 2019-12-11 | 1 | -2/+2 |
* | avcodec/cbs_av1: rename enable_intraintra_compound flag | Fei Wang | 2019-12-11 | 2 | -3/+3 |
* | avcodec/cbs_av1: avoid reading trailing bits when obu type is OBU_TILE_LIST | Fei Wang | 2019-12-10 | 1 | -0/+1 |
* | avcodec/agm: Do not allow MVs out of the picture area as no edge is allocated | Michael Niedermayer | 2019-12-10 | 1 | -2/+2 |
* | avcodec/wmalosslessdec: Set FF_CODEC_CAP_INIT_CLEANUP | Michael Niedermayer | 2019-12-10 | 1 | -0/+1 |
* | avcodec/apedec: Fix 2 integer overflows | Michael Niedermayer | 2019-12-10 | 1 | -2/+2 |
* | avcodec/wmaprodec: Set packet_loss when we error out on a sanity check | Michael Niedermayer | 2019-12-10 | 1 | -0/+1 |
* | avcodec/wmaprodec: Check offset | Michael Niedermayer | 2019-12-10 | 1 | -0/+5 |
* | avcodec/truemotion2: Fix 2 integer overflows in tm2_low_res_block() | Michael Niedermayer | 2019-12-10 | 1 | -2/+2 |
* | avcodec/wmaprodec: Check if the channel sum of all internal contexts match th... | Michael Niedermayer | 2019-12-10 | 1 | -0/+2 |
* | avcodec/truespeech: Fix an integer overflow in truespeech_synth() | Michael Niedermayer | 2019-12-10 | 1 | -1/+1 |
* | Remove redundant ; | Michael Niedermayer | 2019-12-10 | 1 | -1/+1 |
* | avcodec/atrac9dec: Check q_unit_cnt more completely before using it to access... | Michael Niedermayer | 2019-12-07 | 1 | -1/+1 |
* | lavc/cbs_h2645: Fix incorrect max size of nalu unit | Andriy Gelman | 2019-12-06 | 1 | -1/+1 |
* | avcodec/mvha: Check remaining space when reading VLC table probabilities | Michael Niedermayer | 2019-12-06 | 1 | -0/+3 |
* | avcodec/fitsdec: Use lrint() | Michael Niedermayer | 2019-12-05 | 1 | -1/+1 |
* | avformat/matroskadec: avcodec/tta: Set extradata_size to 22 | Andreas Rheinhardt | 2019-12-04 | 1 | -1/+1 |
* | lavc/libxavs2.c: optimize error descriptions | hwren | 2019-12-04 | 1 | -6/+6 |
* | lavc/libxavs2.c: fix code style - spaces | hwren | 2019-12-04 | 1 | -8/+5 |
* | lavc/libxavs2.c: avoid recomputations of pointers in xavs2_copy_frame* functions | hwren | 2019-12-04 | 1 | -9/+23 |
* | lavc/libxavs2.c: use more descriptive variable names in xavs2_copy_frame* fun... | hwren | 2019-12-04 | 1 | -15/+14 |
* | avcodec/av1_parser: skip frames with spatial_id > 0 | James Almer | 2019-12-02 | 1 | -0/+3 |
* | Revert "avcodec/cbs_av1_syntax_template: Check ref_frame_idx before use" | James Almer | 2019-12-01 | 1 | -4/+3 |
* | avcodec/cbs_av1: implement missing set_frame_refs() function | James Almer | 2019-12-01 | 1 | -10/+112 |
* | avcodec/alsdec: Discard frames for which no channel could be decoded | Michael Niedermayer | 2019-12-01 | 1 | -0/+8 |
* | avcodec/alsdec: Avoid 1 layer of pointer dereferences in INTERLEAVE_OUTPUT() | Michael Niedermayer | 2019-12-01 | 1 | -3/+4 |
* | avcodec/g729dec: Avoid one multiply by using init_get_bits8() | Michael Niedermayer | 2019-12-01 | 1 | -1/+1 |
* | avcodec/g729dec: Avoid using buf_size | Michael Niedermayer | 2019-12-01 | 1 | -2/+2 |
* | avcodec/g729dec: Factor block_size out | Michael Niedermayer | 2019-12-01 | 1 | -2/+5 |
* | avcodec/g729dec: require buf_size to be non 0 | Michael Niedermayer | 2019-12-01 | 1 | -1/+1 |
* | avcodec/g729dec: Check for KELVIN && 6k4 | Michael Niedermayer | 2019-12-01 | 1 | -1/+1 |
* | avcodec/alac: Fix integer overflow in lpc_prediction() with sign | Michael Niedermayer | 2019-12-01 | 1 | -1/+1 |
* | avcodec/wmaprodec: Fix buflen computation in save_bits() | Michael Niedermayer | 2019-12-01 | 1 | -3/+3 |
* | avcodec/vc1_block: Fix integer overflow in AC rescaling in vc1_decode_i_block... | Michael Niedermayer | 2019-12-01 | 1 | -1/+1 |
* | avcodec/vmdaudio: Check chunk counts to avoid integer overflow | Michael Niedermayer | 2019-12-01 | 1 | -0/+3 |
* | lavc/extract_extradata: Use bytestream api | Andriy Gelman | 2019-11-30 | 1 | -16/+19 |
* | avcodec/extract_extradata_bsf: Don't unref uninitialized buffers | Andreas Rheinhardt | 2019-11-30 | 1 | -2/+2 |
* | avcodec/av1_parser: export stream dimensions in avctx | James Almer | 2019-11-29 | 1 | -0/+7 |
* | lavc/mvha: Check init_get_bits8() for failure | Jun Zhao | 2019-11-29 | 1 | -1/+3 |
* | avcodec/vp8: fix multiple ff_thread_finish_setup() calls | Zhao Zhili | 2019-11-28 | 1 | -1/+2 |
* | lavc/qsvenc: Fix some code indentations | Linjie Fu | 2019-11-28 | 2 | -5/+5 |
* | Add options for spatial layers. | Thierry Foucu | 2019-11-28 | 2 | -1/+9 |
* | avcodec: add mvha video decoder | Paul B Mahol | 2019-11-27 | 6 | -1/+321 |
* | avcodec: add mvdv video decoder | Paul B Mahol | 2019-11-27 | 6 | -1/+294 |
* | lavc/qsvenc: Fix compilation for some build environments. | Carl Eugen Hoyos | 2019-11-27 | 1 | -0/+2 |
* | avcodec/v210dec: add support for frame and slice threading | Limin Wang | 2019-11-25 | 2 | -48/+79 |
* | avcodec/v410dec: add support for frame and slice threading | Limin Wang | 2019-11-25 | 1 | -21/+51 |
* | avcodec/nuv: Use ff_set_dimensions() | Michael Niedermayer | 2019-11-25 | 1 | -3/+3 |
* | avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/next | Michael Niedermayer | 2019-11-25 | 1 | -2/+2 |
* | avcodec/ralf: Fix integer overflows with the filter coefficient in decode_cha... | Michael Niedermayer | 2019-11-25 | 1 | -2/+2 |