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-05-17avutil/tx: should check against (*ctx)Ruiling Song
2019-05-16avutil/tx: fix forward compound non-mod-15 based MDCTsLynne
2019-05-16lavu: bump minor and update APIchanges for the new transform APILynne
2019-05-15libavutil: add an FFT & MDCT implementationLynne
2019-05-12avutil: Add NV24 and NV42 pixel formatsPhilip Langdale
2019-05-05avutil/hwcontext_vdpau: Map 444 pix fmts to new VdpYCbCr typesManojGuptaBonda
2019-05-02Merge commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d'James Almer
2019-04-30lavu/hwcontext_qsv: Fix the realign check for hwuploadLinjie Fu
2019-04-24avutil/avstring: Fix bug and undefined behavior in av_strncasecmp()Michael Niedermayer
2019-04-19lavu/hwcontext_d3d: Cast src pointers calling av_image_copy*().Carl Eugen Hoyos
2019-04-19avutil/colorspace: add macros for RGB->YUV BT.709Gyan Doshi
2019-04-16lavu/hwcontext_qsv: Mark a pointer as const.Carl Eugen Hoyos
2019-04-16time_internal: Prefix fallback versions of gmtime_r/localtime_r with ff_Martin Storsjö
2019-04-16time_internal: Do not attempt to override *time_r() macrosMichael Niedermayer
2019-04-16avcodec/videotoolbox: add support for 10bit pixel formatfumoboy007
2019-04-10libavutil/hwcontext_opencl: Fix channel order in format support checkJarek Samic
2019-03-30avutil/hcontext_cuda: Remove unnecessary stream synchronisationPhilip Langdale
2019-03-22lavu/opencl: replace va_ext.h with standard nameRuiling Song
2019-03-18lavu/qsv: allow surface size larger than requirementZhong Li
2019-02-27avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functionsgxw
2019-02-24avutil/cuda_check: Fix non-dynamic-loader implementationPhilip Langdale
2019-02-20Merge commit '41cf3e3b1ca375962951fde1b90a03b16197d205'James Almer
2019-02-20Merge commit '5584abf69d83169a010aca404cd1cf95c23ad9ef'James Almer
2019-02-14avutil/cuda_check: avoid pointlessly exporting same symbol from two librariesTimo Rothenpieler
2019-02-09lavu/parseutils: Allow to parse >= 100 hours.Carl Eugen Hoyos
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