summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/vc1_pred: Fix invalid shift in scaleforsame()Michael Niedermayer2019-07-31
* avcodec/vc1_block: Fix integer overflow in ff_vc1_pred_dc()Michael Niedermayer2019-07-31
* avcodec/truemotion2: Fix several integer overflows in tm2_motion_block()Michael Niedermayer2019-07-31
* avcodec/apedec: Make coeffsA/B uint32_t, this avoids several cases of undefin...Michael Niedermayer2019-07-31
* avcodec/apedec: make left/right unsigned to avoid undefined behaviorMichael Niedermayer2019-07-31
* avcodec/apedec: Fix multiple integer overflows and undefined behaviorin filte...Michael Niedermayer2019-07-31
* cbs_mpeg2: Fix parsing the last unitAndreas Rheinhardt2019-07-29
* cbs_mpeg2: Rearrange start code searchAndreas Rheinhardt2019-07-29
* cbs_mpeg2: Decompose Sequence EndAndreas Rheinhardt2019-07-29
* cbs_h264: Improve adding SEI messagesAndreas Rheinhardt2019-07-29
* cbs: Don't set AVBuffer's opaqueAndreas Rheinhardt2019-07-29
* avcodec/eatqi: Check for minimum frame sizeMichael Niedermayer2019-07-29
* avcodec/eatgv: Check remaining size after the keyframe headerMichael Niedermayer2019-07-29
* h264_metadata: Support overscan_appropriate_flagMark Thompson2019-07-29
* cbs_h264: Fix missing inferred colour description fieldsMark Thompson2019-07-29
* avcodec/cfhd: add bayer supportPaul B Mahol2019-07-29
* vaapi_encode: Add ROI supportMark Thompson2019-07-28
* avcodec/mips: [loongson] refine process of setting block as 0 in h264dsp_mmi.Shiyou Yin2019-07-28
* vp9_metadata: Improve spec-compliance and warningsAndreas Rheinhardt2019-07-28
* av1/h264_metadata: Don't reinitialize dataAndreas Rheinhardt2019-07-28
* cbs_mpeg2: Fix parsing of picture and slice headersAndreas Rheinhardt2019-07-27
* cbs: Remove useless initializationsAndreas Rheinhardt2019-07-27
* mpeg2_metadata, cbs_mpeg2: Fix handling of colour_descriptionAndreas Rheinhardt2019-07-27
* avcodec/assdec: undefined use of memcpy()Michael Niedermayer2019-07-27
* avcodec/brenderpix: Check input size before allocating imageMichael Niedermayer2019-07-27
* avcodec/adpcm: reindent after last commitPaul B Mahol2019-07-26
* avcodec/adpcm: add support for 5.1 ADPCM MSPaul B Mahol2019-07-26
* avcodec/adxenc: add EOF headerPaul B Mahol2019-07-25
* avcodec/utils: fix leak of subtitle_header on error pathMichael Niedermayer2019-07-25
* avcodec/mpc8huff: Make some arrays unsigned to prevent overflowAndreas Rheinhardt2019-07-24
* vp3data: Make some arrays unsigned to prevent overflowAndreas Rheinhardt2019-07-24
* avcodec/mediacodec_wrapper: remove unused local variables in ff_AMediaCodec_g...Matthieu Bouron2019-07-22
* avcodec/mediacodec_wrapper: fix a potential local reference leak in ff_AMedia...Matthieu Bouron2019-07-22
* avcodec/mediacodec_wrapper: fix a local reference leak in ff_AMediaCodec_getN...Matthieu Bouron2019-07-22
* avcodec/mediacodec_wrapper: add missing "avcodec.h" includeMatthieu Bouron2019-07-22
* Bump minor versions again on master to keep 4.2 versions separate from masterMichael Niedermayer2019-07-21
* Bump minor versions to separate 4.2 from masterMichael Niedermayer2019-07-21
* avcodec/utils: Check close before calling itMichael Niedermayer2019-07-21
* avcodec/vorbisdec: Check vlc for floor0 dec vector offsetMichael Niedermayer2019-07-21
* avcodec/vorbisdec: amplitude bits can be more than 25 bitsMichael Niedermayer2019-07-21
* avcodec/alsdec: fix undefined shift in multiply()Michael Niedermayer2019-07-21
* avcodec/alsdec: Fix 2 integer overflowsMichael Niedermayer2019-07-21
* avcodec/apedec: Fix various integer overflowsMichael Niedermayer2019-07-21
* avcodec/apedec: Fix multiple integer overflows in predictor_update_filter()Michael Niedermayer2019-07-21
* avcodec/flicvideo: Make line_packets intMichael Niedermayer2019-07-21
* avcodec/dvbsubdec: Use ff_set_dimensions()Michael Niedermayer2019-07-20
* avcodec/ffwavesynth: Check if there is enough extradata before allocationMichael Niedermayer2019-07-20
* avcodec/ffwavesynth: More correct cast in wavesynth_seek()Michael Niedermayer2019-07-20
* avcodec/ffwavesynth: Check sample rate before useMichael Niedermayer2019-07-20
* avcodec/tak_parser: don't return error valuesJames Almer2019-07-20