summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264addpx_template: Fixes integer overflowsMichael Niedermayer2018-01-081-12/+12
* avcodec/dirac_dwt: Fix overflows in COMPOSE_HAARiH0/COMPOSE_HAARiL0Michael Niedermayer2018-01-081-2/+2
* avcodec/diracdec: Fix integer overflow with quantMichael Niedermayer2018-01-081-5/+5
* avcodec/opus_parser: Check payload_len in parse_opus_ts_header()Michael Niedermayer2018-01-081-3/+13
* avcodec/jpeg2000dsp: Fix integer overflows in ict_int()Michael Niedermayer2018-01-081-2/+2
* avcodec/h264_slice: Do not attempt to render into frames already outputMichael Niedermayer2018-01-071-0/+6
* lavc/mediacodec_wrapper: allocate MediaCodec.BufferInfo onceMatthieu Bouron2018-01-061-27/+34
* lavc/mediacodecdec: remove mediacodec_process_data() indirectionMatthieu Bouron2018-01-061-10/+1
* lavc/mediacodecdec: switch to new decoding APIAman Gupta2018-01-061-32/+48
* avcodec/rkmpp : remove stream start retries before first frame.LongChair2018-01-061-21/+3
* avcodec/rkmpp : Fix broken build due to missing control operationLongChair2018-01-061-4/+6
* adpcm: consume remainder after consuming XA chunksMisty De Meo2018-01-061-0/+7
* avcodec/error_resilience: remove unused headerJames Almer2018-01-051-1/+0
* avcodec/util: use a mutex instead of atomics in avcodec_register()James Almer2018-01-051-3/+9
* avcodec/dnxhddec: Check dc vlcMichael Niedermayer2018-01-051-1/+5
* avcodec/parser: use a mutex instead of atomics in av_register_codec_parser()James Almer2018-01-041-4/+7
* opusenc_psy: disable stereo searches for mono streamsRostislav Pehlivanov2018-01-041-0/+7
* lavc/audiotoolboxenc: fix noise in encoded audioJiejun Zhang2018-01-031-0/+15
* lavc/options: Remove unneeded headerDerek Buitenhuis2018-01-031-1/+0
* avcodec/utvideoenc: switch to planar RGB formatsPaul B Mahol2018-01-021-20/+27
* avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRGPaul B Mahol2018-01-022-39/+183
* lavc/Makefile: fix opus_parser dependenciesRostislav Pehlivanov2018-01-011-1/+2
* avcodec/exr: Check buf_size more completelyMichael Niedermayer2017-12-301-4/+4
* opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov2017-12-306-668/+358
* avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()Michael Niedermayer2017-12-281-1/+1
* avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and pu...Michael Niedermayer2017-12-281-2/+2
* avcodec/flacdec: avoid undefined shiftMichael Niedermayer2017-12-281-1/+1
* lavc/jpeg2000dec: Support reading 64-bit atom size.Carl Eugen Hoyos2017-12-281-1/+10
* Merge commit 'c6558e8840fbb2386bf8742e4d68dd6e067d262e'James Almer2017-12-271-20/+23
|\
| * x264: Support version 153Luca Barbato2017-12-271-0/+30
| * mmaldec: Fix compilation after 2fcb0090Martin Storsjö2017-12-201-1/+1
| * lavc: Mark all AVHWAccel structures as constMark Thompson2017-12-1922-71/+71
| * lavc: Delete all fake hwaccelsMark Thompson2017-12-193-66/+0
| * lavc: Remove register mechanism for hwaccelsMark Thompson2017-12-191-51/+0
| * lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson2017-12-193-11/+22
| * lavc: Use hardware config information in ff_get_format()Mark Thompson2017-12-192-77/+210
| * webp: Fix alpha initialisationMark Thompson2017-12-193-12/+9
| * lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-12-1914-1/+265
| * lavc: Add codec metadata to indicate hardware supportMark Thompson2017-12-194-1/+105
| * avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-1447-15/+96
* | lavc: remove uneffective attribute_deprecated on enumwm42017-12-271-1/+2
* | avcodec/libx264: set supported pix_fmts at runtime rather than build timeJames Almer2017-12-261-5/+7
* | mpeg4videodec: Fix unused variable warningMark Thompson2017-12-261-3/+4
* | avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)Michael Niedermayer2017-12-261-1/+1
* | avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD13...Michael Niedermayer2017-12-261-2/+2
* | avcodec/libx264: fix compilation with x264 builds >= 153James Almer2017-12-261-3/+26
* | avcodec/libx264: use the pixfmt descriptor to check for high bit depthsJames Almer2017-12-251-1/+2
* | h264: add AVOption to set x264_build defaultwm42017-12-261-1/+1
* | lavc: remove complex debug code around avcodec init lockingwm42017-12-262-45/+14
* | lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-262-14/+0
OpenPOWER on IntegriCloud