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-07-31des: extend av_des_init() doxyJames Almer
2015-07-31des: add av_des_alloc()James Almer
2015-07-31xtea: add av_xtea_alloc()James Almer
2015-07-31rc4: extend av_rc4_init() doxyJames Almer
2015-07-31rc4: add av_rc4_alloc()James Almer
2015-07-31blowfish: add av_blowfish_alloc()James Almer
2015-07-30hmac: add missing version bump and APIChanges entryJames Almer
2015-07-29fate: add test vectors for HMAC SHA and SHA-2James Almer
2015-07-29hmac: add support for SHA-2James Almer
2015-07-21parseutil: Use non ambiguous aliases for uhdLuca Barbato
2015-07-20parseutil: Add more resolution aliasesLuca Barbato
2015-07-09x86: Serialize rdtsc in read_time()Henrik Gramner
2015-07-03lavu: Add version information for av_version_info()Vittorio Giovara
2015-07-03lavu: add an API function to return the Libav version stringwm4
2015-06-08configure: Support MSVC 2015Luca Barbato
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