summaryrefslogtreecommitdiff
path: root/frontend.c
AgeCommit message (Collapse)Author
2009-10-21This commit was manufactured by cvs2svn to create branch 'CVS'.CVScvs2svn
2009-09-05Fixed return type error.rofafor
2009-09-05Use track number as language code when audio/SPU track language is unknownphintuka
2009-08-19Parse window size messagesphintuka
2009-08-18Removed m_bIsFinishedphintuka
2009-08-18Removed IsFinished()phintuka
2009-08-18Use cThread::Running() and cThread::Cancel()phintuka
2009-08-01Moved double clear check from cXinelibDevice to cXinelibThreadphintuka
2009-05-29Fixed invalid cast from (const char *) -> (char *)phintuka
2009-02-16include tools/mpeg.hphintuka
2009-01-26Added TimeoutMs to PlayFile()phintuka
2009-01-08Added sharpness and noise reduction setup options for VDPAU.rofafor
2008-11-20Removed backwards compatibility.rofafor
2008-11-10tunning->tuningphintuka
2008-09-23send preferred DVD subtitle languagephintuka
2008-09-18Added INFO DVDBUTTONS handlerphintuka
2008-09-16removed #if defined(VDRSPUPATCH)phintuka
2008-07-30Fixed H.264 ES -> PES conversion (MPEG2 end of sequence --> H.264 NAL end of ↵phintuka
sequence)
2008-04-14Signal unscaled OSD configuration options in xine_osd_command_t flagsphintuka
2008-04-14Removed setting unscaled_osd_opaquephintuka
2008-04-13Use scaling method from osd_command_tphintuka
2008-04-13SCR setingsphintuka
2008-04-12Remove option to disable OSD downscaling (useless ...?)phintuka
2008-04-10Deliver DISCARD control message in both streams (data and control).phintuka
(protect against random delays in control stream)
2008-04-03Moved common configuration code to base classphintuka
2008-03-16Use defines for special suptitle "tracks" auto and nonephintuka
Implement vdr>=1.5.15 SetSubtitleTrackDevice
2008-03-16Use cStatus to track user SPU track selections and automatic SPU track ↵phintuka
selections
2008-03-16Use cString instead of asprintfphintuka
2008-02-22Try to fix subtitle selection logic with vdr-1.5.15 ...phintuka
2008-02-22VDR doesn't handle TrackId 0, so always increment TrackId by 1.phintuka
(TrackId is not used by xineliboutput/xine anyway). Thanks to Petri Helin
2008-02-20Convert all iso639-2 language names to iso639-1phintuka
2008-02-19vdr-1.5.15 subtitle track selection/enumerationphintuka
2008-02-19Added the possibility to select the aspect ratio of the video.phelin
2008-02-05Adapt to recent changes in pes.hphintuka
2008-01-10Change the delimiter for metainfo handling from ' to @ (apostrophe is quite ↵phelin
more common...).
2008-01-10Add Tracknumber for playlist items.phelin
2008-01-10Replace Track with Title in playlist items.phelin
2008-01-09Set audio volume when client connectsphintuka
2008-01-06Add PlayMode parameter to PlayFilephintuka
2007-09-17Fix DVD menu domain detectionphelin
2007-06-21char *m_FileName -> cString m_FileNamephintuka
2007-06-12Setup option to change external subtitle (.sub/.srt) font sizephintuka
2007-03-28Software volume controlphintuka
2007-03-14Preferred SPU languagesphintuka
2007-03-14Fix SPUMAP handling when there are no subtitlesphintuka
2007-03-14String overflow checksphintuka
2007-01-26Avoid busy Poll loops when frontend not readyphintuka
2007-01-24Should be maxphintuka
2007-01-24Poll returns number of free buffers instead of booleanphintuka
2007-01-20Check if fopen failed before writing to file (patch from Ville Skyttä)phintuka