gstreamer/ext/libav
Nicolas Dufresne 62a4d065ed videodec: Don't use non-growable pool
As we don't know how many output buffers we need to operate, we need to
avoid pool that can't grow. Otherwise the pipeline may stall, waiting
for buffers. For now, we require it to be able to grow to at least
32 buffers, which I think is a fair amount of buffers for decoders.

https://bugzilla.gnome.org/show_bug.cgi?id=726299
2014-05-08 15:33:39 -04: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: Mark frames as corrupted if libav tells us they are 2014-01-16 13:46:26 +01: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 avaudenc: Fix leak of AVBufferRef 2014-04-29 09:13:44 +02:00
gstavaudenc.h avenc: Add compliance property 2013-10-15 09:27:03 +02:00
gstavaudioresample.c Fix FSF address 2012-11-04 00:22:16 +00:00
gstavcfg.c gst-libav: fix context leaks 2014-01-15 09:02:33 +00:00
gstavcfg.h Fix FSF address 2012-11-04 00:22:16 +00:00
gstavcodecmap.c libav: avoid dividing by zero on insane fps/par 2014-04-30 18:18:50 +01:00
gstavcodecmap.h av: Update for CodecID -> AVCodecID related changes 2014-01-03 16:28:44 +01:00
gstavdeinterlace.c gst-libav: fix context leaks 2014-01-15 09:02:33 +00:00
gstavdemux.c avdemux: Remove unused variable 2014-04-08 08:05:24 +02:00
gstavmux.c avmux: stream-start and segment event before data-flow 2014-02-22 21:54:08 +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 av: Update for CodecID -> AVCodecID related changes 2014-01-03 16:28:44 +01:00
gstavutils.h av: Update for CodecID -> AVCodecID related changes 2014-01-03 16:28:44 +01:00
gstavviddec.c videodec: Don't use non-growable pool 2014-05-08 15:33:39 -04:00
gstavviddec.h avviddec: Add output-corrupt property 2014-01-17 22:08:33 +01:00
gstavvidenc.c avvidenc: guard against division by zero 2014-04-30 18:18:50 +01:00
gstavvidenc.h avenc: Add compliance property 2013-10-15 09:27:03 +02:00
Makefile.am libav: fix static linking 2013-04-15 16:00:03 +02:00