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-28avutil/mips: Restructure of generic macrosShivraj Patil
2015-05-28x86inc: Clear __SECT__Timothy Gu
2015-05-27x86/cpu: add AV_CPU_FLAG_AVXSLOW flagJames Almer
2015-05-26avutil: Add av_q2intfloat()Michael Niedermayer
2015-05-25Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'Michael Niedermayer
2015-05-25D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme
2015-05-22avutil/pixfmt: Clarify DV example comments for AVChromaLocationTim Nicholson
2015-05-21avutil/pixfmt: s/luma sample positions/horizontal luma sample positions/Michael Niedermayer
2015-05-21avutil/pixfmt: make luma sample positions even more explicit in the AVChromaL...Michael Niedermayer
2015-05-21avutil/pixfmt: Clarify mpeg example comments for AVChromaLocationMichael Niedermayer
2015-05-21avutil/pixfmt: clarify chroma location text further, as "first" is ambigousMichael Niedermayer
2015-05-21avutil/pixfmt: Clarify that the ASCII art describes the location of the first...Michael Niedermayer
2015-05-19avutil/pixfmt: Improve ascii art showing the meaning of the AVChromaLocation ...Michael Niedermayer
2015-05-14libavutil/softfloat: Add test case for av_add_sfNedeljko Babic
2015-05-13imgutils: initialize palette padding bytes in av_image_allocAndreas Cadhalpun
2015-05-11avutil/avstring: Use size_t in av_strlcatf()Michael Niedermayer
2015-05-10avutil/dict: Use size_t for appending stringsMichael Niedermayer
2015-05-10libavutil/mem: use size_t for the length in av_strdup()Michael Niedermayer
2015-05-07avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni copy, uni horiz...Shivraj Patil
2015-05-07ripemd: move ripemd{256, 320} into separate functionsJames Almer
2015-05-06lavu: add yuv440p10/12 pixfmts.Ronald S. Bultje
2015-05-06avutil/internal: Suppress empty body warning from emms_c()Michael Niedermayer
2015-05-03avutil/opt: Avoid division by 0Michael Niedermayer
2015-05-02avutil/cast5: Make iv array staticMichael Niedermayer
2015-05-02avutil/cast5: Mark key_bits as constMichael Niedermayer
2015-05-01avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biwe...Shivraj Patil
2015-04-30avutil/softfloat_tables: add missing stdint.h includeJames Almer
2015-04-30libavutil/softfloat: Add functions.Nedeljko Babic
2015-04-30libavutil/softfloat: Added av_normalize_sf in av_add_sfNedeljko Babic
2015-04-30libavutil/softfloat: exponent adjusted for aac fixed point decNedeljko Babic
2015-04-28OpenCL: Fix ABI incompatibility issuesManeesh Gupta
2015-04-26avutil/log: more complete description of av_log functionMatteo Nastasi (mop)
2015-04-25avutil/softfloat: document av_int2sf()Michael Niedermayer
2015-04-24avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC copy and hv mc func...Shivraj Patil
2015-04-24avutil/frame: fix everythnig/everything typoClément Bœsch
2015-04-21Merge commit 'eaa2d123f0a643664721593d248ece6bcd85f1e6'Michael Niedermayer
2015-04-20log: Print a full backtrace along with error messages under ValgrindVittorio Giovara
2015-04-20avutil/mips/generic_macros_msa: volatile doesnt need __Michael Niedermayer
2015-04-20Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'Michael Niedermayer
2015-04-20avutil: remove pointless bmi1 defineJames Almer
2015-04-19log: Introduce a more verbose debug levelVittorio Giovara
2015-04-19avutil: remove pointless bmi1 defineJames Almer
2015-04-17avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vert...Shivraj Patil
2015-04-15libavutil/softfloat: Change order of fields in SoftFloat structure.Nedeljko Babic
2015-04-10avutil/mips/intreadwrite: build fix for mips64r6 (instruction 'lwl' not suppo...Shivraj Patil
2015-04-09avutil/x86/Makefile: fix conditional x86/emms.o buildMichael Niedermayer
2015-04-08avutil/x86/Makefile: Make building and linking of emms.c conditionalRonald S. Bultje
2015-04-07Merge commit '27f274628234c1f934b9a6a6380ed567c1b4ceae'Michael Niedermayer
2015-04-07Merge commit '108f2f381acb93827fb4add0517eeae859afa3bf'Michael Niedermayer
2015-04-07parseutils: Make av_small_strptime publicLuca Barbato