FFmpeg git repo
Go to file
Andrew Kelley d3cfd7aff8 af_compand: make sure request_frame always outputs at least one frame
This fixes a segmentation fault because request_frame in fifo.c assumes
that the call to ff_request_frame will populate fifo->root.next.
Before, it was possible for request_frame in af_compand to not do this,
resulting in a null pointer access. Now, request_frame in af_compand
always will return at least one frame or an error, as per the API
specifications in avfilter.h for request_frame.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-07-08 07:54:00 +00:00
compat
doc dsputil: Split off IDCT bits into their own context 2014-06-30 07:58:46 -07:00
libavcodec dsputil: Split off FDCT bits into their own context 2014-07-07 12:28:45 -07:00
libavdevice
libavfilter af_compand: make sure request_frame always outputs at least one frame 2014-07-08 07:54:00 +00:00
libavformat smoothstreamingenc: Fix a memory leak on errors 2014-07-07 22:08:42 +03:00
libavresample
libavutil audio_fifo: Split into a separate doxygen module 2014-07-06 11:44:10 -07:00
libswscale
presets
tests fate: Add dependencies for dct/fft/mdct/rdft tests 2014-06-26 16:03:21 -07:00
tools ismindex: Add an option for outputting files elsewhere than in the current directory 2014-07-03 20:13:27 +03:00
.gitignore Remove avserver. 2014-06-18 14:55:28 +02:00
arch.mak
avconv_dxva2.c
avconv_filter.c
avconv_opt.c
avconv_vda.c
avconv_vdpau.c
avconv.c Use av_packet_rescale_ts() to simplify code. 2014-06-20 14:14:48 +02:00
avconv.h
avplay.c
avprobe.c
Changelog Remove avserver. 2014-06-18 14:55:28 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure dsputil: Split off FDCT bits into their own context 2014-07-07 12:28:45 -07:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL
library.mak
LICENSE
Makefile Remove avserver. 2014-06-18 14:55:28 +02:00
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.