summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-01-10Replace Track with Title in playlist items.phelin
2008-01-10*** empty log message ***phintuka
2008-01-09re-syncphintuka
2008-01-09Don't terminate keyboard reading thread when poll is interrupted (EINTR)phintuka
2008-01-09Cache autoplaylist aizephintuka
Query CD info before issuing play (otherwise replay is interrupted) Parse stream mixing parameters in PLAYFILE
2008-01-09Fix typophintuka
2008-01-09Set audio volume when client connectsphintuka
2008-01-06Added PlayMode to PlayFile()phintuka
2008-01-06Add PlayMode parameter to PlayFilephintuka
2008-01-03Change MRL syntax from xvdr[:proto]:// to xvdr[+proto]://phintuka
2008-01-03Use "file:" mrl when replaying media files or imagesphintuka
2008-01-03xine_xmalloc zeroes memory, do not do it againphintuka
Don't check pointers to be != 0 when calling free() Remove DVD mrl unescaping for xine-lib >= 1.1.9
2008-01-03Adapt to recent changes in post.h:phintuka
- store slave_stream in frontend data instead of post plugins data - enable mixing video and audio from different streams
2008-01-03Use video_source stream and audio_source stream instead of stream and ↵phintuka
slave_stream. (This makes it possible to mix audio and video from different streams)
2008-01-03Store slave stream in frontend dataphintuka
2008-01-02Use POST_PLUGIN_IFACE_VERSION instead of XINE_VERSION_CODEphintuka
2008-01-01Hotkeys for audio delayphintuka
(Patch from Timo Eskola)
2008-01-01Don't use pkg-config for xine-lib < 1.2phintuka
2008-01-01Optimizations (unused return values, const data) and bug fixes (check ptr != ↵phintuka
NULL). (Patch from Patrick Fischer)
2007-12-22Fix fifo_buffer_new definephintuka
2007-12-22Do the test only oncephintuka
2007-12-22Prefer pkg-config over (deprecated) xine-configphintuka
2007-12-19Add replacement for _x_fifo_buffer_new (xine-lib 1.2 hides the function)phintuka
2007-12-19xine-lib 1.2 API changes (post_class)phintuka