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
2019-02-05avutil/ppc/cpu: Fix power8 linux detectionLauri Kasanen
2019-02-02lavu/imgutils: Use FFABS() instead of abs() for ptrdiff_t.Carl Eugen Hoyos
2019-01-26arm: Create proper .rdata sections for COFFMartin Storsjö
2019-01-22avcodec/mips: [loongson] optimize put_hevc_qpel_hv_8 with mmi.Shiyou Yin
2019-01-20avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr()Michael Niedermayer
2019-01-20avutil/mem: Optimize fill32() by unrolling and using 64bitMichael Niedermayer
2019-01-18lavu/frame: Fix typo.Carl Eugen Hoyos
2019-01-18avutil: add ROI (Region Of Interest) data struct and bump versionGuo, Yejun
2019-01-11intreadwrite: add AV_RL64A, AV_WL64APeter Ross
2018-12-21Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutilMohammad Izadi
2018-12-19lavu/internal: Replace an empty loop with "do {}".Carl Eugen Hoyos
2018-12-16avutil/tests/random_seed: seeds[] is uint32_t, therefore use PRIX32 macroPeter Ross
2018-12-15avutil/avsscanf: do not use long double functionsPaul B Mahol
2018-12-03hwcontext_opencl: Use correct function to enumerate devicesMark Thompson
2018-11-28avpriv_tempfile: add djgpp fallbackPeter Ross
2018-11-28hwcontext_opencl: Only release command queue if it existsMark Thompson
2018-11-27avutil/mem: Fix invalid use of av_alloc_sizeMark Harris
2018-11-24avutil : add YUVA444P12 and YUVA422P12Martin Vignali
2018-11-22avutil/avsscanf: do not use unsupported p suffix for hex variablePaul B Mahol
2018-11-19avutil/avsscanf: use ptrdiff_t instead of off_tPaul B Mahol
2018-11-19avutil/mem: Correct documentation of av_fast_*alloc(z)Andreas Rheinhardt
2018-11-18lavu/avsscanf: Do not mix declaration and code.Carl Eugen Hoyos
2018-11-17avutil/cuda_check: Make sure this passes make fate-sourcePhilip Langdale
2018-11-16lavu: add locale-independent sscanf implementationPaul B Mahol
2018-11-15avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale
2018-11-06pixfmt: Add GRAY10Carl Eugen Hoyos
2018-11-05libavutil: Undeprecate the AVFrame reordered_opaque fieldMartin Storsjö
2018-11-05libavutil: Undeprecate the AVFrame reordered_opaque fieldMartin Storsjö
2018-11-02Bump minor version for master after 4.1 branchpointn4.2-devMichael Niedermayer
2018-11-02Bump minor versions for branching 4.1Michael Niedermayer
2018-10-30lavu/frame: Add error report if av_image_fill_pointers fail.Jun Zhao
2018-10-27avutil/pixdesc: Add av_write_image_line2(), av_read_image_line2()Michael Niedermayer
2018-10-25avutil/integer: Fix integer overflow in av_mul_i()Michael Niedermayer
2018-10-24lavu: bump version, add Changelog entryJosh de Kock
2018-10-23lavc/h264: create AVFrame side data from H.264 timecodesDevin Heitmueller
2018-10-12arm: Emit .thumb_func directivesMartin Storsjö
2018-10-11lavu/qsv: make a copy as libmfx alignment requirement for uploadingZhong Li
2018-10-11lavu/hwcontext_qsv: Add support for AV_PIX_FMT_BGRA.Zhong Li
2018-10-07avutil/tests/parseutils: add some big duration testsMarton Balint
2018-10-07avutil/parseutils: fix some overflows in duration calculationsMarton Balint
2018-10-07avutil/opt: check for minimum and maximum values when setting AV_OPT_TYPE_DUR...Marton Balint
2018-10-06Merge commit '21733b39d0af5211d7b9f168ff3667ea86362e2b'Mark Thompson
2018-10-03lavu/qsv: fix a random hwupload failure regressionZhong Li
2018-09-23hwcontext_vaapi: Improve format mappingMark Thompson
2018-09-23hwcontext_vaapi: Improve logging around quirk detectionMark Thompson
2018-09-21lavu/frame: Add missing conversions from side data enum to nameJun Zhao
2018-09-14Fix typosMichael Bunk
2018-09-14x86/float_dsp: add ff_vector_dmul_{sse2,avx}James Almer
2018-09-12avutil: add float_dsp.vector_dmulPaul B Mahol
2018-09-11Merge commit '642fd4769becc2f4827f8375a3d9e8edd2f5df77'James Almer