Xpra: Ticket #97: vpx encoding support

the vpx api is almost identical to x264 so this is easy to add, the patch almost works but I must be doing something wrong with the packing/index of the channels



Sat, 31 Mar 2012 14:49:30 GMT - Antoine Martin: attachment set

vpx almost working


Sat, 31 Mar 2012 14:51:29 GMT - Antoine Martin: owner, status changed

please take a look, I am sure you can figure out what I did wrong quickly

note: when merging the x264 and vpx codepaths can be merged (in server.py and window_backing.py), only the implementation class is different (and the dimensions rounding - but this can also be moved to a codec class attribute).


Sat, 31 Mar 2012 14:57:08 GMT - ahuillet:


Sun, 01 Apr 2012 09:55:47 GMT - Antoine Martin: status changed; resolution set

r677 fixes the colourspace and vpx is now supported (also refactored the x264 code to re-use as much code as possible)


Wed, 04 Apr 2012 13:24:21 GMT - Antoine Martin: milestone changed


Sat, 23 Jan 2021 04:45:28 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/97