summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/cuviddec: set key frame for decoded framesYogender Gupta2018-01-19
* Merge commit 'cbe28bc069dde1d53d937ee10700bb123279c7c8'Mark Thompson2018-01-16
|\
| * qsv: better to use alignment by 16 and HEVC 10b requires alignment by 32Maxym Dmytrychenko2018-01-08
* | Merge commit '34c113335b53d83ed343de49741f0823aa1f8cc6'Mark Thompson2018-01-16
|\|
| * Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDKMichael Wootton2018-01-04
* | lavc/snow_dwt: add struct MpegEncContext to fix headers check.Jun Zhao2018-01-16
* | avcodec/wavpack: Fix integer overflows in wv_unpack_stereo / monoMichael Niedermayer2018-01-15
* | avcodec/jpeg2000: Check sum of sizes of band->prec before allocatingMichael Niedermayer2018-01-15
* | avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs()Michael Niedermayer2018-01-15
* | dcaenc: move all tables inside context and fix incorrect coding styleRostislav Pehlivanov2018-01-13
* | avcodec/dcaenc: Use ffmpeg mdct instead of own implementationDaniil Cherednik2018-01-13
* | dcaenc: cleanup on init failure and add a threadsafe init codec capRostislav Pehlivanov2018-01-13
* | opusenc_psy: Typo, use all coeffs in range for band tonality calculationDaniil Cherednik2018-01-13
* | aacenc: use the fast coder as the defaultRostislav Pehlivanov2018-01-13
* | lavc/libx265: support all color parameters that x265 doesRodger Combs2018-01-12
* | avcodec/utils: Avoid hardcoding duplicated types in sizeof()Michael Niedermayer2018-01-12
* | avcodec/opus: Add {} over multiline if() bodyMichael Niedermayer2018-01-12
* | avcodec/arm/sbrdsp_neon: Use a free register instead of putting 2 things in oneMichael Niedermayer2018-01-12
* | avcodec/ffv1enc: mark RGB48 support as non-experimentalJérôme Martinez2018-01-12
* | avcodec: increase AV_INPUT_BUFFER_PADDING_SIZE to 64James Almer2018-01-11
* | avcodec/h264addpx_template: Fixes integer overflowsMichael Niedermayer2018-01-08
* | avcodec/dirac_dwt: Fix overflows in COMPOSE_HAARiH0/COMPOSE_HAARiL0Michael Niedermayer2018-01-08
* | avcodec/diracdec: Fix integer overflow with quantMichael Niedermayer2018-01-08
* | avcodec/opus_parser: Check payload_len in parse_opus_ts_header()Michael Niedermayer2018-01-08
* | avcodec/jpeg2000dsp: Fix integer overflows in ict_int()Michael Niedermayer2018-01-08
* | avcodec/h264_slice: Do not attempt to render into frames already outputMichael Niedermayer2018-01-07
* | lavc/mediacodec_wrapper: allocate MediaCodec.BufferInfo onceMatthieu Bouron2018-01-06
* | lavc/mediacodecdec: remove mediacodec_process_data() indirectionMatthieu Bouron2018-01-06
* | lavc/mediacodecdec: switch to new decoding APIAman Gupta2018-01-06
* | avcodec/rkmpp : remove stream start retries before first frame.LongChair2018-01-06
* | avcodec/rkmpp : Fix broken build due to missing control operationLongChair2018-01-06
* | adpcm: consume remainder after consuming XA chunksMisty De Meo2018-01-06
* | avcodec/error_resilience: remove unused headerJames Almer2018-01-05
* | avcodec/util: use a mutex instead of atomics in avcodec_register()James Almer2018-01-05
* | avcodec/dnxhddec: Check dc vlcMichael Niedermayer2018-01-05
* | avcodec/parser: use a mutex instead of atomics in av_register_codec_parser()James Almer2018-01-04
* | opusenc_psy: disable stereo searches for mono streamsRostislav Pehlivanov2018-01-04
* | lavc/audiotoolboxenc: fix noise in encoded audioJiejun Zhang2018-01-03
* | lavc/options: Remove unneeded headerDerek Buitenhuis2018-01-03
* | avcodec/utvideoenc: switch to planar RGB formatsPaul B Mahol2018-01-02
* | avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRGPaul B Mahol2018-01-02
* | lavc/Makefile: fix opus_parser dependenciesRostislav Pehlivanov2018-01-01
* | avcodec/exr: Check buf_size more completelyMichael Niedermayer2017-12-30
* | opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov2017-12-30
* | avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()Michael Niedermayer2017-12-28
* | avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and pu...Michael Niedermayer2017-12-28
* | avcodec/flacdec: avoid undefined shiftMichael Niedermayer2017-12-28
* | lavc/jpeg2000dec: Support reading 64-bit atom size.Carl Eugen Hoyos2017-12-28
* | Merge commit 'c6558e8840fbb2386bf8742e4d68dd6e067d262e'James Almer2017-12-27
|\|
| * x264: Support version 153Luca Barbato2017-12-27