aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/thread: fix strict_pthread_cond_timedwaitMarton Balint2020-01-251-9/+15
* libavutil: x86: Include stdlib.h before using _byteswap_ulongMartin Storsjö2020-01-231-0/+1
* configure: Check for GetStdHandle in addition to SetConsoleTextAttributeMartin Storsjö2020-01-231-3/+3
* avutil/log: Move log_level_offset_offset code from av_log() to v_log()Michael Niedermayer2020-01-221-4/+4
* avutil/thread: Add pthread_cond_timedwait functionMatt Oliver2020-01-211-0/+7
* avutil/avstring: Fix warning: ISO C90 forbids mixed declarations and codeLimin Wang2020-01-141-3/+5
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-061-1/+1
* libavutil/opt: fix memory leak after av_dict_parse_string failJun Zhao2020-01-041-2/+6
* avutil/eval: Add av_expr_count_func() similar to av_expr_count_vars()Michael Niedermayer2019-12-283-9/+35
* avutil/tests/opt: add av_opt_get/av_opt_set testsMarton Balint2019-12-271-0/+41
* avutil/tests/opt: add tests for AV_OPT_TYPE_DICTMarton Balint2019-12-271-0/+5
* avutil/opt: add full support for AV_OPT_TYPE_DICTMarton Balint2019-12-272-8/+53
* avutil/buffer: add av_buffer_pool_buffer_get_opaqueMarton Balint2019-12-263-2/+23
* lavu/log: Also print the log level for level trace.Carl Eugen Hoyos2019-12-161-0/+2
* lavu/pixfmt: Cosmetics, remove wrong end-of-comment markers.Carl Eugen Hoyos2019-12-141-12/+12
* avutil/buffer: use appropriate atomic operationsZhao Zhili2019-12-051-3/+3
* avutil/hwcontext_cuda: allow using primary CUDA device contextOleg Dobkin2019-11-264-11/+59
* avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer2019-11-241-3/+6
* avutil/eval: add function to track variable useGyan Doshi2019-11-173-2/+28
* avutil/frame: fix remove_side_dataZhao Zhili2019-11-112-3/+2
* 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 mastern4.3-devMichael 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