summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/lfg: Document the AVLFG structMichael Niedermayer2019-11-091-0/+6
* avcodec/mips: msa optimizations for vc1dspgxw2019-10-301-0/+3
* avutil/opt: print runtime flag tooPaul B Mahol2019-10-141-0/+1
* avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flagPaul B Mahol2019-10-142-1/+2
* avutil/eval: add sgn()Paul B Mahol2019-10-121-0/+4
* avutil/avstring: support input path as a null pointer or empty stringLimin Wang2019-10-082-8/+17
* avutil/common: Fix underflow for ROUNDED_DIV with unsigned integerMengye Lv2019-10-061-1/+1
* lavu/qsv: remove redundant version queryZhong Li2019-09-271-5/+0
* avutil/opt: Fix type specifierAndreas Rheinhardt2019-09-221-1/+1
* avutil/encryption_info: Don't pass NULL to memcpyAndreas Rheinhardt2019-09-201-2/+4
* avutil/opt: Print out numeric values of option constantsSoft Works2019-09-201-3/+8
* avutil/opt: Fix printing integer option defaultsSoft Works2019-09-201-1/+18
* avutil/common: Fix undefined shiftAndreas Rheinhardt2019-09-181-1/+1
* avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros.gxw2019-09-161-49/+31
* avutil/version: bump for hwcontext_videotoolbox api changeAman Gupta2019-09-041-1/+1
* avcodec/videotoolbox: add support for full range pixel formatsAkemi2019-09-042-6/+20
* avutil/pixfmt: Add EBU Tech. 3213-E AVColorPrimaries valueRaphaël Zumer2019-09-013-3/+4
* avutil/mathematics: Fix 2 overflows in av_add_stable()Michael Niedermayer2019-08-311-1/+5
* avutil/file: add more check befor destory the bufferJun Zhao2019-08-301-1/+1
* avutil/file: always set *size to zero if *bufptr is NULLJun Zhao2019-08-301-0/+5
* avutil/imgutils: remove dead assignmentMarton Balint2019-08-221-1/+0
* Add assembly support for -fsanitize=hwaddress tagged globals.Peter Collingbourne2019-08-221-0/+8
* avutil/mips: remove redundant code in TRANSPOSE16x8_UB_UB.Shiyou Yin2019-08-151-2/+0
* avutil/mips: refine msa macros CLIP_*.gxw2019-08-131-70/+49
* avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1.Shiyou Yin2019-08-021-1/+1
* lavu/tx: add support for double precision FFT and MDCTLynne2019-08-028-677/+822
* lavu/hwcontext_qsv: fix the memory leakLinjie Fu2019-07-301-0/+2
* Bump minor versions again on master to keep 4.2 versions separate from masterMichael Niedermayer2019-07-211-1/+1
* 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
OpenPOWER on IntegriCloud