HISTORY
branchtrunk
changeset 33 65ed49cbc08b
parent 32 cea1b4f741be
child 36 244d48301acc
equal deleted inserted replaced
32:cea1b4f741be 33:65ed49cbc08b
     5 - Fixed a segfault while direct song selection. Thanks to Halim Sahin for
     5 - Fixed a segfault while direct song selection. Thanks to Halim Sahin for
     6   reporting.
     6   reporting.
     7 - Fixed possible division by zero in libsndfile decoder.
     7 - Fixed possible division by zero in libsndfile decoder.
     8 - Fixed some gcc 4.x warnings.
     8 - Fixed some gcc 4.x warnings.
     9 - Added commandline option for a user defined default background image.
     9 - Added commandline option for a user defined default background image.
       
    10 - Added OGG streaming support. Implemented by Manuel Reimer.
    10 - Made the handling of song information (e.g. ID3) UTF-8 aware. The infocache
    11 - Made the handling of song information (e.g. ID3) UTF-8 aware. The infocache
    11   file is kept in UTF-8 format now.
    12   file is kept in UTF-8 format now.
    12 - Ignore errors while scaning recursive directories. Patch provided by Steffen
    13 - Ignore errors while scaning recursive directories. Patch provided by Steffen
    13   Kaiser.
    14   Kaiser.
    14 - Map audio-button to "switch_audio" and next/prev-button to "seek_chapter"
    15 - Map audio-button to "switch_audio" and next/prev-button to "seek_chapter"