summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec/zmbvenc: Use ff_deflate_init/end() wrappersAndreas Rheinhardt2022-03-19
* avcodec/zlib_wrapper: Add wrapper for deflateInit()Andreas Rheinhardt2022-03-19
* avcodec/pngenc: Don't use deflateInit2() with default parametersAndreas Rheinhardt2022-03-19
* avcodec/pngdec: Don't open and close z_streams unnecessarilyAndreas Rheinhardt2022-03-19
* avcodec/lscrdec: Don't open and close z_streams unnecessarilyAndreas Rheinhardt2022-03-19
* avcodec/zlib_wrapper: Use our allocation, freeing functionsAndreas Rheinhardt2022-03-19
* avcodec/flashsv: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* avcodec/lcldec: Use ff_inflate_init/end(), cleanup genericallyAndreas Rheinhardt2022-03-19
* avcodec/mscc: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* avcodec/mvha: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* avcodec/mwsc: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* avcodec/rasc: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* avcodec/tscc: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* avcodec/wcmv: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* avcodec/zerocodec: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* avcodec/zmbv: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* avcodec/zlib_wrapper: Add wrappers for zlib inflateInit, inflateEndAndreas Rheinhardt2022-03-19
* avcodec/pngenc: Avoid potentially truncating integersAndreas Rheinhardt2022-03-19
* Keep including the full version.h when headers are included externallyMartin Storsjö2022-03-19
* avformat/pcmdec: add support to set channel layoutPaul B Mahol2022-03-18
* avutil/opt: add missing case for AV_OPT_TYPE_CHLAYOUT in av_opt_free()James Almer2022-03-18
* avformat/matroskadec: Check pre_nsMichael Niedermayer2022-03-18
* avcodec/sonic: Use unsigned for predictor_k to avoid undefined behaviorMichael Niedermayer2022-03-18
* avcodec/ccaption_dec: Use ff_ass_add_rect2()Michael Niedermayer2022-03-18
* avcodec/ass: Faster ff_ass_add_rect()Michael Niedermayer2022-03-18
* avcodec/setts_bsf: fix memleakZhao Zhili2022-03-18
* avcodec/alsdec: Set channels from data after data is setMichael Niedermayer2022-03-18
* avcodec/dfpwmdec: Check packet size more completelyMichael Niedermayer2022-03-18
* avfilter/af_afftdn: do not profile noise if number of sampled blocks is 0Paul B Mahol2022-03-18
* avfilter/af_afftdn: refactor set_noise_profile()Paul B Mahol2022-03-18
* avfilter/af_afftdn: remove unused definesPaul B Mahol2022-03-18
* fate: add tpad filter testsPaul B Mahol2022-03-18
* gitignore: add config_components.hJames Almer2022-03-17
* Makefile: check config_components.h when comparing timestamps in component li...James Almer2022-03-17
* Makefile: delete config_components.h on distcleanJames Almer2022-03-17
* tools/target_dec_fuzzer: Adjust threshold for TQIMichael Niedermayer2022-03-17
* avcodec/libuavs3d: Check ff_set_dimensions() for failureMichael Niedermayer2022-03-17
* avcodec/speexdec: Align some commentsMichael Niedermayer2022-03-17
* avcodec/speexdec: Use correct doxygen commentsMichael Niedermayer2022-03-17
* tools/target_dec_fuzzer: Adjust threshold for DSICINVIDEOMichael Niedermayer2022-03-17
* avcodec/dfa: Optimize output reshuffle loopMichael Niedermayer2022-03-17
* avcodec/mjpegbdec: Set buf_sizeMichael Niedermayer2022-03-17
* avformat/matroskadec: Use rounded down duration in get_cue_desc() checkMichael Niedermayer2022-03-17
* avformat/boadec: fix check for invalid channel countJames Almer2022-03-17
* avcodec/setts_bsf: don't repeatedly set start pts and dtsJames Almer2022-03-17
* fate: add a setts bsf testJames Almer2022-03-17
* avformat/imfdec: Convert to the new channel layout APIAndreas Rheinhardt2022-03-17
* doc/filters: add some afftdn examplesPaul B Mahol2022-03-17
* doc/filters: mention sample_noise/sn options tooPaul B Mahol2022-03-17
* avfilter/af_afftdn: expose floor offset factor optionPaul B Mahol2022-03-17