summaryrefslogtreecommitdiff
path: root/vpx/src/vpx_encoder.c
AgeCommit message (Expand)Author
2014-09-11[spatial svc] Output psnr for all layers in one packet.Minghai Shang
2014-08-28Removing alg_priv from vpx_codec_priv struct.Dmitry Kovalev
2014-08-25Passing const cfg pointer to vpx_codec_{dec,enc}_init_ver().Dmitry Kovalev
2014-08-20Removing iface pointer from vpx_codec_priv.Dmitry Kovalev
2014-08-11remove remaining references to XMAJames Zern
2014-07-31Changes interface to avoid uninitialized warnings in vp9_cx_iface.c.Jim Bankoski
2014-03-10Adding type casts to remove C++ compiler errors.Dmitry Kovalev
2014-02-13Cleaning up vpx_codec_get_cx_data() function.Dmitry Kovalev
2014-02-06Using vpx_codec_err_t instead of int.Dmitry Kovalev
2013-12-18Fix to overflow in asan test (for vp8 encoder).Marco Paniconi
2013-09-17Modified resize unit test to output test vectorAdrian Grange
2012-11-06vpx: merge with masterJohn Koleszar
2012-07-17Restyle codeJohn Koleszar
2011-06-28Proposing an extension to the encoder and decoder interfaces.Stefan Holmer
2011-04-28bug fix 32 bit matches 64 bitJames Berry
2011-02-16documentation: minor cosmeticsJames Zern
2010-10-27Eliminate more warnings.Timothy B. Terriberry
2010-09-09Use WebM in copyright notice for consistencyJohn Koleszar
2010-06-18cosmetics: trim trailing whitespaceJohn Koleszar
2010-06-14Remove useless 500 frame limitFabio Pedretti
2010-06-04LICENSE: update with latest textJohn Koleszar
2010-05-24install includes in DIST_DIR/include/vpx, move vpx_codec/ to vpx/John Koleszar