Skip to content
Snippets Groups Projects
  1. Nov 15, 2019
    • Steve Lhomme's avatar
      mosaic_bridge: don't attempt to create the filter chain early · 12559b7b
      Steve Lhomme authored
      Either video_format_update had been called and it missed the filter creation
      and didn't update it, so we create the chain before the decoder. Or it was
      called after and this initialization was useless and reset afterwards.
      
      Now the filter chain will always use a correct video format and don't try to
      create a bogus one when the decoder is opening.
      12559b7b
  2. Nov 14, 2019
  3. Nov 13, 2019
  4. Nov 12, 2019
    • Johan Gunnarsson's avatar
      codec/telx: Fix warning · eb06ce12
      Johan Gunnarsson authored and Thomas Guillem's avatar Thomas Guillem committed
      
      Make sure the dbg macro can't compile down to nothing, so it can be used in
      if statements without braces.
      
      codec/telx.c: In function ‘Decode’:
      codec/telx.c:686:81: warning: suggest braces around empty body in an ‘if’
      statement [-Wempty-body]
      (long int)(p_sys->prev_pts+1500000)));
                                           ^
      
      Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
      eb06ce12
  5. Nov 10, 2019
  6. Nov 09, 2019
    • Felix Paul Kühne's avatar
      macosx: fix pointer mismatch · 13e18f31
      Felix Paul Kühne authored
      A instance of VLCOpenBlockDeviceDescription was casted to NSDictionary leading to a runtime exception (#23091).
      
      This patch addresses the problem and prevents future issues by setting the class on the arrays.
      13e18f31
  7. Nov 08, 2019
  8. Nov 07, 2019
  9. Nov 05, 2019
Loading