summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mlpdsp: Fix a invalid shift in ff_mlp_rematrix_channel()Michael Niedermayer2020-02-02
* avcodec/adpcm_argo: simplify and move duplicated logic into a functionZane van Iperen2020-02-02
* avcodec/v4l2_m2m: CosmeticsAndriy Gelman2020-02-01
* avcodec/v4l2_m2m: Use consistent logging contextAndriy Gelman2020-02-01
* avcodec/v4l2_m2m: Simplify capture buffer init checkAndriy Gelman2020-02-01
* avcodec:v4l2_context: Remove NULL initializationAndriy Gelman2020-02-01
* avcodec/utils: remove extra bracketsleozhang2020-02-01
* libavcodec/amfenc_hevc.c: Fix constant QP settings for I, POvchinnikovDmitrii2020-02-01
* lavc/h265_profile_level: Fix the default profile in ff_h265_guess_levelLinjie Fu2020-02-01
* avcodec/avdct: Clear IDCTDSPContext contextMichael Niedermayer2020-01-31
* avcodec/x86/diracdsp: Fix high bits on Windows x86_64Michael Niedermayer2020-01-31
* avcodec/ralf: Fix overflows of biased valuesMichael Niedermayer2020-01-30
* avcodec/wmalosslessdec: Fix multiple integer overflowsMichael Niedermayer2020-01-30
* avcodec/apedec: Fix undefined integer overflow in decode_array_0000()Michael Niedermayer2020-01-30
* avcodec/smacker: Check space before decoding typeMichael Niedermayer2020-01-30
* avcodec/rawdec: Use linesize in b64aMichael Niedermayer2020-01-30
* avcodec/iff: Over-allocate ham_palbuf for HAM6 IFF-PBMMichael Niedermayer2020-01-30
* avcodec/x86/diracdsp: Fix incorrect src addressing in dequant_subband_32()Michael Niedermayer2020-01-30
* avcodec/screenpresso: Optimize sum_delta_flipped()Michael Niedermayer2020-01-30
* avcodec/dnxhddec: properly set colorspacePaul B Mahol2020-01-29
* avcodec/av1_parser: export color informationJames Almer2020-01-26
* 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