summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* avcodec/utils: ARGO writes 4x4 blocks without regard to the image dimensionsMichael Niedermayer2021-09-26
* swscale: add input/output support for X2BGR10LEManuel Stoeckl2021-09-26
* lavu/pix_fmt: add pixel format for x2bgr10Manuel Stoeckl2021-09-26
* swscale/yuv2rgb: fix conversion to X2RGB10Manuel Stoeckl2021-09-26
* avcodec/internal: Update AVCodecInternal.is_copy documentationAndreas Rheinhardt2021-09-26
* avcodec/avcodec: Simplify check for flushing of bsfAndreas Rheinhardt2021-09-26
* avcodec/avcodec: Remove redundant assertAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Check codec caps for consistencyAndreas Rheinhardt2021-09-26
* avcodec/avcodec: Make sanity check stricterAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Sanity check AVCodec.priv_data_sizeAndreas Rheinhardt2021-09-26
* avcodec/j2kenc: Fix AV_OPT_TYPE_CONST offsetsAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Check consistency of function pointersAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Test AVCodec and AVCodecDescriptor consistencyAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Add basic sanity checks for AVCodec propertiesAndreas Rheinhardt2021-09-26
* avcodec/tests/utils: Rename to avcodecAndreas Rheinhardt2021-09-26
* avfilter/formats: Avoid reallocations for video in ff_all_formats()Andreas Rheinhardt2021-09-26
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-26
* avfilter/vf_swaprect: Use ff_formats_pixdesc_filter()Andreas Rheinhardt2021-09-26
* avfilter/vf_colorbalance: fix min/max check that can never be truePaul B Mahol2021-09-26
* avfilter/vf_selectivecolor: reduce number of operations with r/g/b/a pointersPaul B Mahol2021-09-26
* avfilter/vf_selectivecolor: refactor some repeating calculationsPaul B Mahol2021-09-26
* avformat/dv: Set AVFMTCTX_NOHEADER flagAndreas Rheinhardt2021-09-26
* avformat/argo_asf: Use memcpy to copy string without its NULAndreas Rheinhardt2021-09-26
* avformat/jvdec: Make sizeof(JVFrame) smaller to save memoryAndreas Rheinhardt2021-09-26
* webp: fix transforms after a palette with pixel packing.Maryla2021-09-25
* fate/subtitles: Add JACOsub remuxing testAndreas Rheinhardt2021-09-25
* avformat/jacosubenc: Fix writing extradataAndreas Rheinhardt2021-09-25
* avcodec/qsvenc: Remove dead code for user-provided buffersAndreas Rheinhardt2021-09-25
* avcodec/qsvenc: Fix memleaks upon allocation errorsAndreas Rheinhardt2021-09-25
* swresample/aarch64: fix relocation out of range errorZhao Zhili2021-09-25
* lavc/aarch64: fix relocation out of range errorZhao Zhili2021-09-25
* avcodec/libsvtav1: Fix value range for rc modeLimin Wang2021-09-25
* avcodec/libsvtav1: make coded GOP type configurableLimin Wang2021-09-25
* avcodec/libsvtav1: Fix duplicate definition of caps_internalLimin Wang2021-09-25
* avfilter/vf_v360: refactor uf/vf scalingPaul B Mahol2021-09-24
* avcodec/av1_parser: constify some variablesJames Almer2021-09-24
* libavutil/hwcontext_qsv: fix a bug for mapping qsv frame to vaapiWenbin Chen2021-09-23
* avformat/aviobuf: Extend ffio_fill to 64bitsAndreas Rheinhardt2021-09-24
* avformat/omadec: Don't output uninitialized valuesAndreas Rheinhardt2021-09-24
* avformat/riffenc: Fix indentationAndreas Rheinhardt2021-09-24
* avformat/movenchint: Simplify writing paddingAndreas Rheinhardt2021-09-24
* avcodec/elbg: Mark ELBGContext as being unaliased by using av_restrictAndreas Rheinhardt2021-09-24
* avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avfilter/vf_elbg: Check call to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/msvideo1enc: Check all calls to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/cinepakenc: Check all calls to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/elbg: Also allocate buffers for recursion only onceAndreas Rheinhardt2021-09-23
* avcodec/mlpenc: fix encoding stereo single stream in TrueHDPaul B Mahol2021-09-23
* avcodec/mlpdec: fix decoding single stereo stream in TrueHDPaul B Mahol2021-09-23
* avfilter/af_silenceremove: improve trimming middle silencePaul B Mahol2021-09-23