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
2015-05-31x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-05-31x86: Add helper macros to check for slow cpuflagsJames Almer
2015-05-31x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer
2015-05-31ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato
2015-05-31ppc: vsx: Implement float_dspLuca Barbato
2015-05-31ppc: cpu: Add support for VSX and POWER8 extensionsLuca Barbato
2015-05-31ppc: Restrict some Altivec implementations to Big EndianLuca Barbato
2015-05-31ppc: Clarify and extend the cpuid checkLuca Barbato
2015-05-31ppc: linux: Check altivec using the auxvLuca Barbato
2015-05-31ppc: avutil: Use the abriged vector typesLuca Barbato
2015-05-31ppc: avutil: Drop a potentially dangerous workaroundLuca Barbato
2015-05-28pixfmt: remove misleading and broken documentationwm4
2015-05-28x86inc: Clear __SECT__Timothy Gu
2015-05-25D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme
2015-04-20log: Print a full backtrace along with error messages under ValgrindVittorio Giovara
2015-04-20avutil: remove pointless bmi1 defineJames Almer
2015-04-19log: Introduce a more verbose debug levelVittorio Giovara
2015-04-07parseutils: Make av_small_strptime publicLuca Barbato
2015-04-06parseutils: Extend small_strptime to be used in avformatLuca Barbato
2015-03-29lavc: add MMAL hardware decoder wrapperwm4
2015-03-23pixfmt: Update documentation with prefixed pixel formatsVittorio Giovara
2015-03-23pixdesc: Replace a few leftover instances of non AV-prefixed flagsVittorio Giovara
2015-03-23mov: Write the display matrix in orderVittorio Giovara
2015-03-18Replace a few leftover instances of enum PixelFormat with enum AVPixelFormatMartin Storsjö
2015-03-07arm: Suppress tags about used cpu arch and extensionsMartin Storsjö
2015-02-21libavutil: Add ARM av_clip_intp2_armPeter Meerwald
2015-02-21libavutil: Add av_clip_intp2Peter Meerwald
2015-02-19pixfmt: add a pixel format for QSV hwaccelAnton Khirnov
2015-02-14Don't anonymously typedef structsDiego Biurrun
2015-02-08frame: clarify buf documentationAnton Khirnov
2015-02-01mem: fix pointer pointer aliasing violationsRémi Denis-Courmont
2015-01-29lavu: Check av_dict_set allocationsLuca Barbato
2015-01-27Add a side data type for audio service type.Anton Khirnov
2015-01-14lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol
2015-01-14imgutils: create misc functions for dealing with buffersStefano Sabatini
2015-01-05opt: check memory allocationVittorio Giovara
2014-12-19check memory errors from av_strdup()Vittorio Giovara
2014-12-19lavu: Refactor side data wipingLuca Barbato
2014-12-14thread: use "" instead of <> for including the w32pthreads wrapperAnton Khirnov
2014-12-09aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-12-09arm: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-12-05v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
2014-11-27lavu: fix memory leaks by using a mutex instead of atomicswm4
2014-11-27lavu: add wrappers for the pthreads mutex APIAnton Khirnov
2014-11-27Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö
2014-11-24lavu: move internal define to the only places where it is usedVittorio Giovara
2014-11-11opt: Fix the documentation mentioning av_set_string3Luca Barbato
2014-11-07avstring: Mark some character handling functions av_constHenrik Gramner
2014-10-26Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö
2014-10-26lavu: Provide fallbacks for gmtime_r and localtime_rMartin Storsjö