1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
Go to file
Michael Niedermayer a478e99a60 avutil/x86: reenable ff_update_lls_avx()
The bug has been fixed in c8b920a9b7 by Loren Merritt

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-02 12:02:08 +02:00
compat
doc lavf/http: add support for reading streamcast metadata 2013-07-02 02:00:56 +02:00
libavcodec h264: fix indention of xchg_mb_border() 2013-07-02 03:27:14 +02:00
libavdevice
libavfilter lavfi/delogo: use weighted interpolation 2013-07-01 09:33:33 +02:00
libavformat Merge remote-tracking branch 'qatar/master' 2013-07-02 11:50:30 +02:00
libavresample
libavutil avutil/x86: reenable ff_update_lls_avx() 2013-07-02 12:02:08 +02:00
libpostproc
libswresample cosmetics: Fix "dont" "wont" "doesnt" typos 2013-06-29 02:31:16 +02:00
libswscale
presets
tests oggdec: do not fall back on binary search in the generic code. 2013-07-02 10:37:22 +02:00
tools
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Support compilation on aix with gcc. 2013-06-30 13:47:45 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c ffmpeg: Don't include colorspace.h 2013-06-29 16:44:12 -04:00
ffmpeg.h
ffplay.c ffplay: always send zero packets to flush audio decoders 2013-07-01 00:24:03 +02:00
ffprobe.c ffprobe: always exit 1 in case of errors 2013-06-27 00:20:36 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE
version.sh

FFmpeg README
-------------

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.