summaryrefslogtreecommitdiff
path: root/xine_frontend.c
AgeCommit message (Expand)Author
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
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
2008-11-14Added missing headersphintuka
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
2008-11-11Cleaned up compile time warnings.rofafor
2008-11-11Splitting fe_grab: frame_compress_jpeg()phintuka
2008-11-11Splitting fe_grab: yuy2_to_yv12_frame()phintuka
2008-11-11Use HAVE_LIBJPEG.phintuka
2008-11-10Moved fe_t to headerphintuka
2008-11-04Moved LogToSysLog from xine_frontend.c to logdefs.cphintuka
2008-11-01include features.hphintuka
2008-07-04Simplify sscanf formatsphintuka
2008-07-04Simplify: use xine_check_versionphintuka
2008-07-04Cosmeticsphintuka
2008-06-19Move common data from xine_fbfe_frontend.c and xine_sxfe_frontend.c to xine_f...phintuka
2008-06-19Removed duplicate code and code that is not neededphintuka
2008-06-17fb_dev --> video_port_namephintuka
2008-06-17Replace xvdr with MRL_ID define in stringsphintuka
2008-06-17Add toggle_fullscreen function pointer.phintuka
2008-06-17Use "right" input plugin type when calling input plugin from frontend.phintuka
2008-06-17Call find_input from process_xine_keypressphintuka
2008-06-16Dynamically allocate configfilephintuka
2008-06-14Move DFB frame buffer device selection to xine_fbfe_frontend.cphintuka
2008-06-14Move X11 code from xine_frontend.c to xine_sxfe_frontend.cphintuka
2008-06-14Init structs in declarationphintuka
2008-05-21malloc+memset -> callocphintuka
2008-05-07Revert 1.54phintuka
2008-05-07Fix parsing pointer valuephintuka
2008-04-13Cosmeticsphintuka
2008-03-31Use type frontend_t* instead of void* in input plugin -> frontend function po...phintuka
2008-03-13Fixed xine-lib-1-2 issuesphintuka
2008-03-13Removed unnecessary log stringphintuka
2008-03-13Fill in current aspect ratio for swscalephintuka
2008-02-19Added the possibility to select the aspect ratio of the video.phelin
2008-01-03Change MRL syntax from xvdr[:proto]:// to xvdr[+proto]://phintuka
2008-01-03Adapt to recent changes in post.h:phintuka
2008-01-01Optimizations (unused return values, const data) and bug fixes (check ptr != ...phintuka