aom/vpx
Adrian Grange 2117fe0593 Fix decoder to handle display size correctly
The decoder ignored the display width & height
specified in the frame header.

This patch adds a control, VP9D_GET_DISPLAY_SIZE, to
allow the application to obtain the display width and
height from the frame header.

vpxdec has been modified to scale the output frame to
this size.

Should the request for the display size fail vpxdec will
use the native width and height of the raw decoded
frame instead.

Change-Id: I25db04407426dac730263720c75a7dd6400af68a
2013-11-22 11:58:07 -08:00
..
internal
src Move SVC per-frame loop from sample app into libvpx proper 2013-11-06 14:49:27 -08:00
exports_com
exports_dec
exports_enc Move SVC per-frame loop from sample app into libvpx proper 2013-11-06 14:49:27 -08:00
svc_context.h Move SVC per-frame loop from sample app into libvpx proper 2013-11-06 14:49:27 -08:00
vp8.h Resolved Doxygen warnings. 2013-10-29 09:38:31 -07:00
vp8cx.h vpxenc: add --aq-mode flag to control adaptive quantization 2013-11-15 19:42:20 +01:00
vp8dx.h Fix decoder to handle display size correctly 2013-11-22 11:58:07 -08:00
vpx_codec.h Resolved Doxygen warnings. 2013-10-29 09:38:31 -07:00
vpx_codec.mk Move SVC per-frame loop from sample app into libvpx proper 2013-11-06 14:49:27 -08:00
vpx_decoder.h Resolved Doxygen warnings. 2013-10-29 09:38:31 -07:00
vpx_encoder.h Resolved Doxygen warnings. 2013-10-29 09:38:31 -07:00
vpx_image.h
vpx_integer.h