summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/fmvc: avoid copying uninitialized dataMichael Niedermayer2021-02-14
* avcodec/fits: Check gcount and pcount being non negativeMichael Niedermayer2021-02-14
* avcodec/apedec: export bits_per_raw_samplePaul B Mahol2021-02-14
* avcodec/pngenc: remove monowhite from apng formatsPaul B Mahol2021-02-14
* avcodec/mediacodecdec: do not abort when H264/HEVC extradata extraction failssfan52021-02-14
* avcodec/pngdec: fix possible race condition with APNG decodingPaul B Mahol2021-02-13
* avcodec/pnm_parser: Check av_image_get_buffer_size() for failureMichael Niedermayer2021-02-12
* avcodec/dpx: add support for other single component 8bit filesPaul B Mahol2021-02-12
* avcodec/dpx: add float support for single components and rgb(a)Paul B Mahol2021-02-12
* avcodec: add setts bitstream filterPaul B Mahol2021-02-12
* avcodec/hevcdec: fix a return error valueJames Almer2021-02-12
* avcodec/hevcdec: add some missing allocation checksJames Almer2021-02-11
* avcodec/hevcdec: check that the local context list was allocated before deref...James Almer2021-02-11
* avcodec/mpegvideo_motion: Remove unnecessary headersAndreas Rheinhardt2021-02-11
* avcodec/mpegvideo_motion: ReindentationAndreas Rheinhardt2021-02-11
* avcodec/mpegvideo_motion: Improve check to remove dead codeAndreas Rheinhardt2021-02-11
* avcodec/jpeg2000dec: Check atom_size in jp2_find_codestream()Michael Niedermayer2021-02-10
* avcodec/mobiclip: Bound planar prediction valueMichael Niedermayer2021-02-10
* avcodec/jpeglsdec: Fix k=16 in ls_get_code_regular()Michael Niedermayer2021-02-10
* avcodec/hevc_sei: Check payload size in decode_nal_sei_message()Michael Niedermayer2021-02-10
* avcodec/libaomenc: add support for setting arbitrary libaom optionsBohan Li2021-02-10
* avcodec/fitsdec: properly initialize header->data_maxPaul B Mahol2021-02-10
* avcodec: add cri parserPaul B Mahol2021-02-09
* avcodec/argo: fix linesize for RLE? in PAL8 modePaul B Mahol2021-02-09
* avcodec/g722enc: Validate parameters before using themAndreas Rheinhardt2021-02-08
* mjpegdec: stop setting the QP tableAnton Khirnov2021-02-08
* avcodec/ac3enc: Share options and defaultsAndreas Rheinhardt2021-02-07
* avcodec/Makefile: Remove dependency for nonexistent filesAndreas Rheinhardt2021-02-07
* avcodec/aacdec_fixed: Move fixed-point sinewin tables to its only userAndreas Rheinhardt2021-02-07
* avcodec/xbm_parser: mark frame as intra only and as key framePaul B Mahol2021-02-05
* avcodec/xbm_parser: split long linePaul B Mahol2021-02-05
* avcodec: add xbm parserPaul B Mahol2021-02-05
* avcodec/vp9dsp_template: Fix integer overflows in itxfm_wrapperMichael Niedermayer2021-02-04
* avcodec/utils: unbreak BINKAUDIO_DCT duration calculationPaul B Mahol2021-02-04
* avcodec/mxpegdec: fix SOF countingMichael Niedermayer2021-02-04
* avcodec/rscc: Check inflated_buf size whan it is usedMichael Niedermayer2021-02-04
* avcodec/cabac_functions, x86/cabac: Include stddef.hAndreas Rheinhardt2021-02-04
* avformat/cdxl: add support for custom 24bit pal8 formatsPaul B Mahol2021-02-03
* avcodec/xbmdec: get_nibble() minor speed increase, and binary reductionJose Da Silva2021-02-03
* avcodec/xbmdec: convert() minor speed increaseJose Da Silva2021-02-03
* avcodec/xbmenc: Pre-compute variables once for parse_str_int()Jose Da Silva2021-02-03
* avcodec/xbmenc: substitute end instead of recalculating endJose Da Silva2021-02-03
* avcodec/cabac: Move encoder related stuff to libavcodec/tests/cabac.cAndreas Rheinhardt2021-02-02
* avcodec/h264_levels, h265_profile_level: Remove ff_h26[45]_get_levelAndreas Rheinhardt2021-02-02
* vc2enc: Add missing static to local variablesMark Thompson2021-02-02
* avcodec: add PFM image encoderPaul B Mahol2021-02-02
* avcodec/simple_idct: Fix undefined integer overflow in idct4row()Michael Niedermayer2021-02-02
* avcodec/cri: Use ff_set_dimensions()Michael Niedermayer2021-02-02
* avcodec/aacps_fixed_tablegen: Don't include config.hAndreas Rheinhardt2021-02-02
* avcodec/aac_ac3_parser: fix channel information parsing in case decoder is di...Piotr Uracz2021-02-01