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
2017-11-23qsv/hevcdec: Load hw plugin by default on non-windows osLi, Zhong
2017-11-23lavf/mov: Read aspect ratio from AVID jpeg2000 mov files.Carl Eugen Hoyos
2017-11-23opus_pvq: fix crashing on analysis of monoRostislav Pehlivanov
2017-11-23tools/cl2c: Add a copyright headerMark Thompson
2017-11-23lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson
2017-11-23hwcontext: Perform usual uninitialisation on derived frames contextsMark Thompson
2017-11-23vf_hwmap: Pass mapping mode when deriving frames context on an existing deviceMark Thompson
2017-11-23lavfi: Add OpenCL unsharp mask filterMark Thompson
2017-11-23lavfi: Add OpenCL overlay filterMark Thompson
2017-11-23lavfi: Add infrastructure for building OpenCL source into libavfilterMark Thompson
2017-11-23lavfi: Add some common code for OpenCL filteringMark Thompson
2017-11-23hwcontext_opencl: DRM to OpenCL mapping for ARMMark Thompson
2017-11-23hwcontext_opencl: D3D11 to OpenCL mappingMark Thompson
2017-11-23hwcontext_opencl: DXVA2 to OpenCL mappingMark Thompson
2017-11-23hwcontext_opencl: QSV to OpenCL mapping for Intel Media SDKMark Thompson
2017-11-23hwcontext_opencl: VAAPI to OpenCL mapping for Intel i965+beignetMark Thompson
2017-11-23lavu: OpenCL hwcontext implementationMark Thompson
2017-11-23lavu: Add OpenCL hardware pixfmtMark Thompson
2017-11-22doc: Add FAQs about running in background (rev 2)Jim DeLaHunt
2017-11-22avformat/mov: Increment stsd_count while processing stsd data; avoids leaks.Dale Curtis
2017-11-22avcodec/jpeg2000: Dynamically allocate codeblock dataMichael Niedermayer
2017-11-22avdevice/decklink_dec: autodetect the video input formatKarthick J
2017-11-22avdevice/decklink: refactor ff_decklink_set_format functionKarthick J
2017-11-21avcodec/mpeg4videodec: Check also for negative versions in the validity checkMichael Niedermayer
2017-11-21avfilter/af_asetnsamples: add missing error checkPaul B Mahol
2017-11-21checkasm/utvideodsp: zero initialize the entire bufferJames Almer
2017-11-21checkasm/utvideodsp: fix mixed declarations and codeJames Almer
2017-11-21x86/utvideodsp: reuse shared constantsJames Almer
2017-11-21x86/constants: make pb_80 32 byte wideJames Almer
2017-11-21avfilter/avf_avectorscope: add swap and mirror optionsPaul B Mahol
2017-11-21fate/hapdec : add test for hapqa decodingMartin Vignali
2017-11-21avcodec/hapdec : add support for hapqa decodingMartin Vignali
2017-11-21avcodec/hapdec : indent after previous commitMartin Vignali
2017-11-21avcodec/hapdec : reorganize code before adding multi-texture decodingMartin Vignali
2017-11-21avcodec/huffyuvdspenc : add diff_int16 AVX2 funcMartin Vignali
2017-11-21avcodec/huffyuvdspenc : reorganize diff_int16Martin Vignali
2017-11-21avcodec/huffyuvdsp : add add_int16 AVX2 funcMartin Vignali
2017-11-21avcodec/huffyuvdsp : reorganize add_int16 asmMartin Vignali
2017-11-21avcodec/huffyuvdsp(enc) : move duplicate macro to a template fileMartin Vignali
2017-11-21checkasm : add test for huffyuvdsp add_int16Martin Vignali
2017-11-21avcodec/x86/utvideodsp.asm : cosmeticMartin Vignali
2017-11-21avcodec/utvideodsp : add avx2 version for the dspMartin Vignali
2017-11-21avcodec/x86/utvideodsp : make macro for funcMartin Vignali
2017-11-21checkasm : add utvideodsp testMartin Vignali
2017-11-21ffmpeg: add return value check to supress the build warning.Jun Zhao
2017-11-21avformat/dashenc: Added configuration to override HTTP User-AgentKarthick J
2017-11-21avformat/mov: Propagate errors in mov_switch_root.Jacob Trimble
2017-11-21Close ogg stream upon error when using AV_EF_EXPLODE.Dale Curtis
2017-11-21Fix undefined shift on assumed 8-bit input.Dale Curtis
2017-11-21libvpxenc: remove pre-1.4.0 checksJames Zern