summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* avcodec/cbs_h265_syntax_template: Check num_negative/positive_pics when inter...Michael Niedermayer2020-04-26
* avcodec/intrax8: Check for end of bitstream in ff_intrax8_decode_picture()Michael Niedermayer2020-04-26
* avcodec/dirac_vlc: Fix integer overflow in ff_dirac_golomb_read_32/16bit()Michael Niedermayer2020-04-25
* avcodec/bsf: simplify the codeLimin Wang2020-04-25
* avcodec/vp9: prevent null pointer use on init_frames() failurePeter Ross2020-04-25
* avcodec: add support for Cunning Developments' ADPCMZane van Iperen2020-04-24
* avcodec/mjpeg2jpeg_bsf: Remove unnecessary headerAndreas Rheinhardt2020-04-24
* avcodec/noise_bsf: Remove unnecessary headersAndreas Rheinhardt2020-04-24
* avcodec/dump_extradata_bsf: Remove unnecessary headerAndreas Rheinhardt2020-04-24
* avcodec/dca_core_bsf: Remove unnecessary headerAndreas Rheinhardt2020-04-24
* avcodec/chomp_bsf: Remove unnecessary headerAndreas Rheinhardt2020-04-24
* avcodec/vp9_raw_reorder_bsf: Remove unnecessary headerAndreas Rheinhardt2020-04-24
* libavcodec/avpacket: Don't simply forward return value of av_dict_set()Andreas Rheinhardt2020-04-23
* avcodec/hevc_mp4toannexb_bsf: Check nalu_sizeMichael Niedermayer2020-04-23
* libavcodec/jpeg2000dec.c: ROI marker supportGautam Ramakrishnan2020-04-23
* lavc/version: bump minor version for DOVI sidedataJun Zhao2020-04-23
* lavc: add a new sidedata type for DOVIJun Zhao2020-04-23
* mpeg4videoenc: Don't crash with -fsanitize=boundsVitaly Buka2020-04-22
* libavcodec/jpeg2000dec.c: Support for CRG markerGautam Ramakrishnan2020-04-22
* avcodec/iff: Check length before memcpy() in decode_deep_rle32()Michael Niedermayer2020-04-22
* avcodec/iff: Fix invalid pointer intermediates in decode_deep_rle32()Michael Niedermayer2020-04-22
* avcodec/pngdec: Pass ret from decode_iccp_chunk()Michael Niedermayer2020-04-20
* avcodec/adpcm: update get_nb_samples() docZane van Iperen2020-04-20
* avcodec/adpcm_ima_{apc, ssi, oki}: replace while() with for()Zane van Iperen2020-04-20
* avcodec/qpeg: mark the init function as thread-safe and init cleanup capableJames Almer2020-04-20
* avcodec/qpeg: export missing frame propertiesJames Almer2020-04-20
* avcodec/qpeg: remove an unnecessary intermediary AVFrameJames Almer2020-04-20
* avcodec/bsf: Use macro for "packet is empty"Andreas Rheinhardt2020-04-20
* lavc: stop using deprecated av_codec_next()Josh de Kock2020-04-20
* lavc/hevcdec: fix the HEVC decoder crash when memory over-readqoroliang2020-04-20
* avcodec/truehd_core_bsf: Remove unused AVClass pointerAndreas Rheinhardt2020-04-19
* avcodec/rv40dsp: Fix integer overflows in rv40_weight_func_*()Michael Niedermayer2020-04-19
* avcodec/pngdec: set return value on av_stereo3d_create_side_data() failurePeter Ross2020-04-18
* avcodec/bsf: use simplified algorithm for bsf_list chained filteringMarton Balint2020-04-17
* avcodec/mv30: use aandcttablesPeter Ross2020-04-17
* avcodec/mv30: remove unused table elementsPeter Ross2020-04-17
* avcodec/vp3: fix indentationPeter Ross2020-04-17
* avcodec: add a WebP parserJames Almer2020-04-16
* avcodec/ac3dec_fixed: Fix several invalid left shifts in scale_coefs()Michael Niedermayer2020-04-16
* avcodec/flac_parser: Do not lose header count in find_headers_search()Michael Niedermayer2020-04-16
* avcodec/audiodsp: Fix integer overflow in scalarproduct_int16_c()Michael Niedermayer2020-04-16
* avcodec: Add explicit capability flag for encoder flushingPhilip Langdale2020-04-15
* lavc/jpeg2000dec: Cosmetics, re-indent after last commit.Carl Eugen Hoyos2020-04-15
* lavc/jpeg2000dec: Allow to force a compatible pix_fmt.Carl Eugen Hoyos2020-04-15
* avcodec/cbs_jpeg_syntax_template: Check array index in huffman_table()Michael Niedermayer2020-04-15
* avcodec/cbs_jpeg_syntax_template: Check table index before use in dht()Michael Niedermayer2020-04-15
* avcodec/mediacodec_wrapper: fix {input,output}_buffers global reference leakMatthieu Bouron2020-04-15
* avcodec/v4l2_m2m: handle v4l2 end of stream eventMing Qian2020-04-14
* lavc/vaapi_decode: fix the build failure when hevc_vaapi is disabledLinjie Fu2020-04-13