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