FFmpeg git repo
Go to file
Martin Storsjö a32765c425 adpcm: Fix trellis encoding of IMA QT
This was broken in 095be4fb - samples+ch (for the previous
non-planar case) equals &samples_p[ch][0]. The confusion
probably stemmed from the IMA WAV case where it originally
was &samples[avctx->channels + ch], which was correctly
changed into &samples_p[ch][1].

Fixes part of Ticket3701

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-06 17:07:11 +02:00
compat
doc avfilter: new multimedia filter avf_showcqt.c 2014-06-05 14:04:01 +02:00
libavcodec adpcm: Fix trellis encoding of IMA QT 2014-06-06 17:07:11 +02:00
libavdevice fix various typos 2014-06-03 10:58:19 -08:00
libavfilter avfilter: new multimedia filter avf_showcqt.c 2014-06-05 14:04:01 +02:00
libavformat avformat/mov: fix "warning: variable altitude set but not used" warning 2014-06-06 15:46:03 +02:00
libavresample
libavutil avutil/libm: use FFMIN instead of fmin() 2014-06-06 16:02:53 +02:00
libpostproc
libswresample fix various typos 2014-06-03 10:58:19 -08:00
libswscale Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73' 2014-06-02 19:38:01 +02:00
presets
tests tests: add adpcm trellis tests 2014-06-05 12:20:49 +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 build: add fminf() emulation 2014-06-06 14:54:57 +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: Fix choose_pixel_fmt() so it uses the correct encoding context 2014-06-01 17:16:08 +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_opt: fix ffserver with the 2 encoder contexts 2014-06-01 17:29:59 +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.