1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
Go to file
Michael Niedermayer a30165c4a8 omadec: make sample rate table large enough to prevent out of array reading.
The new values lead to error messages when used

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-16 18:36:39 +02:00
doc Merge remote-tracking branch 'qatar/master' 2012-04-15 23:31:51 +02:00
ffpresets
libavcodec g729dec: initialize pitch_delay_int_prev to the minimum valid value. 2012-04-16 18:36:34 +02:00
libavdevice
libavfilter lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE; 2012-04-16 01:08:00 +02:00
libavformat omadec: make sample rate table large enough to prevent out of array reading. 2012-04-16 18:36:39 +02:00
libavutil error: ensure error codes are signed negative ints. 2012-04-15 17:58:33 +02:00
libpostproc
libswresample swr: add a swr_flags AVOption 2012-04-11 14:10:22 +02:00
libswscale sws: remove cliping in yuv2rgb code. 2012-04-15 23:38:42 +02:00
mt-work
presets
tests Set bits_per_coded_sample when encoding Microsoft Video-1. 2012-04-15 16:35:03 +02:00
tools
.gitignore
arch.mak build: Consistently handle conditional compilation for all optimization OBJS. 2012-04-12 09:00:49 +02:00
Changelog lavfi: port 2xsai filter from libmpcodecs 2012-04-13 00:14:06 +02:00
cmdutils_common_opts.h
cmdutils.c cmdutils: fix "oswr may be used uninitialized" warning 2012-04-13 18:38:10 +02:00
cmdutils.h cmdutils: parse options for swr 2012-04-11 14:10:21 +02:00
common.mak Merge remote-tracking branch 'qatar/master' 2012-04-13 00:39:19 +02:00
configure configure: add dependencies for colormatrix test. 2012-04-15 14:21:14 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg: Compensate non monotonicity errors in the audio TSs. 2012-04-13 02:12:22 +02:00
ffplay.c Merge remote-tracking branch 'qatar/master' 2012-04-11 22:50:22 +02:00
ffprobe.c ffprobe: use avbprint API 2012-04-08 00:02:21 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile Merge remote-tracking branch 'qatar/master' 2012-04-13 00:39:19 +02:00
README README: be a tiny bit more verbose 2012-04-06 10:23:26 +02:00
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.