summaryrefslogtreecommitdiff
path: root/frontend.c
AgeCommit message (Collapse)Author
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
2006-09-03Send pts (0) before video ES still framesphintuka
Experimental data-stream synchronized control message BLANK
2006-08-25Added overscan optionphintuka
2006-08-22Enable audio visualization plugins for file playbackphintuka
2006-08-22New config options: autocrop parameters and speaker arrangementphintuka
2006-08-16Improved end of stream signallingphintuka
Some extra checks to catch null pointers and empty strings
2006-08-15delete --> delete[] (Thanks to Tobias Grimm)phintuka
2006-07-21Fixed possible double free and memory leakphintuka
2006-07-15Audio surround mode fixedphintuka
2006-07-06*** empty log message ***phintuka
2006-07-02*** empty log message ***phintuka
2006-07-02Added PES frame counter for UDP/RTPphintuka
Improved AC3 handling
2006-06-04x86 fixesphintuka
const added to several arguments and data control stream write result checks added possible deadlock removed from vdr_plugin_keypress OSD endian problems fixed
2006-06-04const added to several arguments and dataphintuka
control stream write result checks added possible deadlock removed from vdr_plugin_keypress