gstreamer/ext/libav
Thiago Santos c445b614f9 avauddec: accumulate buffers from a single input to push it all at once
The base audio decoder wants a 1:1 mapping for input and output
buffers, so this decoder must accumulate data in an adapter and push
it all at once after all input has been processed.

https://bugzilla.gnome.org/show_bug.cgi?id=689565
2012-12-17 15:56:03 +01:00
..
gstav.c avprotocol: Port from the URL protocol handler to saner public API 2012-12-12 12:10:27 +00:00
gstav.h libav: Fix some compilation errors caused by circular includes 2012-12-12 17:36:33 +00:00
gstavauddec.c avauddec: accumulate buffers from a single input to push it all at once 2012-12-17 15:56:03 +01:00
gstavauddec.h avauddec: accumulate buffers from a single input to push it all at once 2012-12-17 15:56:03 +01:00
gstavaudenc.c avcodecmap: Only set "formats" field on raw audio/video caps 2012-12-17 13:42:13 +01: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: Port remaining simple bits 2012-12-04 18:36:56 +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 avprotocol: Port from the URL protocol handler to saner public API 2012-12-12 12:10:27 +00:00
gstavmux.c avprotocol: Port from the URL protocol handler to saner public API 2012-12-12 12:10:27 +00:00
gstavpipe.h Fix incorrect use of object in log statement. We are given a pointer to the object and should not try to take the address of it. 2012-12-10 15:35:16 +01:00
gstavprotocol.c avprotocol: Port from the URL protocol handler to saner public API 2012-12-12 12:10:27 +00: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 avdec: Improve src template caps 2012-12-12 15:42:09 +00:00
gstavviddec.h libav: fix palette support again 2012-12-12 10:12:22 +01:00
gstavvidenc.c avvidenc: Simplify color formats in the raw video caps 2012-12-11 18:48:34 +00:00
gstavvidenc.h avvidenc: Simplify color formats in the raw video caps 2012-12-11 18:48:34 +00:00
Makefile.am av: Put declarations in header files and rename audio codec files 2012-11-19 10:30:37 +01:00