Age | Commit message (Collapse) | Author |
|
|
|
- playlist iterator is invalid after playlist modification
- scanner might skip files that are added during scan
|
|
|
|
|
|
Move (most) code to pes.c, mpeg.c and h264.c
Convert file to plain C so it can be used in xine_input_vdr.c
|
|
|
|
|
|
(Functions moved from pes.h and converted to plain C for use in xine_input_vdr.c)
|
|
|
|
Added checks for EOF.
|
|
|
|
|
|
|
|
types,
metainfo scanner and metainfo caching.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- parse flac metadata with metaflac (Patch from Petri Helin)
- escape double quotes in file names
- sort tracks without track number to end of list
- re-sort playlist after metadata scanning
|
|
|
|
|
|
|
|
|
|
if server address is present in discovery reply
|
|
(gcc 4.3.0: deprecated conversion from string constant to 'char*')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String overflow check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed several (now) unused inline functions
|