summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec/hapdec: Change compressed_offset to unsigned 32bitMichael Niedermayer2021-02-20
* avcodec/libvpxenc: optimize parsing vpx_svc_ref_frame_configWonkap Jang2021-02-19
* fftools/ffplay: reindent and some minor cosmeticsMarton Balint2021-02-19
* fftools/ffplay: use av_packet_alloc() to allocate packetsMarton Balint2021-02-19
* fftools/ffplay: use context AVPacket in decoder_decode_frame()Marton Balint2021-02-19
* fftools/ffplay: get rid of flush_pktMarton Balint2021-02-19
* avcodec/cfhdenc: use pts instead of frame numberPaul B Mahol2021-02-19
* avfilter/vf_ssim: add slice threadingPaul B Mahol2021-02-19
* avfilter/vf_psnr: add support for slice threadingPaul B Mahol2021-02-19
* avcodec/indeo3: add support for more dimensionsPaul B Mahol2021-02-19
* tests/checkasm/sw_scale: use memset() to fill ditherJames Almer2021-02-19
* checkasm/sw_scale: properly initialize src_pixer and filter_coeff buffersAlan Kelly2021-02-19
* avfilter/vf_vif: Remove superfluous ';'Andreas Rheinhardt2021-02-19
* avformat/mpegenc: Forward error codeAndreas Rheinhardt2021-02-19
* avformat/mpegenc: Avoid adding invalid packet to queueAndreas Rheinhardt2021-02-19
* avformat/mpegenc: Fix leak in case trailer is never writtenAndreas Rheinhardt2021-02-19
* avformat/mpegenc: Ensure packet queue stays validAndreas Rheinhardt2021-02-19
* avutil/video_enc_params: Check for truncation before creating bufferAndreas Rheinhardt2021-02-19
* avutil/video_enc_params: Combine overflow checksAndreas Rheinhardt2021-02-19
* swscale/x86/yuv2yuvX: use the movsxdifnidn helper macroJames Almer2021-02-18
* swscale/x86/yuv2yuvX: use movq to load 8 bytes in all non-AVX2 functionsJames Almer2021-02-18
* swscale/x86/yuv2yuvX: use the SPLATW helper macroJames Almer2021-02-18
* swscale/x86/swscale: fix mix of inline and external function definitionsJames Almer2021-02-18
* lavc/aarch64: add HEVC sao_band NEONJosh Dekker2021-02-18
* lavc/aarch64: add HEVC idct_dc NEONJosh Dekker2021-02-18
* lavc/aarch64: port HEVC add_residual NEONReimar Döffinger2021-02-18
* lavc/aarch64: port HEVC SIMD idct NEONReimar Döffinger2021-02-18
* avcodec: add initial exr image encoderPaul B Mahol2021-02-18
* dnn_backend_openvino.c: allow out_frame as NULL for analytic caseTing Fu2021-02-18
* dnn: add color conversion for analytic caseGuo, Yejun2021-02-18
* dnn_interface.h: add enum DNNColorOrderGuo, Yejun2021-02-18
* dnn: add function type for modelGuo, Yejun2021-02-18
* dnn: extract common functions used by different filtersGuo, Yejun2021-02-18
* dnn_backend_openvino.c: fix multi-thread issue for async executionGuo, Yejun2021-02-18
* dnn_backend_openvino.c: fix mismatch between ffmpeg(NHWC) and openvino(NCHW)Guo, Yejun2021-02-18
* swscale/x86/swscale: fix compilation with old yasmJames Almer2021-02-17
* checkasm/sw_scale: use av_free() instead of free()James Almer2021-02-17
* avfilter/vf_pseudocolor: Add missing bracesMark Thompson2021-02-17
* swscale: move yuv2yuvX_sse3 to yasm, unrolls main loopAlan Kelly2021-02-17
* x86/vf_gblur: fix reg name in UNIX64 prologueJames Almer2021-02-17
* avfilter/vf_gblur: add missing arch checkJames Almer2021-02-17
* checkasm/vf_gblur: add a test for postscale_sliceJames Almer2021-02-17
* checkasm/vf_gblur: split off the horiz_slice test into its own functionJames Almer2021-02-17
* x86/vf_gblur: fix postscale_slice prologueJames Almer2021-02-17
* lavfi/drawtext: ignore final LF of textfile.Nicolas George2021-02-17
* avformat/ircamdec: use lrintf() for roundingPaul B Mahol2021-02-16
* lavc/aacdec_template: Fix 7.1 decoding with default strictness.KM2021-02-16
* avformat/mxfenc: Discard audio until valid video has been receivedAndreas Rheinhardt2021-02-16
* tests/fate-run.sh: Don't overlook errors from md5 testsAndreas Rheinhardt2021-02-16
* fate/mxf: Fix d10-user-comments testAndreas Rheinhardt2021-02-16