summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/cbs_h265: add support for Alpha Channel Info SEI messagesJames Almer2019-07-20
* cbs_h2645: Fix infinite loop in more_rbsp_dataAndreas Rheinhardt2019-07-20
* avcodec/flashsv: add FF_CODEC_CAP_INIT_CLEANUP to flashsv2Michael Niedermayer2019-07-19
* avcodec/flashsv: add FF_CODEC_CAP_INIT_CLEANUP to flashsv1Michael Niedermayer2019-07-19
* avcodec/agm: Fix overflow of signed shiftMichael Niedermayer2019-07-19
* avcodec/h264_refs: Also check reference in ff_h264_build_ref_list()Michael Niedermayer2019-07-19
* avcodec/h264_cavlc: Fix integer overflows with motion vector residual additionMichael Niedermayer2019-07-19
* avcodec/atrac9dec: Check conditions before apply_band_extension() to avoid ou...Michael Niedermayer2019-07-19
* avutil/mips: refactor msa load and store macros.Shiyou Yin2019-07-19
* avcodec/dnxhd_parser: Fix parser when input does not have nicely sized packetsMichael Niedermayer2019-07-17
* avcodec/dnxhd_parser: Optimize insufficient buf size caseMichael Niedermayer2019-07-17
* avcodec/dnxhd_parser: remove unneeded codeMichael Niedermayer2019-07-17
* avcodec/parser: Check next index validity in ff_combine_frame()Michael Niedermayer2019-07-17
* avcodec/ivi: Ask for samples with odd tilesMichael Niedermayer2019-07-17
* avcodec: clarify the allocation requirements for intra_matrix and inter_matri...James Almer2019-07-17
* avcodec: remove reference to AVPacket's destruct fieldJames Almer2019-07-15
* avcodec/iff: Add "else" to make code look prettierMichael Niedermayer2019-07-14
* dump_extra: Don't add extradata if it already existsAndreas Rheinhardt2019-07-14
* avcodec/h264_slice: set the SEI parameters early on the AVCodecContextSteve Lhomme2019-07-14
* avcodec/hevcdec: set the SEI parameters early on the AVCodecContextSteve Lhomme2019-07-14
* avcodec/dvbsub: add support for Display Definition Segment to DVB Subtitle en...Jernej Fijacko2019-07-13
* avcodec/pngdec: Check that previous_picture has same w/h/formatMichael Niedermayer2019-07-13
* avcodec/huffyuvdec: Check vertical subsampling in hymtMichael Niedermayer2019-07-13
* avcodec/huffyuv: remove gray8a (the format is listed but not supported by the...Michael Niedermayer2019-07-13
* avcodec/mpc8: Fixes invalid shift in mpc8_decode_frame()Michael Niedermayer2019-07-13
* avcodec/magicyuv: add support for recently added YUV444P10Paul B Mahol2019-07-11
* avcodec/videotoolboxenc: remove unused variableSteven Liu2019-07-11
* avcodec/utils, avcodec_open2: close codec on failureJames Zern2019-07-10
* avcodec/mips/cabac: replace addi with addiuYunQiang Su2019-07-10
* truehd_core: Switch to in-place modificationsAndreas Rheinhardt2019-07-09
* truehd_core: Use byte offsets instead of bit offsetsAndreas Rheinhardt2019-07-09