summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ffplay: check AVFMT_NO_BYTE_SEEK flag for seek_by_bytesZhao Zhili2022-03-21
* avformat/hls: add AVFMT_NO_BYTE_SEEK flagZhao Zhili2022-03-21
* avcodec/opus: always use ambisonic layout for mapping family 2James Almer2022-03-20
* lavc/bsf: improve doxyAnton Khirnov2022-03-19
* lavc/bsf: add general documentationAnton Khirnov2022-03-19
* doc/APIchanges: update for the new channel layout APIAnton Khirnov2022-03-19
* avformat/concat: refactor to use ff_rescale_interval()Pierre-Anthony Lemieux2022-03-19
* avformat/imf: refactor to use ff_rescale_interval()Pierre-Anthony Lemieux2022-03-19
* avformat/tests: add test for ff_rescale_interval()Pierre-Anthony Lemieux2022-03-19
* avformat/seek: add ff_rescale_interval() functionPierre-Anthony Lemieux2022-03-19
* avformat/imf: clean-up and reduce loggingPierre-Anthony Lemieux2022-03-19
* avformat/imf: add support for input seekingPierre-Anthony Lemieux2022-03-19
* avformat/imf: relocate static function imf_time_to_ts()Pierre-Anthony Lemieux2022-03-19
* avfilter/af_afftdn: remove unused or set only variablesPaul B Mahol2022-03-19
* avfilter/avf_ahistogram: fix off by one in slide modePaul B Mahol2022-03-19
* configure: Add missing cri->mjpegdec dependencyAndreas Rheinhardt2022-03-19
* avcodec/flashsv2enc: Avoid opening and closing z_streamAndreas Rheinhardt2022-03-19
* avcodec/lclenc: Use ff_deflate_init/end() wrappersAndreas Rheinhardt2022-03-19
* avcodec/pngenc: Use ff_deflate_init/end() wrappersAndreas Rheinhardt2022-03-19
* 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