summaryrefslogtreecommitdiff
path: root/examples/set_maps.c
AgeCommit message (Collapse)Author
2014-09-02Removing legacy compatibility layer.Dmitry Kovalev
Change-Id: I6fdcea0e0faf42386dd2b8f972a3b3fb2c21b2c7
2014-08-21set_maps: add exit to avoid uninitialized variable warningJim Bankoski
Change-Id: I08e42adeab9f9fa0337173ba0923f3bc0dd36806
2014-08-15set_maps: Flush encoder.Dmitry Kovalev
According to the current API spec we need to call vpx_codec_encode() until vpx_codec_get_cx_data() returns NULL. Change-Id: I4617f8042d50480a8f47b0b7114d4759fa566b14
2014-07-15Renames interface field in VpxInterfaceDeb Mukherjee
Renames interface to codec_interface since it is a reserved word on windows. Change-Id: I84f2cbf257a4c44f16dc2464127e35ee405c2c3e
2014-05-15set_map.c: cleanup -wextra warningsYaowu Xu
The commit changed to use memset for initialiazation of non-trivial strucutures, where initialization using {0} caused warnings. Also, removed {0} initializations where appropriate initialization calls are in place. Change-Id: Ifd03e34aa80688e382124eb889c0fc1ec43c48e6
2014-03-11Add VP9 support to the set maps example.Alex Converse
Change-Id: I8c3be3ed4d6bbc5fa3042a2d5637407d4d56afee