116786 Commits (e758b24396a427598ebb13e1589f6aeccdae0466)
 

Author SHA1 Message Date
J. Dekker e758b24396 checkasm: add wildcompares for test & functions 4 months ago
J. Dekker d0986709a8 checkasm: improve print format 4 months ago
J. Dekker 03f26549cd checkasm: print only results to stdout 4 months ago
J. Dekker 42528ff835 checkasm: add csv/tsv bench output 4 months ago
Anton Khirnov d89930f866 lavu/opt: add API for retrieving array-type option values 4 months ago
Anton Khirnov 4a5bb84515 lavu/opt: forward av_opt_get_video_rate() to av_opt_get_q() 4 months ago
Anton Khirnov efe38286d1 lavu/opt: document underlying C types for enum AVOptionType 4 months ago
Ramiro Polla 7e4784e40c avcodec/mpegvideoencdsp: speed up draw_edges_8_c by inlining it for all used edge widths 4 months ago
Ramiro Polla 3bfce2a104 avcodec/x86/mpegvideoencdsp: speed up draw_edges_mmx by using memcpy() 4 months ago
Ramiro Polla 9cdcbb639a avcodec/x86/mpegvideoencdsp: fix comment for draw_edges_mmx 4 months ago
Ramiro Polla 8c203ea7c7 avcodec/aarch64/mpegvideoencdsp: add dotprod implementation for pix_norm1 4 months ago
Ramiro Polla 9f68a3712e avcodec/aarch64/mpegvideoencdsp: add neon implementations for pix_sum and pix_norm1 4 months ago
Ramiro Polla 834964ce1a checkasm/mpegvideoencdsp: add pix_sum, pix_norm1, and draw_edges 4 months ago
Ramiro Polla f9074427db avcodec/x86/mpegvideoencdsp: support negative strides in draw_edges_mmx() 4 months ago
Ramiro Polla 98610fe95f fate/checkasm: run the sw_yuv2yuv test 4 months ago
Zhao Zhili 12cdb30e37 avcodec/videotoolboxenc: Fix leaking of supported_props 4 months ago
Ramiro Polla 420d443600 swscale/aarch64: cosmetics fix (spaces inside curly braces) 4 months ago
Ramiro Polla 52887683e9 swscale/aarch64: add nv24/nv42 to yuv420p unscaled converter 4 months ago
Ramiro Polla 88a563ad18 swscale: export ff_copyPlane so it may be used by simd code 4 months ago
Ramiro Polla a2e01cade8 checkasm/yuv2yuv: add tests for semiplanar unscaled converters 4 months ago
Ramiro Polla 4eb5594295 swscale: add nv24/nv42 to yuv420p unscaled converter 4 months ago
Zhao Zhili aa14f9fe63 avcodec/mediacodecdec: Skip dequeue buffer in draining state 4 months ago
Zhao Zhili 2e370805da avfilter/unsharp: Merge header into .c 4 months ago
Stefan Oltmanns d42cd5b75b avformat/vapoursynth: load library at runtime 4 months ago
Stefan Oltmanns eac611f1a4 avformat/vapoursynth: Update to API version 4 4 months ago
Ramiro Polla abb4e13a0a avutil/aarch64: add AV_COPY128 and AV_ZERO128 macros 4 months ago
Zhao Zhili 40dda881d6 avcodec/filter_units: Fix extradata and packets can have different bitstream format 4 months ago
Zhao Zhili 523189c744 fftools/ffplay: handle flip in display matrix 4 months ago
Gnattu OC 30f090b4f8 avfilter: inherit input color range for videotoolbox filters 4 months ago
Martin Storsjö cfe0a36352 libswscale: aarch64: Fix the indentation of some macro invocations 4 months ago
James Almer 9d15fe77e3 avcodec/container_fifo: add missing stddef.h include 4 months ago
James Almer a754ee0844 avcodec/h2645_parse: replace three bool arguments in ff_h2645_packet_split with a single flags one 4 months ago
James Almer 8060644237 avcodec/shorten: Fix discard of ‘const’ qualifier 4 months ago
Martin Storsjö 507c2a5774 libswscale: arm: Don't assume aligned output in yuv2rgb functions 4 months ago
Anton Khirnov 52471b56ba lavfi: make FFFilterContext private to generic code 4 months ago
Anton Khirnov f19c988911 lavfi/filters: move functions only used by generic code to avfilter_internal.h 4 months ago
Anton Khirnov 6d75d44d90 lavfi: drop internal.h 4 months ago
Anton Khirnov 90e4af65e1 lavfi/f_streamselect: remove a no-op ff_filter_config_links() call 4 months ago
Anton Khirnov a2314308f2 lavfi/inernal: move ff_fmt_is_regular_yuv() declaration to video.h 4 months ago
Anton Khirnov a83a30e899 lavfi: move ff_parse_{sample_rate,channel_layout}() to audio.[ch] 4 months ago
Anton Khirnov f4bfdf7893 lavfi: move ff_parse_pixel_format() to vf_format, its only caller 4 months ago
Anton Khirnov 1afe42852b lavfi/internal: move functions used by filters to filters.h 4 months ago
Rémi Denis-Courmont d8fb44c0aa lavc/mpegvideoencdsp: R-V V add_8x8basis 4 months ago
Rémi Denis-Courmont 1907dd7f23 lavc/mpegvideoencdsp: R-V V try_8x8basis 4 months ago
Rémi Denis-Courmont 0fd37c00d7 lavc/mpegvideoencdsp: R-V V pix_norm1 4 months ago
Rémi Denis-Courmont 63d016aea5 lavc/mpegvideoencdsp: R-V V pix_sum 4 months ago
Anton Khirnov 631a725670 lavc/hevcdec: call ff_thread_finish_setup() even if hwaccel is in use 4 months ago
Anton Khirnov 4b9adb35b6 lavc/hevcdec: simplify output logic 4 months ago
Anton Khirnov 79afc45c03 lavc/hevcdec: use a ContainerFifo to hold frames scheduled for output 4 months ago
Anton Khirnov 4bda7f288c lavc/videotoolbox: drop HEVC cropping from start_frame rather than end_frame 4 months ago