Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-06 | (1.138.2.17) | phintuka | |
eliminated warning (dereferencing type-punned pointer will break strict-aliasing rules) | |||
2009-02-12 | Eliminate warnings: | phintuka | |
- asprintf return value - nice return value - missing format literal | |||
2009-02-12 | Reduced H.264 logging | phintuka | |
2008-10-21 | 1.0.3: Backported bugfixes from CVS trunk: | phintuka | |
- Fixed playing first track of audio CD (requires xine-lib 1.1.5) | |||
2008-10-18 | Fixed MIN/MAX for MAC OS X | phintuka | |
(Thanks to Tero Siironen) | |||
2008-10-04 | Always enable overlay | phintuka | |
2008-10-04 | Use proper stream in exec_osd_command | phintuka | |
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed selecting DVD subtitles language | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Ensure visibility of DVD menu SPUs | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Signal automatically selected SPU track to VDR | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Removed abort() | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed nosignal image with FFmpeg MPEG2 decoder: Added BUF_FLAG_FRAME_END flag and MPEG sequence end code | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed setting DVD subtitles preferred language | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed DVD menu navigation when menu is not in title 0 | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- xine-lib 1.2 updates | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed buffer errors when switching from HD channel to SD channel | |||
2008-05-06 | Do not restore pause when flushing engine | phintuka | |
(this should fix freezes when zapping / seeking) | |||
2008-04-14 | Signal unscaled OSD configuration options in xine_osd_command_t flags | phintuka | |
2008-04-14 | Removed setting unscaled_osd_opaque | phintuka | |
2008-04-13 | Use scaling method from osd_command_t | phintuka | |
2008-04-13 | Cleanup | phintuka | |
2008-04-12 | Remove option to disable OSD downscaling (useless ...?) | phintuka | |
2008-04-12 | Suspend data thread to sync point until engine has been flushed | phintuka | |
2008-04-12 | Set BUF_FLAG_SEEK when sending new PTS upstream | phintuka | |
Use demux->seek instead of _x_demux_flush_engine | |||
2008-04-11 | vdr_flush_engine: | phintuka | |
Make sure engine is not paused while flushing Do not flush if sync point has been passed already Some cosmetics | |||
2008-04-11 | Allow fine-tuning of SCR speed and disabling SCR<->transponder clock sync in ↵ | phintuka | |
live mode. (SCR fine-tuning should reduce frame drops/duplications and make video smoother) | |||
2008-04-11 | Use stream->demux_mutex to synchronize control buffers going to audio and ↵ | phintuka | |
video fifos Use stream->demux_resume signal | |||
2008-04-11 | Cleanup | phintuka | |
2008-04-10 | Deliver DISCARD control message in both streams (data and control). | phintuka | |
(protect against random delays in control stream) | |||
2008-03-25 | Stop slave stream when disconnected (-> frontend can terminate) | phintuka | |
2008-03-25 | Fix OSD when (DVD)subtitles are disabled | phintuka | |
Fix spu channel "none" and "auto" numbers | |||
2008-03-16 | Use ntoh_osdcmd and hton_osdcmd | phintuka | |
2008-03-13 | Data -> .rodata, less symbols for relocation | phintuka | |
2008-03-11 | Added dirty area and flags to xine_osd_command_t | phintuka | |
2008-02-27 | Preparation for HUD OSD: allow frontend to intercept OSD messages. | phintuka | |
2008-02-27 | Preparation for HUD OSD: move RGB->YUV conversion to client side. | phintuka | |
2008-02-26 | Use already defined error type macros instead of plain numbers | phintuka | |
2008-02-22 | Fix typo. | phintuka | |
Remove unused header. | |||
2008-02-22 | Signal also "none"/"auto" in SPU track map | phintuka | |
2008-02-19 | Add 'xvdr+pipe' and 'xvdr:pipe' MRLs. | phelin | |
2008-02-19 | Added the possibility to select the aspect ratio of the video. | phelin | |
2008-01-24 | Change the delimiter for metainfo handling from ' to @ (apostrophe is quite ↵ | phelin | |
more common...). | |||
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-10 | Add Tracknumber for playlist items. | phelin | |
2008-01-10 | *** empty log message *** | 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-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 |