[vlc-devel] [PATCH 0/4] resubmitting oldhttp patches

John Freed okvlc at johnfreed.com
Thu Mar 29 20:32:21 CEST 2012


Per suggestion, I have split this into four patches:
--adding commonly used ID3 genres (as there is no "standard")
--correcting an erroneous RPN entry
--fix oldhttp album art and correct memory leak
--provide default art (the 256-pixel cone)

John Freed (4):
  add commonly used ID3 genres to the list     (see
    http://www.id3.org/Compliance_Issues and
    http://www.id3.org/id3v2.3.0)
  Correct erroneous entry; ART_URL needs to return ArtURL, not
    GetEncodedBy
  Various fixes to get album art working on oldhttp interface
  provide a default for oldhttp album art (copy of 256x256 vlc.png)

 modules/control/http/http.c             |   68 ++++++++++-----------
 modules/control/http/http.h             |   10 ++-
 modules/control/http/rpn.c              |    2 +-
 modules/meta_engine/id3genres.h         |  104 ++++++++++++++++++++++++++-----
 share/http/dialogs/main                 |    2 +-
 share/http/images/default_album_art.png |  Bin 0 -> 57537 bytes
 share/http/js/functions.js              |    4 +-
 share/lua/http/js/functions.js          |    4 +-
 8 files changed, 132 insertions(+), 62 deletions(-)
 create mode 100644 share/http/images/default_album_art.png

-- 
1.7.7.6




More information about the vlc-devel mailing list