summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mjpegbdec: Fix yuv444 pix_fmt detectionAlex Mogurenko2019-11-20
* avcodec/iff: Move index use after check in decodeplane8()Michael Niedermayer2019-11-20
* avcodec/atrac3: Check for huge block alignsMichael Niedermayer2019-11-20
* avcodec/ralf: use multiply instead of shift to avoid undefined behavior in de...Michael Niedermayer2019-11-20
* avcodec/wmadec: Require previous exponents for reuseMichael Niedermayer2019-11-20
* avcodec/vc1_block: Fix undefined behavior in ac prediction rescalingMichael Niedermayer2019-11-20
* avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalidMichael Niedermayer2019-11-20
* avcodec/apedec: Fixes integer overflow of res+*data in do_apply_filter()Michael Niedermayer2019-11-20
* avcodec/ra288: Check block_align for the assumed valueMichael Niedermayer2019-11-20
* avcodec/sonic: Fix integer overflow in predictor_calc_error()Michael Niedermayer2019-11-20
* avcodec/atrac9dec: Check precision_fine/coarseMichael Niedermayer2019-11-20
* avcodec/dvdec: Use av_clip_uint8 instead of ff_crop_tabMichael Niedermayer2019-11-20
* avcodec/amfnec: allocate packets using av_new_packet()James Almer2019-11-19
* avcodec/cbs_av1: keep separate reference frame state for reading and writingJames Almer2019-11-18
* avcodec/cbs: Fix potential overflowAndreas Rheinhardt2019-11-17
* avcodec/cbs: Factor out common code for writing unitsAndreas Rheinhardt2019-11-17
* avcodec: Add more kCVImageBufferColorPrimaries to videotoolboxencNomis1012019-11-17
* avcodec/nvenc: make sure newly allocated packets are refcountedTimo Rothenpieler2019-11-17
* lavc/libopencore-amr: Silence a warning about an unused function.Carl Eugen Hoyos2019-11-17
* avcodec/mjpeg_parser: Make parser a bit more robust with unclean inputMichael Niedermayer2019-11-16
* avcodec/put_bits: Relax requirements to rebase PutBitContextAndreas Rheinhardt2019-11-16
* avcodec/cbs_av1: fix reading reference order hint in skip_mode_params()James Almer2019-11-16
* avcodec/codec_desc: add mising .type for acelp.kelvinPaul B Mahol2019-11-16
* vcodec/agm: Alloc based on coded dimensionsMichael Niedermayer2019-11-15
* avcodec/encode: add missing assert to avcodec_receive_packet()James Almer2019-11-14
* avcodec/avcodec: Adapt the doc of av_bsf_send_packet to match its actual impl...Andreas Rheinhardt2019-11-14
* librav1e: Don't make users explicitly set -qp -1 to use bit rate modeDerek Buitenhuis2019-11-13
* avcodec/dvenc: support encoding dvcprohdBaptiste Coudurier2019-11-13
* avcodec/libdav1d: export bitstream timing info when availableJames Almer2019-11-12
* avcodec/av1_parser: export bitstream timing info when availableJames Almer2019-11-12
* avcodec: add an AV1 frame merge bitstream filterJames Almer2019-11-12
* avcodec/cbs_av1: support one byte long OBUs when the size is not set in the b...James Almer2019-11-12
* avcodec/arm/mlpdsp: add missing dependency for truehdAman Gupta2019-11-11
* avcodec/dvdec: Don't use restrict directly to fix build on MSVCAndreas Rheinhardt2019-11-11
* avcodec/librav1e: free the RaPacket after using itJames Almer2019-11-10
* avcodec: Add librav1e encoderDerek Buitenhuis2019-11-10
* avcodec/wmaprodec: get frame during frame decodeMichael Niedermayer2019-11-09
* avcodec/interplayacm: Fix overflow of last unused valueMichael Niedermayer2019-11-09
* avcodec/adpcm: Fix undefined behavior with negative predictions in IMA OKIMichael Niedermayer2019-11-09
* avcodec/cook: Move up and extend block_align checkMichael Niedermayer2019-11-09
* avcodec/sbcdec: Fix integer overflows in sbc_synthesize_four()Michael Niedermayer2019-11-09
* avcodec/twinvq: Check block_alignMichael Niedermayer2019-11-09
* avcodec/cook: Enlarge gain tableMichael Niedermayer2019-11-09
* avcodec/cook: Check samples_per_channel earlierMichael Niedermayer2019-11-09
* avcodec/atrac3plus: Check split point in fill mode 3Michael Niedermayer2019-11-09
* avcodec/wmavoice: Check sample_rateMichael Niedermayer2019-11-09
* avcodec/xsubdec: fix overflow in alpha handlingMichael Niedermayer2019-11-09
* avcodec/iff: Check available space before entering loop in decode_long_vertic...Michael Niedermayer2019-11-09
* avcodec/apedec: Fix integer overflow in filter_3800()Michael Niedermayer2019-11-09
* avcodec/atrac3plusdec: add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-11-09