summaryrefslogtreecommitdiff
path: root/frontend.c
AgeCommit message (Collapse)Author
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
2007-01-06Start in live modephintuka
2007-01-01Poll before every PES frame when replaying MPEG2 ES still imagephintuka
Added locking to file name freeing in playfile (it can be accessed from frontend server thread) File name is now available during playfile execution (it is needed in http server if client wants to stream file over http)
2006-12-24DVD title numberphintuka
2006-12-23Fixed metainfo parsingphintuka
Use options when switching post plugin goom on
2006-12-20Added INFO TITLEphintuka
2006-12-19*** empty log message ***phintuka
2006-12-19Added metainfo handlingphintuka
2006-10-18Audio track map handlingphintuka
2006-10-18Handle DVD SPU track mapsphintuka
2006-09-20Buffer size checksphintuka
Custom startup image loading
2006-09-19POST tvtime control message needs larger buffersphintuka
2006-09-06Fixed missing PES header sizephintuka
2006-09-04Blanking moved to client sidephintuka