1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-02 03:06:28 +02:00
Go to file
Rudolf Polzer 773fc6e0c7 lavfi/showspectrum: set default height to 512
Only power-of-two FFTs are supported; so to get a full spectrum
(that is, one up to Nyquist), the height must be a power of two.

Therefore, change the default height from 480 to 512.

Signed-off-by: Rudolf Polzer <divverent@xonotic.org>
2013-02-03 17:05:31 +00:00
compat
doc lavfi/showspectrum: set default height to 512 2013-02-03 17:05:31 +00:00
libavcodec put_vp_no_rnd_pixels8_l2_mmx: fix type 2013-02-03 17:21:06 +01:00
libavdevice lavd/alsa: simplify reordering functions definition. 2013-02-02 14:13:11 +01:00
libavfilter lavfi/showspectrum: set default height to 512 2013-02-03 17:05:31 +00:00
libavformat lavf/segment: use correct spelling and value for EXT-X-ALLOW-CACHE tag 2013-02-03 11:17:35 +01:00
libavresample
libavutil dict: fix memleak 2013-02-01 03:56:51 +01:00
libpostproc
libswresample swr/ build_filter: use av_calloc() fix buffer overflow 2013-01-27 05:58:47 +01:00
libswscale Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2' 2013-01-28 14:11:31 +01:00
presets
tests swscale: GBRP output support 2013-01-27 15:28:07 -05:00
tools Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' 2013-01-23 17:44:56 +01:00
.gitignore
arch.mak
Changelog Port biquads filters from SoX 2013-01-31 12:13:55 +00:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure build: Remove superfluous MAKE variable for the build suffix 2013-02-03 13:08:36 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS CREDITS: redirect to Git log, remove current outdated content 2013-01-31 18:02:52 +01:00
ffmpeg_filter.c ffmpeg: support filtering of unknown channel layouts. 2013-01-26 11:15:38 +01:00
ffmpeg_opt.c ffmpeg: free attachments, fix memleak 2013-02-03 03:09:23 +01:00
ffmpeg.c ffmpeg: implement -force_key_frames expression evalution 2013-01-27 16:56:47 +01:00
ffmpeg.h ffmpeg: implement -force_key_frames expression evalution 2013-01-27 16:56:47 +01:00
ffplay.c ffplay: remove misleading comment from audio_decode_frame() 2013-02-03 17:01:56 +01:00
ffprobe.c
ffserver.c
INSTALL
library.mak build: Remove superfluous MAKE variable for the build suffix 2013-02-03 13:08:36 +01:00
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.