1. 23 Sep, 2014 2 commits
    • Rafaël Carré's avatar
      httpcookies: fix memleak · c88a2517
      Rafaël Carré authored
      c88a2517
    • Devin Heitmueller's avatar
      Allow --sub-track to work with EIA-608 captions, and fix crash on exit · caaac10c
      Devin Heitmueller authored
      Prior to this patch, if the user specified the --sub-track argument on
      the command line, it would not work with MPEG2 streams that contain
      EIA-608 closed captions.  It would also cause an abort() on exit.
      
      The crash was because the various functions that select/unselect
      streams would check for the p_master member, which isn't set until
      after EsOutAdd().  The call to EsOutAdd itself though would call
      EsSelect(), which would treat the ES as a regular subtitle stream
      and cause a resource leak -- which would cause an abort at exit.
      
      The other change actually makes --sub-track work with the special
      case of EIA-608 captions.
      Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
      caaac10c
  2. 22 Sep, 2014 8 commits
  3. 21 Sep, 2014 16 commits
  4. 20 Sep, 2014 4 commits
  5. 17 Sep, 2014 10 commits