summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/g722enc: force mono channel layoutKyle Swanson2017-06-26
* avcodec/jpeg2000dwt: Fix integer overflows in sr_1d97_int()Michael Niedermayer2017-06-26
* avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()Michael Niedermayer2017-06-26
* avcodec/ffv1enc: Try to choose slice count so that slice packet sizes are wit...Michael Niedermayer2017-06-26
* avcodec/ffv1: Increase the maximum number of slices to 1024Michael Niedermayer2017-06-26
* lavc/x86: clear r2 higher bits in ff_sbr_sum_squareMatthieu Bouron2017-06-26
* avcodec/proresenc_kostya: enable frame threadingPaul B Mahol2017-06-26
* avcodec/frame_thread_encoder: Fix AV_OPT_TYPE_STRING handling in priv_dataMichael Niedermayer2017-06-26
* avcodec/proresenc_kostya: use frame metadata instead of avctxPaul B Mahol2017-06-26
* avcodec/prores_kostya: increase bits usage when alpha is usedPaul B Mahol2017-06-25
* avcodec/hevcdec: Do not check the first ff_init_cabac_decoder() call in hls_d...Michael Niedermayer2017-06-25
* avcodec/wavpack: Fix integer overflow in wv_unpack_stereo()Michael Niedermayer2017-06-25
* avcodec/hevc_ps: Fix max_dec_buffer checkMichael Niedermayer2017-06-25
* avcodec/adpcm_data: use uint16_t to handle all valuesPaul B Mahol2017-06-24
* lavc/tests/golomb: Add unit test for set_ue_golomb_long.Jun Zhao2017-06-24
* lavc/golobm: Add set_ue_golomb_long to support up to 2^32 -2.Jun Zhao2017-06-24
* lavc/put_bits: Add put_bits64() to support up to 64 bits.Jun Zhao2017-06-24
* avcodec/hevcdec: Use error path if init_get_bits8() failsMichael Niedermayer2017-06-24
* avcodec/hevcdec: check ff_init_cabac_decoder() for failureMichael Niedermayer2017-06-24
* vaapi_encode: Add VP9 supportMark Thompson2017-06-24
* vp9: Add bsf to fix reordering in raw streamsMark Thompson2017-06-24
* avcodec/mpeg4videodec: Fix GMC with videos of dimension 1Michael Niedermayer2017-06-24
* x86/mdct15: use three operand form for some instructionsJames Almer2017-06-24
* Add support for LibOpenJPEG v2.2/gitReino172017-06-23
* mdct15: add assembly optimizations for the 15-point FFTRostislav Pehlivanov2017-06-23
* lavc/videotoolboxenc: fix open videotoolbox bug on iOS8.4jerett2017-06-23
* lavc/videotoolboxenc: fix loadVTEncSymbols crash when symbol not foundjerett2017-06-23
* lavc/golomb: add value range comment for set_ue_golomb().Jun Zhao2017-06-23
* avcodec/wavpack: Fix integer overflowMichael Niedermayer2017-06-23
* avcodec/takdec: Fix integer overflowMichael Niedermayer2017-06-23
* avcodec/tiff: Update pointer only when the result is usedMichael Niedermayer2017-06-23
* opus_celt: do not use double precision exp2Rostislav Pehlivanov2017-06-22
* avcodec/cfhd: Check bpc before setting bpc in contextMichael Niedermayer2017-06-22
* avcodec/cfhd: Fix undefined shiftMichael Niedermayer2017-06-22
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-21
* mdec: stop preferring the simple IDCT.Ronald S. Bultje2017-06-21
* mdec: use correctly permutated quant matrix for dequantization.Ronald S. Bultje2017-06-21
* aarch64: vp9 16bpp: Fix assembling with Xcode 6.2 and olderMemphiz2017-06-21
* aarch64: vp9: Fix assembling with Xcode 6.2 and olderMemphiz2017-06-21
* avcodec/mpegvideo: Use intra_scantable in dct_unquantize_h263_intra_c()Michael Niedermayer2017-06-21
* avcodec/hevc_filter: Fix invalid shiftMichael Niedermayer2017-06-21
* avcodec/hevcdec: Check beta and tc offset in hls_slice_header()Michael Niedermayer2017-06-21
* avcodec/mpeg4videodec: Fix overflow in virtual_ref computationMichael Niedermayer2017-06-21
* avcodec/lpc: signed integer overflow in compute_lpc_coefs() (aacdec_fixed)Michael Niedermayer2017-06-21
* avcodec/decode: Update decode_simple_internal() to get the side data correctly.John Rummell2017-06-20
* avcodec/x86: allow future 8-bit simple idct to use slightly different coeffic...James Darnley2017-06-20
* avcodec/mdec: override IDCT choice before initing DSP structsJames Darnley2017-06-20
* avcodec/x86: modify simple_idct10 macros to add an action paramterJames Darnley2017-06-20
* avcodec/x86: cleanup simple_idct10James Darnley2017-06-20
* avcodec/x86/mpegenc: support transpose permuation typeJames Darnley2017-06-20