FFmpeg
FFmpeg is a popular open-source multimedia framework commonly used for audio/video encode and decode functionality to a variety of codecs.
www.ffmpeg.org
Other Activity This Week
- fftools/ffmpeg_sched: lower default frame queue size
Niklas Haas: I tested this extensively under different conditions and could not come up with any scenario where using a larger queue size was actually beneficial. - avformat/whip: add RTX initial support
Jack Lau: Refer to RFC 4588. - avcodec/x86/hpeldsp_init: Remove MMX(EXT) funcs overridden by SSE2
Andreas Rheinhardt: This affects the {avg,put}_no_rnd_pixels16_{x,y}2 MMX and (put-only) MMXEXT versions. - avcodec/x86/hpeldsp: Add SSE2 avg_no_rnd size 16 versions
Andreas Rheinhardt: These currently only exist as MMX versions. - avcodec/x86/hpeldsp: Add SSE2 put_no_rnd size 16 versions
Andreas Rheinhardt: These currently only exist as MMX and (not bitexact) MMXEXT versions. - avcodec/x86/h264_qpel: Remove MMX(EXT) funcs overridden by SSSE3
Andreas Rheinhardt: SSSE3 is already quite old (introduced 2006 for Intel, 2011 for AMD), so that the overwhelming majority of our users (particularly those that actually update their FFmpeg) will be using the SSSE3 versions. - avfilter/x86/vf_gradfun: Remove MMXEXT func overridden by SSSE3
Andreas Rheinhardt: SSSE3 is already quite old (introduced 2006 for Intel, 2011 for AMD), so that the overwhelming majority of our users (particularly those that actually update their FFmpeg) will be using the SSSE3 version of filter_line. - avcodec/x86/mpegvideoencdsp_init: Remove MMX, 3DNOw funcs overridden by SSSE3
Andreas Rheinhardt: SSSE3 is already quite old (introduced 2006 for Intel, 2011 for AMD), so that the overwhelming majority of our users (particularly those that actually update their FFmpeg) will be using the SSSE3 versions. - avcodec/x86/rv40dsp_init: Remove MMX(EXT) funcs overridden by SSSE3
Andreas Rheinhardt: SSSE3 is already quite old (introduced 2006 for Intel, 2011 for AMD), so that the overwhelming majority of our users (particularly those that actually update their FFmpeg) will be using the SSSE3 versions. - avcodec/x86/hpeldsp_init: Remove MMX(EXT) funcs overridden by SSSE3
Andreas Rheinhardt: SSSE3 is already quite old (introduced 2006 for Intel, 2011 for AMD), so that the overwhelming majority of our users (particularly those that actually update their FFmpeg) will be using the SSSE3 versions. - avcodec/x86/qpeldsp_init: Use SSE2 versions where possible
Andreas Rheinhardt: The mc00 versions (i.e. - tests/checkasm: Add hpeldsp checkasm
Andreas Rheinhardt - avfilter/vf_tonemap_opencl: Make array smaller
Andreas Rheinhardt: Also makes the code more independent of AVCOL_TRC_NB. - avfilter/vf_colorspace: Make array smaller
Andreas Rheinhardt: Also makes it more independent of AVCOL_TRC_NB.