summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/mathematics: Document av_rescale_rnd() behavior on non int64 resultsMichael Niedermayer2022-04-071-0/+1
* avutil/common: Add FF_PTR_ADD()Michael Niedermayer2021-09-101-0/+2
* avutil/timecode: Avoid fps overflowMichael Niedermayer2021-09-101-2/+2
* avutil/parseutils: Check sign in av_parse_time()Michael Niedermayer2021-09-101-1/+3
* libavutil/eval: Remove CONFIG_TRAPV special handlingMichael Niedermayer2021-09-101-1/+1
* avutil/timecode: Avoid undefined behavior with large framenumMichael Niedermayer2021-09-101-1/+1
* avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c()Michael Niedermayer2020-10-051-1/+2
* avutil/avsscanf: Add () to avoid integer overflow in scanexp()Michael Niedermayer2020-07-051-2/+2
* avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer2020-07-051-1/+1
* avutil/encryption_info: Don't pass NULL to memcpyAndreas Rheinhardt2020-05-201-2/+4
* avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer2019-12-311-3/+6
* avutil/lfg: Document the AVLFG structMichael Niedermayer2019-12-311-0/+6
* Bump minor versions to separate 4.2 from masterMichael Niedermayer2019-07-211-1/+1
* avutil/softfloat_ieee754: Fix odd bit position for exponent and sign in av_bi...Michael Niedermayer2019-07-211-1/+1
* avutil/mips: refactor msa load and store macros.Shiyou Yin2019-07-191-198/+114
* avutil/hwcontext_vaapi: move kernel_driver into CONFIG_LIBDRMSteven Liu2019-07-111-1/+3
* avutil/mips: optimize UNPCK&SAD macros with MSA2.0 instruction.Shiyou Yin2019-07-101-3/+39
* lavu/frame: Improve ROI documentationMark Thompson2019-07-071-16/+43
* avutil: add FF_DECODE_ERROR_DECODE_SLICES for AVFrame.decode_error_flagsAmir Pauker2019-06-292-1/+2
* avutil: add FF_DECODE_ERROR_CONCEALMENT_ACTIVE flag for AVFrame.decode_error_...Amir Pauker2019-06-162-1/+2
* hwcontext_qsv: Try to select a matching VAAPI device by defaultMark Thompson2019-06-021-3/+12
* hwcontext_vaapi: Try to create devices via DRM before X11Mark Thompson2019-06-021-21/+21
* hwcontext_vaapi: Add option to set driver nameMark Thompson2019-06-021-0/+17
* hwcontext_vaapi: Make default DRM device selection more helpfulMark Thompson2019-06-021-16/+60
* hwcontext_vaapi: Add option to specify connection typeMark Thompson2019-06-021-4/+28
* avutil/dynarry.h: fix comment grammar mistakes of FF_DYNARRAY_ADDSteven Liu2019-06-011-1/+1
* avutil/tx: should check against (*ctx)Ruiling Song2019-05-161-1/+1
* avutil/tx: fix forward compound non-mod-15 based MDCTsLynne2019-05-161-1/+1
* lavu: bump minor and update APIchanges for the new transform APILynne2019-05-161-1/+1
* libavutil: add an FFT & MDCT implementationLynne2019-05-153-0/+886
* avutil: Add NV24 and NV42 pixel formatsPhilip Langdale2019-05-124-2/+30
* avutil/hwcontext_vdpau: Map 444 pix fmts to new VdpYCbCr typesManojGuptaBonda2019-05-052-5/+15
* Merge commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d'James Almer2019-05-021-2/+4
|\
| * time_internal: Prefix fallback versions of gmtime_r/localtime_r with ff_Martin Storsjö2019-04-161-2/+4
| * time_internal: Do not attempt to override *time_r() macrosMichael Niedermayer2019-04-161-2/+2
* | lavu/hwcontext_qsv: Fix the realign check for hwuploadLinjie Fu2019-04-301-2/+1
* | avutil/avstring: Fix bug and undefined behavior in av_strncasecmp()Michael Niedermayer2019-04-241-2/+3
* | lavu/hwcontext_d3d: Cast src pointers calling av_image_copy*().Carl Eugen Hoyos2019-04-192-4/+4
* | avutil/colorspace: add macros for RGB->YUV BT.709Gyan Doshi2019-04-191-0/+28
* | lavu/hwcontext_qsv: Mark a pointer as const.Carl Eugen Hoyos2019-04-161-1/+2
* | avcodec/videotoolbox: add support for 10bit pixel formatfumoboy0072019-04-161-0/+3
* | libavutil/hwcontext_opencl: Fix channel order in format support checkJarek Samic2019-04-091-6/+3
* | avutil/hcontext_cuda: Remove unnecessary stream synchronisationPhilip Langdale2019-03-301-4/+0
* | lavu/opencl: replace va_ext.h with standard nameRuiling Song2019-03-221-1/+1
* | lavu/qsv: allow surface size larger than requirementZhong Li2019-03-181-1/+1
* | avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functionsgxw2019-02-271-0/+15
* | avutil/cuda_check: Fix non-dynamic-loader implementationPhilip Langdale2019-02-241-2/+5
* | Merge commit '41cf3e3b1ca375962951fde1b90a03b16197d205'James Almer2019-02-202-0/+4
|\ \ | |/
| * arm: Create proper .rdata sections for COFFMartin Storsjö2019-01-252-0/+4
| * pixfmt: Add GRAY10Carl Eugen Hoyos2018-11-063-2/+28