summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-19Fix copy-paste error ...phintuka
2008-02-19Remove compiler warning (suggest parentheses around && within ||)phintuka
2008-02-19vdr-1.5.15 subtitle track selectionphintuka
2008-02-19Remove unused code (old SPU track menu)phintuka
2008-02-19vdr-1.5.15 subtitle track selection/enumerationphintuka
2008-02-19Fix cID3Scanner <-> cPlaylist synchronication:phintuka
- playlist iterator is invalid after playlist modification - scanner might skip files that are added during scan
2008-02-19Remove static variablephintuka
2008-02-19Remove ID3 scanner startup delayphintuka
2008-02-19Add short jumps to video playerphintuka
2008-02-19vdr-1.5.15 subtitle track selectionphintuka
2008-02-19Eliminate compiler warning "suggest explicit braces to avoid ambiguous ↵phintuka
‘else’"
2008-02-19Software scaler priorityphintuka
2008-02-19Software scaling UIphintuka
2008-02-19Disable (keyboard) watchdog when keyboard thread terminatesphintuka
2008-02-19Initial importphintuka
2008-02-19Add 'xvdr+pipe' and 'xvdr:pipe' MRLs.phelin
2008-02-19New key bindings explained.phelin
2008-02-19Added the possibility to select the aspect ratio of the video.phelin
2008-02-19Fix returning to the previous directory after playing a ISO-file.phelin
2008-02-19Clean up German translations.phelin
2008-02-05Eliminate compiler warningsphintuka
2008-02-05Remove bitfield sizes (uint8_t is 8 bits)phintuka
2008-02-05Simple watchdogphintuka
2008-02-05Adapt to recent changes in pes.hphintuka
2008-02-05Added simple watchdogphintuka
some strings -> const char arrays
2008-02-05strings -> constphintuka
2008-02-05Adapt to recent changes in pes.hphintuka
2008-02-05Add flag for h.264 videophintuka
2008-02-05strings -> constphintuka
2008-02-05Added new object file (tools.o) to VDR pluginphintuka
2008-02-04Split to pes.h, mpeg.h and h264.hphintuka
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
2008-02-04Adapt to changes in pes.hphintuka
2008-02-04Use packet type macrosphintuka
2008-02-04Initial importphintuka
(Functions moved from pes.h and converted to plain C for use in xine_input_vdr.c)
2008-02-04Initial importphintuka
2008-02-04Initial importphintuka
2008-02-04Data is constant.phintuka
Added checks for EOF.
2008-01-29Initial importphintuka
2008-01-24Change the delimiter for metainfo handling from ' to @ (apostrophe is quite ↵phelin
more common...).
2008-01-24Use larger buffers for H.264phintuka
2008-01-24H.264: update frame type counters in live mode.phintuka
(this should fix SCR tunning and help to maintain A/V sync)
2008-01-24H.264 detectionphintuka
2008-01-16re-syncphintuka
2008-01-16Italian translations.phintuka
Thanks to Gringo <vdr-italian@tiscali.it>
2008-01-10Change the delimiter for metainfo handling from ' to @ (apostrophe is quite ↵phelin
more common...).
2008-01-10Separate the keypress handling for video and audio files.phelin
Enable track selection via numeric keys for audio files: "1" selects the first song in the playlist, "12" the 12th. Works only when playlist is not shown.
2008-01-10Enable selecting which metainfo is shown.phelin
2008-01-10Add setup menu for Media player. Options for enabling or disabling metainfo ↵phelin
types, metainfo scanner and metainfo caching.
2008-01-10Combine ID3Scanner command output handling for both metaflac and mp3info.phelin
2008-01-10Add Tracknumber for playlist items.phelin