FFmpeg git repo
Go to file
James Almer 345f2234d1 x86/scale: fix xmm register count for hscale*_sse2
xmm6 was being clobbered in ff_hscale8to{15,19}_8_sse2 on Win64

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-09 04:13:23 +02:00
compat
doc ffmpeg: support setting AVStream.discard 2014-06-07 21:26:22 +02:00
libavcodec x86/dct32: don't build ff_dct32_float_sse on x86_64 2014-06-09 00:51:43 +02:00
libavdevice avdevice/lavfi: Use av_malloc_array() 2014-06-07 15:04:50 +02:00
libavfilter avfilter/af_amix: Use av_mallocz_array() 2014-06-07 15:06:14 +02:00
libavformat avformat/movenc: use av_malloc(z)_array() 2014-06-08 15:26:03 +02:00
libavresample
libavutil x86/float_dsp: add missing femms 2014-06-08 20:06:28 +02:00
libpostproc
libswresample fix various typos 2014-06-03 10:58:19 -08:00
libswscale x86/scale: fix xmm register count for hscale*_sse2 2014-06-09 04:13:23 +02:00
presets
tests avcodec/mpeg12enc: store sequence display extension only if we have something to store in it 2014-06-06 22:54:22 +02:00
tools fix various typos 2014-06-03 10:58:19 -08:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avfilter: new multimedia filter avf_showcqt.c 2014-06-05 14:04:01 +02:00
INSTALL.md
LICENSE.md
MAINTAINERS avfilter: new multimedia filter avf_showcqt.c 2014-06-05 14:04:01 +02:00
Makefile
README.md
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure configure: add llauddsp dependancy for wmalossless_decoder 2014-06-08 03:10:24 +02:00
ffmpeg.c ffmpeg: prevent pts < dts to be passed through to the muxer on stream copy 2014-06-05 18:37:32 +02:00
ffmpeg.h ffmpeg: support setting AVStream.discard 2014-06-07 21:26:22 +02:00
ffmpeg_dxva2.c
ffmpeg_filter.c ffmpeg: Fix choose_pixel_fmt() so it uses the correct encoding context 2014-06-01 17:16:08 +02:00
ffmpeg_opt.c ffmpeg: support setting AVStream.discard 2014-06-07 21:26:22 +02:00
ffmpeg_vda.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c
ffserver.c
library.mak
version.sh

README.md

FFmpeg README

  1. Documentation

  1. Licensing

  • See the LICENSE file.
  1. Build and Install

  • See the INSTALL file.