4928 Commits (2bd21b96096320bc12532119a6b0f7a974db6c19)

Author SHA1 Message Date
Amir Pauker a30e44098a avutil: add FF_DECODE_ERROR_DECODE_SLICES for AVFrame.decode_error_flags 5 years ago
Amir Pauker edfced8c04 avutil: add FF_DECODE_ERROR_CONCEALMENT_ACTIVE flag for AVFrame.decode_error_flags 6 years ago
Mark Thompson 468f003843 hwcontext_qsv: Try to select a matching VAAPI device by default 6 years ago
Mark Thompson 0b4696fbe8 hwcontext_vaapi: Try to create devices via DRM before X11 6 years ago
Mark Thompson 7f3f5a24a1 hwcontext_vaapi: Add option to set driver name 6 years ago
Mark Thompson 6b6b8a6371 hwcontext_vaapi: Make default DRM device selection more helpful 6 years ago
Mark Thompson d2141a9b65 hwcontext_vaapi: Add option to specify connection type 6 years ago
Steven Liu 76ef18fd39 avutil/dynarry.h: fix comment grammar mistakes of FF_DYNARRAY_ADD 6 years ago
Ruiling Song 65646db8e8 avutil/tx: should check against (*ctx) 6 years ago
Lynne 6044534964 avutil/tx: fix forward compound non-mod-15 based MDCTs 6 years ago
Lynne 87ee9d580c lavu: bump minor and update APIchanges for the new transform API 6 years ago
Lynne b79b29ddb1 libavutil: add an FFT & MDCT implementation 6 years ago
Philip Langdale 5de4f1d871 avutil: Add NV24 and NV42 pixel formats 6 years ago
ManojGuptaBonda d617d54efa avutil/hwcontext_vdpau: Map 444 pix fmts to new VdpYCbCr types 6 years ago
Linjie Fu 2d81acaa1a lavu/hwcontext_qsv: Fix the realign check for hwupload 6 years ago
Michael Niedermayer 6f0e9a8634 avutil/avstring: Fix bug and undefined behavior in av_strncasecmp() 6 years ago
Carl Eugen Hoyos a24a1523e8 lavu/hwcontext_d3d: Cast src pointers calling av_image_copy*(). 6 years ago
Gyan Doshi 3bef1dab6e avutil/colorspace: add macros for RGB->YUV BT.709 6 years ago
Carl Eugen Hoyos 5ba769214f lavu/hwcontext_qsv: Mark a pointer as const. 6 years ago
Martin Storsjö c4642788e8 time_internal: Prefix fallback versions of gmtime_r/localtime_r with ff_ 6 years ago
Michael Niedermayer 9485cce6d5 time_internal: Do not attempt to override *time_r() macros 6 years ago
fumoboy007 036b4b0f85 avcodec/videotoolbox: add support for 10bit pixel format 6 years ago
Jarek Samic 1c50d61a5a libavutil/hwcontext_opencl: Fix channel order in format support check 6 years ago
Philip Langdale 52d8f35b14 avutil/hcontext_cuda: Remove unnecessary stream synchronisation 6 years ago
Ruiling Song 61cb505d18 lavu/opencl: replace va_ext.h with standard name 6 years ago
Zhong Li 15d016be30 lavu/qsv: allow surface size larger than requirement 6 years ago
gxw 4571c7c05d avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functions 6 years ago
Philip Langdale 96d79ff5b5 avutil/cuda_check: Fix non-dynamic-loader implementation 6 years ago
Timo Rothenpieler 15c6390139 avutil/cuda_check: avoid pointlessly exporting same symbol from two libraries 6 years ago
Carl Eugen Hoyos 0cac68bcf9 lavu/parseutils: Allow to parse >= 100 hours. 6 years ago
Lauri Kasanen fc6022e108 avutil/ppc/cpu: Fix power8 linux detection 6 years ago
Carl Eugen Hoyos 73d4efc596 lavu/imgutils: Use FFABS() instead of abs() for ptrdiff_t. 6 years ago
Martin Storsjö 41cf3e3b1c arm: Create proper .rdata sections for COFF 6 years ago
Shiyou Yin 6d19164811 avcodec/mips: [loongson] optimize put_hevc_qpel_hv_8 with mmi. 6 years ago
Michael Niedermayer f64c0dffa1 avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr() 6 years ago
Michael Niedermayer 12b1338be3 avutil/mem: Optimize fill32() by unrolling and using 64bit 6 years ago
Carl Eugen Hoyos 399c8e860f lavu/frame: Fix typo. 6 years ago
Guo, Yejun 1ef4828276 avutil: add ROI (Region Of Interest) data struct and bump version 6 years ago
Peter Ross b4e6d1f597 intreadwrite: add AV_RL64A, AV_WL64A 6 years ago
Mohammad Izadi 2744d6b364 Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutil 6 years ago
Carl Eugen Hoyos a07470ba37 lavu/internal: Replace an empty loop with "do {}". 6 years ago
Peter Ross 436bffaca2 avutil/tests/random_seed: seeds[] is uint32_t, therefore use PRIX32 macro 6 years ago
Paul B Mahol be60dc2145 avutil/avsscanf: do not use long double functions 6 years ago
Mark Thompson 21608bc303 hwcontext_opencl: Use correct function to enumerate devices 6 years ago
Peter Ross 331715534a avpriv_tempfile: add djgpp fallback 6 years ago
Mark Thompson b9aff7a53d hwcontext_opencl: Only release command queue if it exists 6 years ago
Mark Harris 4361293fcf avutil/mem: Fix invalid use of av_alloc_size 6 years ago
Martin Vignali 80b0624099 avutil : add YUVA444P12 and YUVA422P12 6 years ago
Paul B Mahol 7d70f09307 avutil/avsscanf: do not use unsupported p suffix for hex variable 6 years ago
Paul B Mahol 277fd9c2ac avutil/avsscanf: use ptrdiff_t instead of off_t 6 years ago