Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-19 | Software scaling UI | phintuka | |
2008-02-19 | Disable (keyboard) watchdog when keyboard thread terminates | phintuka | |
2008-02-19 | Initial import | phintuka | |
2008-02-19 | Add 'xvdr+pipe' and 'xvdr:pipe' MRLs. | phelin | |
2008-02-19 | New key bindings explained. | phelin | |
2008-02-19 | Added the possibility to select the aspect ratio of the video. | phelin | |
2008-02-19 | Fix returning to the previous directory after playing a ISO-file. | phelin | |
2008-02-19 | Clean up German translations. | phelin | |
2008-02-05 | Eliminate compiler warnings | phintuka | |
2008-02-05 | Remove bitfield sizes (uint8_t is 8 bits) | phintuka | |
2008-02-05 | Simple watchdog | phintuka | |
2008-02-05 | Adapt to recent changes in pes.h | phintuka | |
2008-02-05 | Added simple watchdog | phintuka | |
some strings -> const char arrays | |||
2008-02-05 | strings -> const | phintuka | |
2008-02-05 | Adapt to recent changes in pes.h | phintuka | |
2008-02-05 | Add flag for h.264 video | phintuka | |
2008-02-05 | strings -> const | phintuka | |
2008-02-05 | Added new object file (tools.o) to VDR plugin | phintuka | |
2008-02-04 | Split to pes.h, mpeg.h and h264.h | phintuka | |
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-04 | Adapt to changes in pes.h | phintuka | |
2008-02-04 | Use packet type macros | phintuka | |
2008-02-04 | Initial import | phintuka | |
(Functions moved from pes.h and converted to plain C for use in xine_input_vdr.c) | |||
2008-02-04 | Initial import | phintuka | |
2008-02-04 | Initial import | phintuka | |
2008-02-04 | Data is constant. | phintuka | |
Added checks for EOF. | |||
2008-01-29 | Initial import | phintuka | |
2008-01-24 | Change the delimiter for metainfo handling from ' to @ (apostrophe is quite ↵ | phelin | |
more common...). | |||
2008-01-24 | Use larger buffers for H.264 | phintuka | |
2008-01-24 | H.264: update frame type counters in live mode. | phintuka | |
(this should fix SCR tunning and help to maintain A/V sync) | |||
2008-01-24 | H.264 detection | phintuka | |
2008-01-16 | re-sync | phintuka | |
2008-01-16 | Italian translations. | phintuka | |
Thanks to Gringo <vdr-italian@tiscali.it> | |||
2008-01-10 | Change the delimiter for metainfo handling from ' to @ (apostrophe is quite ↵ | phelin | |
more common...). | |||
2008-01-10 | Separate 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-10 | Enable selecting which metainfo is shown. | phelin | |
2008-01-10 | Add setup menu for Media player. Options for enabling or disabling metainfo ↵ | phelin | |
types, metainfo scanner and metainfo caching. | |||
2008-01-10 | Combine ID3Scanner command output handling for both metaflac and mp3info. | phelin | |
2008-01-10 | Add Tracknumber for playlist items. | phelin | |
2008-01-10 | Replace Track with Title in playlist items. | phelin | |
2008-01-10 | *** empty log message *** | phintuka | |
2008-01-09 | re-sync | phintuka | |
2008-01-09 | Don't terminate keyboard reading thread when poll is interrupted (EINTR) | phintuka | |
2008-01-09 | Cache autoplaylist aize | phintuka | |
Query CD info before issuing play (otherwise replay is interrupted) Parse stream mixing parameters in PLAYFILE | |||
2008-01-09 | Fix typo | phintuka | |
2008-01-09 | Set audio volume when client connects | phintuka | |
2008-01-06 | Added PlayMode to PlayFile() | phintuka | |
2008-01-06 | Add PlayMode parameter to PlayFile | phintuka | |
2008-01-03 | Change MRL syntax from xvdr[:proto]:// to xvdr[+proto]:// | phintuka | |
2008-01-03 | Use "file:" mrl when replaying media files or images | phintuka | |
2008-01-03 | xine_xmalloc zeroes memory, do not do it again | phintuka | |
Don't check pointers to be != 0 when calling free() Remove DVD mrl unescaping for xine-lib >= 1.1.9 |