summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/v410dec: add support for frame and slice threadingLimin Wang2019-11-25
* avcodec/nuv: Use ff_set_dimensions()Michael Niedermayer2019-11-25
* avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/nextMichael Niedermayer2019-11-25
* avcodec/ralf: Fix integer overflows with the filter coefficient in decode_cha...Michael Niedermayer2019-11-25
* avcodec/g729dec: Use 64bit and clip in scalar productMichael Niedermayer2019-11-25
* avcodec/mxpegdec: Check for multiple SOFMichael Niedermayer2019-11-25
* avcodec/nuv: Move comptype check upMichael Niedermayer2019-11-25
* avcodec/wmavoice: Fix integer overflow in synth_frame()Michael Niedermayer2019-11-24
* avcodec/rawdec: Check bits_per_coded_sample more pedantically for 16bit casesMichael Niedermayer2019-11-24
* avcodec/cngdec: Remove AV_CODEC_CAP_DELAYMichael Niedermayer2019-11-24
* avcodec/v4l2_context: Fix indentationAndriy Gelman2019-11-22
* avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4Andriy Gelman2019-11-22
* 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