Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-26avutil/thread: fix strict_pthread_cond_timedwaitMarton Balint
2020-01-23libavutil: x86: Include stdlib.h before using _byteswap_ulongMartin Storsjö
2020-01-23configure: Check for GetStdHandle in addition to SetConsoleTextAttributeMartin Storsjö
2020-01-22avutil/log: Move log_level_offset_offset code from av_log() to v_log()Michael Niedermayer
2020-01-22avutil/thread: Add pthread_cond_timedwait functionMatt Oliver
2020-01-14avutil/avstring: Fix warning: ISO C90 forbids mixed declarations and codeLimin Wang
2020-01-07Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos
2020-01-04libavutil/opt: fix memory leak after av_dict_parse_string failJun Zhao
2019-12-28avutil/eval: Add av_expr_count_func() similar to av_expr_count_vars()Michael Niedermayer
2019-12-27avutil/tests/opt: add av_opt_get/av_opt_set testsMarton Balint
2019-12-27avutil/tests/opt: add tests for AV_OPT_TYPE_DICTMarton Balint
2019-12-27avutil/opt: add full support for AV_OPT_TYPE_DICTMarton Balint
2019-12-26avutil/buffer: add av_buffer_pool_buffer_get_opaqueMarton Balint
2019-12-16lavu/log: Also print the log level for level trace.Carl Eugen Hoyos
2019-12-14lavu/pixfmt: Cosmetics, remove wrong end-of-comment markers.Carl Eugen Hoyos
2019-12-06avutil/buffer: use appropriate atomic operationsZhao Zhili
2019-11-26avutil/hwcontext_cuda: allow using primary CUDA device contextOleg Dobkin
2019-11-25avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer
2019-11-17avutil/eval: add function to track variable useGyan Doshi
2019-11-12avutil/frame: fix remove_side_dataZhao Zhili
2019-11-09avutil/lfg: Document the AVLFG structMichael Niedermayer
2019-10-30avcodec/mips: msa optimizations for vc1dspgxw
2019-10-14avutil/opt: print runtime flag tooPaul B Mahol
2019-10-14avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flagPaul B Mahol
2019-10-12avutil/eval: add sgn()Paul B Mahol
2019-10-08avutil/avstring: support input path as a null pointer or empty stringLimin Wang
2019-10-06avutil/common: Fix underflow for ROUNDED_DIV with unsigned integerMengye Lv
2019-09-27lavu/qsv: remove redundant version queryZhong Li
2019-09-22avutil/opt: Fix type specifierAndreas Rheinhardt
2019-09-21avutil/encryption_info: Don't pass NULL to memcpyAndreas Rheinhardt
2019-09-21avutil/opt: Print out numeric values of option constantsSoft Works
2019-09-21avutil/opt: Fix printing integer option defaultsSoft Works
2019-09-18avutil/common: Fix undefined shiftAndreas Rheinhardt
2019-09-16avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros.gxw
2019-09-04avutil/version: bump for hwcontext_videotoolbox api changeAman Gupta
2019-09-04avcodec/videotoolbox: add support for full range pixel formatsAkemi
2019-09-02avutil/pixfmt: Add EBU Tech. 3213-E AVColorPrimaries valueRaphaël Zumer
2019-08-31avutil/mathematics: Fix 2 overflows in av_add_stable()Michael Niedermayer
2019-08-30avutil/file: add more check befor destory the bufferJun Zhao
2019-08-30avutil/file: always set *size to zero if *bufptr is NULLJun Zhao
2019-08-22avutil/imgutils: remove dead assignmentMarton Balint
2019-08-22Add assembly support for -fsanitize=hwaddress tagged globals.Peter Collingbourne
2019-08-15avutil/mips: remove redundant code in TRANSPOSE16x8_UB_UB.Shiyou Yin
2019-08-13avutil/mips: refine msa macros CLIP_*.gxw
2019-08-02avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1.Shiyou Yin
2019-08-02lavu/tx: add support for double precision FFT and MDCTLynne
2019-07-30lavu/hwcontext_qsv: fix the memory leakLinjie Fu
2019-07-21Bump minor versions again on master to keep 4.2 versions separate from mastern4.3-devMichael Niedermayer
2019-07-21Bump minor versions to separate 4.2 from masterMichael Niedermayer
2019-07-21avutil/softfloat_ieee754: Fix odd bit position for exponent and sign in av_bi...Michael Niedermayer