FFmpeg git repo
Go to file
Henrik Gramner 3e2fa991db x86inc: remove misaligned cpu flag
Prevents a crash if the misaligned exception mask bit is
cleared for some reason.

Misaligned SSE functions are only used on AMD Phenom CPUs
and the benefit is miniscule. They also require modifying
the MXCSR control register and by removing those functions
we can get rid of that complexity altogether.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2013-10-07 06:27:38 -04:00
compat Revert "w32pthread: help compiler figure out undeeded code" 2013-08-27 23:12:49 +03:00
doc lavfi: allow user-provided execute() callbacks 2013-09-28 08:06:19 +02:00
libavcodec x86inc: Utilize the shadow space on 64-bit Windows 2013-10-07 06:25:35 -04:00
libavdevice libavutil: Make avpriv_open a library-internal function on msvcrt 2013-08-10 00:53:33 +03:00
libavfilter vf_interlace: do not process an already interlaced frame 2013-10-02 16:40:49 +02:00
libavformat bmv: Remove unused variable 2013-10-06 19:36:53 +02:00
libavresample
libavutil x86inc: remove misaligned cpu flag 2013-10-07 06:27:38 -04:00
libswscale swscale: provide a default scaler if none is set 2013-10-05 18:38:55 +02:00
presets
tests mxfdec: set audio timebase to 1/samplerate 2013-09-29 21:50:30 +02:00
tools ismindex: Change the duration field to int64_t 2013-10-05 00:01:28 +03:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog asfenc: mux chapters in ASF files using an ASF "marker" section 2013-09-19 19:51:49 +02:00
INSTALL
LICENSE
Makefile
README
RELEASE
arch.mak
avconv.c avconv: support -t as an input option. 2013-08-05 10:54:19 +02:00
avconv.h avconv: support -t as an input option. 2013-08-05 10:54:19 +02:00
avconv_filter.c avconv: support -t as an input option. 2013-08-05 10:54:19 +02:00
avconv_opt.c avconv: support -t as an input option. 2013-08-05 10:54:19 +02:00
avplay.c
avprobe.c
avserver.c avserver: do not use a static string as a default for a string option 2013-08-04 18:47:22 +02:00
cmdutils.c cmdutils: Only do the windows-specific commandline parsing on _WIN32 2013-08-08 10:59:03 +03:00
cmdutils.h
cmdutils_common_opts.h
common.mak avformat/output-example: Declare link dependency on libswscale in the Makefile 2013-10-03 23:23:04 +02:00
configure build: Strip spurious labels 2013-10-07 06:20:15 -04:00
library.mak build: Strip spurious labels 2013-10-07 06:20:15 -04:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.