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
2016-01-28avutil/opt: check for and handle errors in av_opt_set_dict2()Michael Niedermayer
2016-01-08x86/float_dsp: zero extend offset from ff_scalarproduct_float_sseJames Almer
2015-12-09avutil/mathematics: Fix division by 0Michael Niedermayer
2015-12-06avutil/timecode: Fix fps checkMichael Niedermayer
2015-12-06avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...Michael Niedermayer
2015-12-06avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rndMichael Niedermayer
2015-12-06avutil/integer: Fix av_mod_i() with negative dividendMichael Niedermayer
2015-11-27avutil/softfloat: use abort() instead of av_assert0(0)n2.8.3James Almer
2015-11-26softfloat: assert when the argument of av_sqrt_sf is negativeAndreas Cadhalpun
2015-11-12softfloat: handle INT_MIN correctly in av_int2sfAndreas Cadhalpun
2015-11-12avutil/softfloat: Include negative numbers in cmp/gt testsMichael Niedermayer
2015-11-12avutil/softfloat: Fix av_gt_sf() with large exponents try #2Michael Niedermayer
2015-11-12avutil/softfloat: Add test for av_gt_sf()Michael Niedermayer
2015-11-12avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of expon...Michael Niedermayer
2015-11-12avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()Michael Niedermayer
2015-11-12avutil/softfloat: Add test for av_cmp_sf()Michael Niedermayer
2015-11-12avutil/common: add FFDIFFSIGN macroGanesh Ajjanagadde
2015-11-12avutil/softfloat: Add tests for exponent underflowsMichael Niedermayer
2015-11-12avutil/softfloat: Fix exponent underflow in av_div_sf()Michael Niedermayer
2015-11-12avutil/softfloat: Fix exponent underflow in av_mul_sf()Michael Niedermayer
2015-11-12avutil/softfloat: Fix typo in av_mul_sf() doxyMichael Niedermayer
2015-11-12avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()Michael Niedermayer
2015-11-12avutil/softfloat: FLOAT_0 should use MIN_EXPMichael Niedermayer
2015-11-05libavutil/channel_layout: Check strtol*() for failureMichael Niedermayer
2015-11-02avutil/file_open: avoid file handle inheritance on WindowsTobias Rapp
2015-10-08avutil/log: fix zero length gnu_printf format string warningGanesh Ajjanagadde
2015-09-05avutil: undo FF_API_CRYPTO_CONTEXT deprecation for 2.8 releaseJames Almer
2015-09-03avutil/common: Add FFNABS()Michael Niedermayer
2015-09-03avutil/common: Document FFABS() corner caseMichael Niedermayer
2015-08-24Merge commit 'e23f84d9652474353d8bbc42787a56ec1991908f'Hendrik Leppkes
2015-08-23channel_layout: Add a 16channel default layoutLuca Barbato
2015-08-22disable deprecation warnings in deprecated codeAndreas Cadhalpun
2015-08-22doxygen: Remove lavu_internal groupTimothy Gu
2015-08-22version: Fix two more typosTimothy Gu
2015-08-22avutil/x86/asm: rename REG_SP to REG_spGanesh Ajjanagadde
2015-08-19*/version.h: Add note/recommandition about bumping majorMichael Niedermayer
2015-08-19avfilter: add showfreqs filterPaul B Mahol
2015-08-19vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne
2015-08-18lavu: disable wrong value check in get_version() upon api bump.Ronald S. Bultje
2015-08-18Undeprecate av_opt_set_defaults2().Ronald S. Bultje
2015-08-18options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje
2015-08-18Move ff_dlog from lavc to lavu.Ronald S. Bultje
2015-08-13x86inc: Various minor backports from x264Henrik Gramner
2015-08-12avutil: add ff_reverse as av_reverse replacementAndreas Cadhalpun
2015-08-11x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-08-11x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner
2015-08-11x86inc: Fix instantiation of YMM registersChristophe Gisquet
2015-08-11x86inc: warn when instructions incompatible with current cpuflags are usedAnton Mitrofanov
2015-08-11x86inc: Support arbitrary stack alignmentsHenrik Gramner
2015-08-11x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov