- 10 May, 2016 1 commit
-
-
clang-format authored
.c files were missed in the previous change Change-Id: I9d22cd83e1f87472bfb09e6a38284396b2fcd860
-
- 29 Mar, 2016 1 commit
-
-
Adrian Grange authored
Change-Id: I0d1e439b75eb749dd80a86474ac5f494478d0360
-
- 28 Mar, 2016 2 commits
-
-
Adrian Grange authored
Change-Id: I5942c24dec6fdcfe7e27518c8049b59e6f99a1aa
-
Adrian Grange authored
Change-Id: I6f40ab4725f59bee3d05e3989c1510dfd847b7f9
-
- 25 Mar, 2016 5 commits
-
-
Adrian Grange authored
Change-Id: I7fce5490afdc78ac62dafc4616b617d251487979
-
Adrian Grange authored
Note: Check AOMD_SET_DESCRIPTOR; there was a VPX & VP8 version that when renamed become the same. Change-Id: I022a71c0dfcd77948dda35ec754167e03bca616d
-
Adrian Grange authored
Change-Id: I6593a44de3b571193c2a4c8787ddf3b2fc24a268
-
Yaowu Xu authored
Change-Id: Ifd0d08b97538dcc04227eceb6fb087224c760c59
-
Adrian Grange authored
Change the name of source files to replace "vpx" with "aom". Change occurences of "vpx" in the code to "aom". Change-Id: I002c0eaa2c350cf1a895bf01bea5788c61328027
-
- 24 Mar, 2016 1 commit
-
-
Adrian Grange authored
Change-Id: I79d52362aec9565cc4b6fe7a1c1c08dcfb726465
-
- 22 Mar, 2016 1 commit
-
-
Yaowu Xu authored
Change-Id: Ibc7933fba85feeb30ef9b14b302d932aff19f54e
-
- 25 Feb, 2016 2 commits
- 28 Jan, 2016 1 commit
-
-
clang-format authored
Change-Id: Ib8c9eb6263d6eba6b9d7b2e402b7e83a78c86be9
-
- 25 Jan, 2016 1 commit
-
-
Yaowu Xu authored
to vpx_tune_metric and vpx_tune_content. Change-Id: I673aea01075b5241b621af779ca8d3e8d2e6c61c
-
- 21 Jan, 2016 2 commits
- 19 Jan, 2016 2 commits
-
-
Yaowu Xu authored
Change-Id: Ib096998906935e58f52393ea9ac082f69ada7023
-
Jim Bankoski authored
Change-Id: Ibb9192913f235ace2f6b8ef3c0eeabc3fd4cab11
-
- 14 Jan, 2016 1 commit
-
-
Debargha Mukherjee authored
Different quality levels are used for different regions in the frame depending on how far they are vertically from the center. Specifically, three segments are used based on the mi_row index with respect number to the number of mi_rows in the frame. Change-Id: Ifc8b777bc58ea8521dffc4640360c67d99f8d381
-
- 16 Dec, 2015 1 commit
-
-
Ronald S. Bultje authored
Change-Id: I1a9635a9948458e6c83f5b58764b7e720d98e2ea
-
- 29 Oct, 2015 1 commit
-
-
hui su authored
Change-Id: I53d9719dcb81fa83fe3c920a552db5a0f1cacefa
-
- 29 Sep, 2015 1 commit
-
-
Tom Finegan authored
BUG=https://code.google.com/p/webm/issues/detail?id=1066 Change-Id: I3bd26a516ef3d2742c523af570f639f9312df6df
-
- 21 Aug, 2015 1 commit
-
-
James Zern authored
CONFIG_VP10_ENCODER -> CONFIG_VP10_DECODER Change-Id: I6f1a798835acc4ef66bd2c5d6ffb02247c74b1d6
-
- 17 Aug, 2015 2 commits
- 14 Aug, 2015 1 commit
-
-
Yaowu Xu authored
CONFIG_VP9_HIGHBITDEPTH is currently used by both vp9 and vp10, but in many place outside vp9/vp10, the macro was used in conjunction of CONFIG_VP9. This created a dependency on vp9 for vp10 to build. This commit removes the dependency by use CONFIG_VP9_HIGHBITDEPTH only in these places. Change-Id: I8cc007fc9cf132394c6498ce6759e606b64a6ad0
-
- 12 Aug, 2015 3 commits
-
-
Yaowu Xu authored
1. information on --test-decode 2. vp10 specific parameters, currently shared with vp9 Change-Id: Ida4b691052441e68b9352746988027e5a2a26f48
-
Jingning Han authored
Change-Id: Iacbfac29898ac7954eb6375e83873dbb7390fd47
-
Jingning Han authored
This commit folks the VP9 and VP10 codebase and makes libvpx support VP8, VP9, and VP10. Change-Id: I81782e0b809acb3c9844bee8c8ec8f4d5e8fa356
-
- 06 Jul, 2015 1 commit
-
-
Debargha Mukherjee authored
Adds two new vp9 parameters --min-gf-interval and --max-gf-interval to enable testing based on frequency of alt-ref frames. Also adds a unit-test to test enforcement of min-gf-interval. For both these parameters the default value is 0, which indicates they are picked by the encoder, based on resolution and framerate considerations. If they are greater than zero, the specified parameter is honored. (Additional note by paulwilkins) Note that there is a slight oddity in that key frames are also GFs and considered part of GF only group. However they are treated as not being part of an arf group because for arf groups the previous GF is assumed to be the terminal or overlay frame for the previous group. (end note) Change-Id: Ibf0c30b72074b3f71918ab278ccccc02a95a70a0
-
- 05 Jun, 2015 2 commits
-
-
James Zern authored
move them under their respective config check to avoid some unused variable warnings when disabled Change-Id: Ic5e5280cf1bc1f56e8349676f0bedae4acef34ea
-
Frank Galligan authored
WebM files will adjust the display width and height according to the input pixel aspect ratio. The default pixel aspect ratio is 1:1. BUG=https://code.google.com/p/webm/issues/detail?id=1005 Change-Id: I23e0a601b7259fa9513cb86110c41b8437769808
-
- 04 Jun, 2015 1 commit
-
-
Yaowu Xu authored
Change-Id: Ic3b4f3c9a6d8f9b04efb8b5ee080880895063564
-
- 12 May, 2015 2 commits
-
-
James Zern authored
silences missing-prototype warnings Change-Id: I641a61b21f9de135e59e3769a2063d5a94f34746
-
James Zern authored
+ the definitions in the examples silences a missing-prototype warning Change-Id: I7c064cacd6d2073a6107de6c3e2cc46ef8a68411
-
- 13 Mar, 2015 2 commits
-
-
Yaowu Xu authored
The commit updates the comments in vp8cx.h to make it clear which codec support each of codec control functions. Change-Id: Ibf876e289d4325bbb61ce19311da60d384624c2f
-
Yaowu Xu authored
Also updated comments and doc to make it clear that the control is supported in VP9 only. Change-Id: I6f120b65135fc1185695e9e3dc29fbe0d430824b
-
- 13 Feb, 2015 1 commit
-
-
Adrian Grange authored
Change-Id: I11e4fd8dcd44b0475f3bff0545a035feb223ce55
-
- 11 Feb, 2015 1 commit
-
-
Yaowu Xu authored
This enbale the encoder to set color space information for the input video, so it is then coded in the output bitstream. Change-Id: Ife03deab3c762425ccd27c4c190902c4d94a76f4
-