aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cbs_av1_syntax_template: Remove unused variableAndreas Rheinhardt2020-01-241-1/+0
* avcodec/libaomenc: add an option to set the encoder "usage"James Almer2020-01-242-1/+7
* avcodec/ra144enc: Fix invalid left shift of negative numberAndreas Rheinhardt2020-01-231-2/+2
* avcodec/hapdec: Add codec_tags listMichael Niedermayer2020-01-221-0/+8
* avcodec/avcodec: Add codec_tags array to AVCodecMichael Niedermayer2020-01-222-0/+11
* avcodec/exr: fix some small cosmetics nitsPaul B Mahol2020-01-221-5/+5
* avcodec/exr.c: make channel name comparisons case insensitiveGonzalo Garramuño2020-01-221-10/+11
* avcodec/j2kenc: Fix undefined shifts of negative numbersAndreas Rheinhardt2020-01-211-5/+5
* lavc/mjpegenc: Fix not writing RST tag after final slice.Carl Eugen Hoyos2020-01-211-1/+1
* avcodec/adxdec: Remove unnecessary left-shiftAndreas Rheinhardt2020-01-211-1/+1
* avcodec/adxenc: Avoid undefined left shift of negative numbersAndreas Rheinhardt2020-01-211-3/+3
* avcodec/adpcm: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-01-211-8/+8
* avcodec/hevc_mp4toannexb_bsf: check that nalu size doesnt overflowMichael Niedermayer2020-01-181-2/+1
* avcodec/hevc_mp4toannexb_bsf: Avoid NULL memcpy()Michael Niedermayer2020-01-181-1/+1
* avcodec/cbs_av1: Check leb128 values readMichael Niedermayer2020-01-181-0/+3
* avcodec/iff: Check input space before loop in decode_delta_d()Michael Niedermayer2020-01-181-0/+3
* avcodec/vc1dec: Allocate only as much space as is unescapedMichael Niedermayer2020-01-181-2/+2
* avcodec/libx265: zero the padding bytes in extradataJames Almer2020-01-181-0/+1
* Add a commandline option to control loop restoration for libaomWang Cao2020-01-171-0/+6
* lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packetsAndriy Gelman2020-01-176-5/+17
* avcodec/libx264: export Producer Reference Time as packet side dataJames Almer2020-01-151-4/+15
* avcodec: add a Producer Reference Time AVPacketSideData typeJames Almer2020-01-154-2/+36
* avcodec/wmalosslessdec: Use AV_STRINGIFY()Michael Niedermayer2020-01-151-1/+1
* avcodec/wmalosslessdec: Replace negative channel check by assertMichael Niedermayer2020-01-151-5/+2
* avcodec/wmalosslessdec: move channel check upMichael Niedermayer2020-01-151-10/+10
* avcodec/v4l2_context: Use AVERROR macroAndriy Gelman2020-01-141-2/+2
* tiffdec: support embedded ICC profilesLynne2020-01-132-0/+19
* avcodec/cbs_h2645: Skip all 0 NAL unitsMichael Niedermayer2020-01-111-1/+4
* avcodec/adpcm: Fix overflow in FFABS() IMA_EA_EACSMichael Niedermayer2020-01-111-1/+1
* avcodec/alac: Fix integer overflow in LPC coefficient adaptionMichael Niedermayer2020-01-111-1/+1
* avcodec/g729postfilter: Optimize out overflowing multiplication from apply_ti...Michael Niedermayer2020-01-111-7/+7
* libavcodec/vc1: Remove bits variableMichael Niedermayer2020-01-114-14/+8
* avcodec/vc1dec: Check field_mode for spritesMichael Niedermayer2020-01-111-1/+6
* avcodec/vc1dec: Limit bits by the actual bitstream sizeMichael Niedermayer2020-01-111-2/+4
* avcodec/wavpack: simplify the codeLimin Wang2020-01-111-3/+1
* avcodec/utils: replace avctx->internal with avci for better readabilityLimin Wang2020-01-101-30/+33
* nvenc: implement flush to help allow an encoder to be re-usedPhilip Langdale2020-01-085-1/+10
* avcodec/proresenc_anatoliy: Fix invalid left shift of negative numberAndreas Rheinhardt2020-01-081-1/+1
* avcodec/h264_metadata_bsf: Fix for the incorrect user data with hyphensLimin Wang2020-01-081-1/+1
* avcodec/libvpxenc,cosmetics: prefer sizeof(var)James Zern2020-01-061-2/+1
* avcodec/vmdaudio: Check block_align moreMichael Niedermayer2020-01-071-1/+3
* avcodec/decode: replace avctx->internal with avci for better readabilityLimin Wang2020-01-071-25/+27
* lavc/vdpau_vp9: Do not mix declarations and code.Carl Eugen Hoyos2020-01-061-5/+4
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-061-1/+1
* lavc/ffv1: Properly check that the 4th and 5th quant tables are zeroesDerek Buitenhuis2020-01-061-1/+1
* avcodec/pgssubdec: Free subtitle on errorMichael Niedermayer2020-01-051-1/+4
* avcodec/bsf: replace ctx->internal-> with bsfi-> for better readabilityLimin Wang2020-01-041-22/+27
* lavc/libkvazaar: fix memory leak after av_dict_parse_string failJun Zhao2020-01-041-1/+1
* lavc/bsf: fix memory leak after av_dict_parse_string failJun Zhao2020-01-041-1/+1
* avcodec/mpeg12dec: always submit the first field to hwaccelZhong Li2020-01-021-2/+1