gstreamer/ext/libav
Nicolas Dufresne 76423a4ba7 avauddec: fix garbled audio decoding in some cases
Calculate output buffer size based on the number of
samples, channels and bytes per sample. The buffer
size was calculated based on linesize, which may
be larger than what's required.

https://bugzilla.gnome.org/show_bug.cgi?id=690940
2013-01-26 12:23:14 +00:00
..
gstav.c av: Remove some unused variables and function declarations 2012-12-22 10:52:47 +01:00
gstav.h av: Remove some unused variables and function declarations 2012-12-22 10:52:47 +01:00
gstavauddec.c avauddec: fix garbled audio decoding in some cases 2013-01-26 12:23:14 +00:00
gstavauddec.h avauddec: Use a GstBuffer instead of a GstAdapter for collecting the output buffers 2012-12-17 15:58:37 +01:00
gstavaudenc.c avenc_aac: downgrade to RANK_NONE until it gets fixed 2013-01-22 12:57:41 +00:00
gstavaudenc.h avvidenc: Simplify color formats in the raw video caps 2012-12-11 18:48:34 +00:00
gstavaudioresample.c Fix FSF address 2012-11-04 00:22:16 +00:00
gstavcfg.c av: Fix some memory leaks and misuse of libav API 2012-12-17 16:35:36 +01:00
gstavcfg.h Fix FSF address 2012-11-04 00:22:16 +00:00
gstavcodecmap.c avcodecmap: Only set "formats" field on raw audio/video caps 2012-12-17 13:42:13 +01:00
gstavcodecmap.h avcodecmap: Remove some unused functions 2012-12-12 15:54:01 +00:00
gstavdeinterlace.c av: update to use AVOption variants. 2012-12-04 18:36:30 +01:00
gstavdemux.c av: Move gst_ffmpegdata functions to gstavprotocol.h too 2012-12-22 10:49:52 +01:00
gstavmux.c av: Move gst_ffmpegdata functions to gstavprotocol.h too 2012-12-22 10:49:52 +01:00
gstavprotocol.c av: Move gst_ffmpegdata functions to gstavprotocol.h too 2012-12-22 10:49:52 +01:00
gstavprotocol.h av: Move gst_ffmpegdata functions to gstavprotocol.h too 2012-12-22 10:49:52 +01:00
gstavscale.c Fix FSF address 2012-11-04 00:22:16 +00:00
gstavutils.c avutils: Add missing includes for Windows 2012-12-06 10:45:58 +01:00
gstavutils.h Fix FSF address 2012-11-04 00:22:16 +00:00
gstavviddec.c av: Use correct printf format strings for gsize 2012-12-21 11:03:27 +01:00
gstavviddec.h libav: fix palette support again 2012-12-12 10:12:22 +01:00
gstavvidenc.c av: Fix some memory leaks and misuse of libav API 2012-12-17 16:35:36 +01:00
gstavvidenc.h avvidenc: Simplify color formats in the raw video caps 2012-12-11 18:48:34 +00:00
Makefile.am av: Move gst_ffmpegdata functions to gstavprotocol.h too 2012-12-22 10:49:52 +01:00