[vlc-commits] mmal: update the code from the one actually used in Raspbian
    John Cox 
    git at videolan.org
       
    Mon Jan 20 08:25:32 CET 2020
    
    
  
vlc | branch: master | John Cox <jc at kynesim.co.uk> | Wed Jan 15 16:05:20 2020 +0100| [8d21584f61daa145b2a70089cce580dc20a09cfa] | committer: Steve Lhomme
mmal: update the code from the one actually used in Raspbian
Tested with basic video playback on a RPI 3B+
This is the code from the Raspbian patch ported to the 4.0 architecture.
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d21584f61daa145b2a70089cce580dc20a09cfa
---
 modules/hw/mmal/Makefile.am    |    4 +-
 modules/hw/mmal/codec.c        |  784 +++++++++++----------
 modules/hw/mmal/deinterlace.c  |  803 ++++++++++++----------
 modules/hw/mmal/mmal_picture.c | 1023 ++++++++++++++++++++++++++-
 modules/hw/mmal/mmal_picture.h |  123 +++-
 modules/hw/mmal/subpic.c       |  229 +++++++
 modules/hw/mmal/subpic.h       |   52 ++
 modules/hw/mmal/vout.c         | 1486 +++++++++++++++++++++++-----------------
 8 files changed, 3139 insertions(+), 1365 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=8d21584f61daa145b2a70089cce580dc20a09cfa
    
    
More information about the vlc-commits
mailing list