summaryrefslogtreecommitdiff
path: root/xine_frontend.c
AgeCommit message (Collapse)Author
2013-10-28Do not unload post plugins in fe_xine_close(). Fixes lost post processing ↵phintuka
when stream is reconnected.
2012-03-19Added user handle to frontend->vdr message callbackphintuka
2012-03-13Removed deprecated setting (field_order)phintuka
2012-03-10added frontend pointer to xine_input_event()phintuka
2012-03-07Added hook for video frame drawing.phintuka
This will be used with automatic video mode switching.
2011-12-14Do not set speakers to stereo when alsa iec/spdif output is not usedphintuka
(Closes #3459040)
2011-04-11Drop support for old grab feature of xine-lib 1.2 vdpau-extensions-patch ↵durchflieger
because patch is not maintained any more.
2011-04-11Do not lock last frame.durchflieger
In xine-lib 1.2 function 'get_last_frame' returns already a locked frame. This new behavior was introduced by a recent patch.
2011-03-10Add support for new frame grabbing feature of xine-lib-1.2 with ↵durchflieger
df-xine-lib-extensions patch >= v21. Thanks to the new frame grab feature grabbing of color correct fully scaled RGB images is now supported for a wide range of output drivers like xv, vdpau and others replacing most of the grab implementation in xineliboutput. Support for the (older) vdpau-extensions-patch and xine-lib without extension patches is still retained.
2011-01-08Patch #3150273:phintuka
Added two new slave commands FULLSCREEN0 and FULLSCREEN1 to switch explicit to fullscreen and normal window mode. (Thanks to Andreas Auras (durchflieger))
2010-05-22Fixed warnings:phintuka
- add a default case switch. - comparing signed and unsigned vars (Thanks to Winfried Koehler)
2010-03-31fe_grab(): fixed clipping height (sf bug #2979641)phintuka
2010-03-29Fixed building with jpeg <= 7phintuka
(Thanks to Dirk Brenken)
2010-03-28Fixed bug #2974620 : vdr-sxfe segfaults when executing GRABphintuka
2010-03-01Log config filephintuka
2010-02-14Added stream ID and position to xine_queue_pes_packet()phintuka
2010-02-03Create config directory if it does not exist (sf bug #2796595)phintuka
2010-01-26Wire vo_lastptsphintuka
2010-01-04fe_xine_init(): Use proper cleanup functions.phintuka
fe_post_unwire(): Added check for this->stream. Fail if stream is not initialized.
2010-01-03Fixed segfault in fe_xine_exit() when this->postplugins == NULLphintuka
2010-01-03Added sanity checks:phintuka
xine_stop() and xine_close() need stream do not try to unload post plugins if those haven't been initialized
2009-12-29Added system shutdown functionalityphintuka
2009-12-29fe_is_finished(): user-requested exit has higher priority than playback errors.phintuka
(user-requested exit does not trigger re-connect)
2009-12-29Cosmeticsphintuka
2009-10-08Added support for XINE_GUI_SEND_GRAB_FRAME (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804&threadview=0&hilight=&hilightuser=0&page=1
2009-10-08Pointer checks, logging updates and cosmeticsphintuka
2009-09-27Reset video size when stream changes.phintuka
This should fix VDR OSD when playing DVD with some video resolutions.
2009-08-19Fixed memory leakphintuka
2009-08-19Signal window size to VDR at startupphintuka
2009-08-19Fixed fe_send_event() for events from frontend --> VDRphintuka
2009-03-17Init and wire OSD re-ordererphintuka
2009-02-25input_control() -> post_vdr_event()phintuka
2009-02-10Removed demux:mpeg_block from mrl.phintuka
(This should enable xvdr demuxer)
2009-01-10Changed the default grab quality to match VDR's documentation.rofafor
2008-12-19Added '-C'/'--config' command-line option to specify xine's configuration file.rofafor
2008-12-18Enable OSD scaling between video_out and video driverphintuka
2008-11-19Added grab in PNM formatphintuka
(still no scaling for grabbed images)
2008-11-16Silenced warn_unused_result warnings.rofafor
2008-11-16Missed script pathphintuka
2008-11-16Check if executing aspect ratio controller script failedphintuka
2008-11-14fe_t: Added pointers to (fe_)dest_pixel_aspect and (fe_)frame_output_cbphintuka
2008-11-14Renamed:phintuka
toggle_fullscreen_state -> toggle_fullscreen_cb update_display_size -> update_display_size_cb
2008-11-14Added missing headersphintuka
Removed FE_STANDALONE checks
2008-11-13compile xine_frontend_main.c as separate unitphintuka
2008-11-13Eliminated process_xine_keypressphintuka
2008-11-13Moved xine-lib version check to fe_xine_init()phintuka
2008-11-13Added fe_send_event, fe_send_input_event and fe_initphintuka
2008-11-13Updated xine_is_finished return valuesphintuka
2008-11-13Moved list_plugins to xine_frontend.c.phintuka
2008-11-11Eliminated static variable "verbose_xine_log"phintuka