1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00
Go to file
Matt Wolenetz 311443f6c7 x86: h264: Don't use redzone in AVX h264_deblock on Win64
This fixes crashes in chromium on win64 on machines with AVX
(crashes that apparently aren't triggered by fate).

Signed-off-by: Martin Storsjö <martin@martin.st>
2013-02-21 15:02:16 +02:00
compat
doc doc: filters: Correct BNF FILTER description 2013-02-20 11:34:05 +01:00
libavcodec x86: h264: Don't use redzone in AVX h264_deblock on Win64 2013-02-21 15:02:16 +02:00
libavdevice libcdio: support recent cdio-paranoia 2013-01-17 21:41:18 +01:00
libavfilter vf_yadif: fix out-of line reads 2013-02-15 16:08:33 +01:00
libavformat asfdec: do not assume every AVStream has a corresponding ASFStream 2013-02-09 18:57:21 +01:00
libavresample lavr: fix mixing matrix reduction when normalization is disabled 2013-02-12 13:41:13 -05:00
libavutil intreadwrite: tomi: Add missing attributes.h #include for av_always_inline 2013-02-20 00:45:30 +01:00
libswscale swscale: Disallow conversion to GBRP16 2013-02-11 20:03:16 +02:00
presets
tests vf_yadif: fix out-of line reads 2013-02-15 16:08:33 +01:00
tools Drop DCTELEM typedef 2013-01-22 18:32:56 -08:00
.gitignore
arch.mak
avconv_filter.c
avconv_opt.c
avconv.c avconv: Increase the SDP buffer size to fit xiph SDPs 2013-01-20 18:20:47 +02:00
avconv.h
avplay.c avplay: apply the stream sample_aspect_ratio to decoded video frames 2013-02-09 18:57:21 +01:00
avprobe.c
avserver.c
Changelog asfdec: support reading ID3v2 tags in ASF files 2013-02-09 18:57:21 +01:00
cmdutils_common_opts.h
cmdutils.c get_buffer(): do not initialize the data. 2013-02-15 16:08:44 +01:00
cmdutils.h
common.mak build: Ensure that output directories for header objects are created 2013-02-20 00:45:30 +01:00
configure build: make audio_frame_queue a stand-alone component 2013-02-17 22:05:18 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL
library.mak build: Make library minor version visible in the Makefile 2013-02-11 20:17:15 +01:00
LICENSE
Makefile
README
RELEASE
version.sh

Libav README
------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.