summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* avutil/hwcontext_d3d11va: Use secure dlopen.Matt Oliver2020-02-15
* lavu/tx: improve 3-point fixed precisionLynne2020-02-14
* lavu/tx: slightly optimize fft15Lynne2020-02-13
* lavu/tx: undef the correct macroLynne2020-02-13
* lavu/tx: implement 32 bit fixed point FFT and MDCTLynne2020-02-13
* avutil/log: Add av_log_once() for printing a message just once with a high lo...Michael Niedermayer2020-02-12
* avutil/log: add support for multibyte console log for win32Marton Balint2020-02-09
* avutil/log: add support for forced ANSI colors on win32Marton Balint2020-02-09
* avutil/log: fix detecting console mode on Win32Marton Balint2020-02-09
* avutil/log: factorize ansi_fputsMarton Balint2020-02-09
* avutil/log: drop support for NO_COLOR environment variableMarton Balint2020-02-09
* lavu/tx: mention FFT output is not normalizedLynne2020-02-08
* lavu: bump minor version for the Vulkan patchsetLynne2020-02-04
* lavu/hwcontext_cuda: refactor context initialisationPhilip Langdale2020-02-04
* lavu: add Vulkan hwcontext codeLynne2020-02-04
* lavu/hwcontext: Add support for HW -> HW transfersPhilip Langdale2020-02-04
* avutil/common: warn about possible move of the data pointer after the last 0 ...Marton Balint2020-01-31
* avutil/common: put ERROR statements into separate code blocks in GET_UTF8/16Marton Balint2020-01-31
* avutil/common: add parenthesis around GET_16BIT in GET_UTF16Marton Balint2020-01-31
* avutil/common: use unsigned int in GET_UTF8Marton Balint2020-01-31
* avutil/thread: fix strict_pthread_cond_timedwaitMarton Balint2020-01-25
* libavutil: x86: Include stdlib.h before using _byteswap_ulongMartin Storsjö2020-01-23
* configure: Check for GetStdHandle in addition to SetConsoleTextAttributeMartin Storsjö2020-01-23
* avutil/log: Move log_level_offset_offset code from av_log() to v_log()Michael Niedermayer2020-01-22
* avutil/thread: Add pthread_cond_timedwait functionMatt Oliver2020-01-21
* avutil/avstring: Fix warning: ISO C90 forbids mixed declarations and codeLimin Wang2020-01-14
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-06
* libavutil/opt: fix memory leak after av_dict_parse_string failJun Zhao2020-01-04
* avutil/eval: Add av_expr_count_func() similar to av_expr_count_vars()Michael Niedermayer2019-12-28
* avutil/tests/opt: add av_opt_get/av_opt_set testsMarton Balint2019-12-27
* avutil/tests/opt: add tests for AV_OPT_TYPE_DICTMarton Balint2019-12-27
* avutil/opt: add full support for AV_OPT_TYPE_DICTMarton Balint2019-12-27
* avutil/buffer: add av_buffer_pool_buffer_get_opaqueMarton Balint2019-12-26
* lavu/log: Also print the log level for level trace.Carl Eugen Hoyos2019-12-16
* lavu/pixfmt: Cosmetics, remove wrong end-of-comment markers.Carl Eugen Hoyos2019-12-14
* avutil/buffer: use appropriate atomic operationsZhao Zhili2019-12-05
* avutil/hwcontext_cuda: allow using primary CUDA device contextOleg Dobkin2019-11-26
* avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer2019-11-24
* avutil/eval: add function to track variable useGyan Doshi2019-11-17
* avutil/frame: fix remove_side_dataZhao Zhili2019-11-11
* avutil/lfg: Document the AVLFG structMichael Niedermayer2019-11-09
* avcodec/mips: msa optimizations for vc1dspgxw2019-10-30
* avutil/opt: print runtime flag tooPaul B Mahol2019-10-14
* avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flagPaul B Mahol2019-10-14
* avutil/eval: add sgn()Paul B Mahol2019-10-12
* avutil/avstring: support input path as a null pointer or empty stringLimin Wang2019-10-08
* avutil/common: Fix underflow for ROUNDED_DIV with unsigned integerMengye Lv2019-10-06
* lavu/qsv: remove redundant version queryZhong Li2019-09-27
* avutil/opt: Fix type specifierAndreas Rheinhardt2019-09-22
* avutil/encryption_info: Don't pass NULL to memcpyAndreas Rheinhardt2019-09-20