summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fftools/ffmpeg_filter: Don't write string that is never usedAndreas Rheinhardt2021-04-10
* fftools/ffmpeg_filter: Avoid allocations when configuring output filtersAndreas Rheinhardt2021-04-10
* avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmtsAndreas Rheinhardt2021-04-10
* avcodec/ljpegenc: Allow full range yuv420p, yuv422p, yuv444p by defaultAndreas Rheinhardt2021-04-10
* avcodec/mpegvideo_enc: Remove redundant pixel format checksAndreas Rheinhardt2021-04-10
* avcodec/mjpegenc: Remove dependency of AMV encoder on mjpegenc_huffmanAndreas Rheinhardt2021-04-10
* avcodec/mpegvideo_enc: Make AMV encoder usable without MJPEG encoderAndreas Rheinhardt2021-04-10
* avcodec/proresenc_kostya: Remove harmful checkAndreas Rheinhardt2021-04-10
* Changelog: Add new <next> line after 4.4Michael Niedermayer2021-04-09
* Changelog: replace <next> by 4.4Michael Niedermayer2021-04-09
* lavc/pngdec: always create a copy for APNG_DISPOSE_OP_BACKGROUNDAnton Khirnov2021-04-08
* avcodec/msp2dec: Check available space in RLE decoderMichael Niedermayer2021-04-08
* avformat/webvttenc: Fix use of uninitialized variableAndreas Rheinhardt2021-04-08
* avcodec/mpegvideo_enc: Don't segfault on unorthodox mpeg_quantAndreas Rheinhardt2021-04-08
* avcodec/encode: Fix check for allowed LJPEG pixel formatsAndreas Rheinhardt2021-04-08
* avformat/rmdec: Don't rely on unspecified order of evaluationAndreas Rheinhardt2021-04-08
* avformat/rmdec: Fix memleaks upon read_header failureAndreas Rheinhardt2021-04-08
* fftools/ffmpeg: copy average framerate for streamcopy, when knownAnton Khirnov2021-04-08
* lavf: do not derive timebase from avg_frame_rateAnton Khirnov2021-04-08
* fftools/ffmpeg: when framerate is set, prefer its inverse as output timebaseAnton Khirnov2021-04-08
* lavf/movenc: use framerate correctly in mov_write_tmcd_tagAnton Khirnov2021-04-08
* lavc: postpone FF_API_AVCTX_TIMEBASEAnton Khirnov2021-04-08
* lavf: postpone removal of FF_API_COMPUTE_PKT_FIELDS2Anton Khirnov2021-04-08
* lavf/webvttenc: fix avio_printf argument types after bumpAnton Khirnov2021-04-08
* lavf/matroskaenc: fix avio_printf argument types after bumpAnton Khirnov2021-04-08
* lavc/pngdec: use a separate bytestream reader for each chunkAnton Khirnov2021-04-08
* lavc/pngdec: improve chunk length checkAnton Khirnov2021-04-08
* tests/fate: add tests for PNG side/meta dataAnton Khirnov2021-04-08
* lavc/pngdec: restructure exporting frame meta/side dataAnton Khirnov2021-04-08
* lavc/pngdec: remove unnecessary context variablesAnton Khirnov2021-04-08
* lavc/pngdec: perform APNG blending in-placeAnton Khirnov2021-04-08
* avcodec/vc1dec: Fix memleak upon allocation errorAndreas Rheinhardt2021-04-08
* lavfi/dnn: add post process for detectionGuo, Yejun2021-04-08
* lavfi/dnn: refine code for frame pre/proc processingGuo, Yejun2021-04-08
* lavfi/dnn_backend_openvino.c: only allow DFT_PROCESS_FRAME to get output dimGuo, Yejun2021-04-08
* avcodec/h261dec: Initialize IDCT context during initAndreas Rheinhardt2021-04-08
* avcodec/rv34, mpegvideo: Fix segfault upon frame size change errorAndreas Rheinhardt2021-04-08
* avcodec/rv10: Don't presume context to be initializedAndreas Rheinhardt2021-04-08
* avcodec/mpegvideo: Factor common freeing code outAndreas Rheinhardt2021-04-08
* avcodec/mpegvideo: Fix memleak upon allocation errorAndreas Rheinhardt2021-04-08
* Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt2021-04-08
* avformat/url: add ff_make_absolulte_url2 to be able to test windows path casesMarton Balint2021-04-07
* avformat/url: fix ff_make_absolute_url with Windows file pathsMarton Balint2021-04-07
* avformat/utils: add helper functions to retrieve index entries from an AVStreamJames Almer2021-04-07
* doc/muxers: fix alphabetical sorting of entriesGyan Doshi2021-04-07
* mov: Skip computing SAR from invalid display matrix elementsVittorio Giovara2021-04-06
* avcodec/bsf: Simplify getting codec nameAndreas Rheinhardt2021-04-06
* avformat/mov: check offset for overflow in mov_probe()Michael Niedermayer2021-04-05
* avcodec/options: Remove always-true checkAndreas Rheinhardt2021-04-05
* avutil/frame: Return 0 on success in av_frame_ref()Andreas Rheinhardt2021-04-05