Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-28 | Do not unload post plugins in fe_xine_close(). Fixes lost post processing ↵ | phintuka | |
when stream is reconnected. | |||
2012-03-19 | Added user handle to frontend->vdr message callback | phintuka | |
2012-03-13 | Removed deprecated setting (field_order) | phintuka | |
2012-03-10 | added frontend pointer to xine_input_event() | phintuka | |
2012-03-07 | Added hook for video frame drawing. | phintuka | |
This will be used with automatic video mode switching. | |||
2011-12-14 | Do not set speakers to stereo when alsa iec/spdif output is not used | phintuka | |
(Closes #3459040) | |||
2011-04-11 | Drop support for old grab feature of xine-lib 1.2 vdpau-extensions-patch ↵ | durchflieger | |
because patch is not maintained any more. | |||
2011-04-11 | Do 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-10 | Add 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-08 | Patch #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-22 | Fixed warnings: | phintuka | |
- add a default case switch. - comparing signed and unsigned vars (Thanks to Winfried Koehler) | |||
2010-03-31 | fe_grab(): fixed clipping height (sf bug #2979641) | phintuka | |
2010-03-29 | Fixed building with jpeg <= 7 | phintuka | |
(Thanks to Dirk Brenken) | |||
2010-03-28 | Fixed bug #2974620 : vdr-sxfe segfaults when executing GRAB | phintuka | |
2010-03-01 | Log config file | phintuka | |
2010-02-14 | Added stream ID and position to xine_queue_pes_packet() | phintuka | |
2010-02-03 | Create config directory if it does not exist (sf bug #2796595) | phintuka | |
2010-01-26 | Wire vo_lastpts | phintuka | |
2010-01-04 | fe_xine_init(): Use proper cleanup functions. | phintuka | |
fe_post_unwire(): Added check for this->stream. Fail if stream is not initialized. | |||
2010-01-03 | Fixed segfault in fe_xine_exit() when this->postplugins == NULL | phintuka | |
2010-01-03 | Added 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-29 | Added system shutdown functionality | phintuka | |
2009-12-29 | fe_is_finished(): user-requested exit has higher priority than playback errors. | phintuka | |
(user-requested exit does not trigger re-connect) | |||
2009-12-29 | Cosmetics | phintuka | |
2009-10-08 | Added 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-08 | Pointer checks, logging updates and cosmetics | phintuka | |
2009-09-27 | Reset video size when stream changes. | phintuka | |
This should fix VDR OSD when playing DVD with some video resolutions. | |||
2009-08-19 | Fixed memory leak | phintuka | |
2009-08-19 | Signal window size to VDR at startup | phintuka | |
2009-08-19 | Fixed fe_send_event() for events from frontend --> VDR | phintuka | |
2009-03-17 | Init and wire OSD re-orderer | phintuka | |
2009-02-25 | input_control() -> post_vdr_event() | phintuka | |
2009-02-10 | Removed demux:mpeg_block from mrl. | phintuka | |
(This should enable xvdr demuxer) | |||
2009-01-10 | Changed the default grab quality to match VDR's documentation. | rofafor | |
2008-12-19 | Added '-C'/'--config' command-line option to specify xine's configuration file. | rofafor | |
2008-12-18 | Enable OSD scaling between video_out and video driver | phintuka | |
2008-11-19 | Added grab in PNM format | phintuka | |
(still no scaling for grabbed images) | |||
2008-11-16 | Silenced warn_unused_result warnings. | rofafor | |
2008-11-16 | Missed script path | phintuka | |
2008-11-16 | Check if executing aspect ratio controller script failed | phintuka | |
2008-11-14 | fe_t: Added pointers to (fe_)dest_pixel_aspect and (fe_)frame_output_cb | phintuka | |
2008-11-14 | Renamed: | phintuka | |
toggle_fullscreen_state -> toggle_fullscreen_cb update_display_size -> update_display_size_cb | |||
2008-11-14 | Added missing headers | phintuka | |
Removed FE_STANDALONE checks | |||
2008-11-13 | compile xine_frontend_main.c as separate unit | phintuka | |
2008-11-13 | Eliminated process_xine_keypress | phintuka | |
2008-11-13 | Moved xine-lib version check to fe_xine_init() | phintuka | |
2008-11-13 | Added fe_send_event, fe_send_input_event and fe_init | phintuka | |
2008-11-13 | Updated xine_is_finished return values | phintuka | |
2008-11-13 | Moved list_plugins to xine_frontend.c. | phintuka | |
2008-11-11 | Eliminated static variable "verbose_xine_log" | phintuka | |