summaryrefslogtreecommitdiff
path: root/xine
AgeCommit message (Collapse)Author
2009-02-10Accept decoded audio/video in input (no signal / logo images)phintuka
2009-02-10Cosmeticsphintuka
2009-02-10reorder substream type checksphintuka
2009-02-10Changed logging to use xineliboutput log systemphintuka
2009-02-10Cosmetics.phintuka
Removed some logging. re-indent parse_private_stream1().
2009-02-09renamed to demux_xvdrphintuka
2009-02-08Removed code that is not used in xineliboutputphintuka
2009-02-08Merged in 1.1.x compabilityphintuka
(xine-lib hg demux_mpeg_block.c rev. 9653)
2009-02-08Initial import.phintuka
(Copy of demux_mpeg_block.c from xine-lib 1.2 HG, rev. 10773)
2009-01-17Enable compilation against xine-lib-1.2.rofafor
2008-12-19do not check (unsigned) < 0phintuka
2008-12-18Removed leftover testing code ...phintuka
2008-12-18Cosmeticsphintuka
(tabs->spaces)
2008-12-18Initial importphintuka
(OSD scaling video-out post plugin)
2008-12-15Improved calculating scaled coordinatesphintuka
2008-12-14Do not reascale OSDs if video_out does scalingphintuka
2008-12-14Fixed setting palette typephintuka
2008-12-14Cosmeticsphintuka
(removed trailing spaces, tabs->spaces)
2008-12-14Cosmeticsphintuka
(removed trailing spaces and tabs)
2008-12-14Cosmeticsphintuka
(removed trailing spaces, tabs->spaces)
2008-12-14Cosmeticsphintuka
(Removed tabs and trailing spaces)
2008-12-13Fixed deadlock in rescaling codephintuka
2008-12-06Moved OSD code from xine_input_vdr.c to xine/osd_manager.[hc]phintuka
2008-12-06Added VDR_OSD_MAGICphintuka
2008-12-03Moved SCR code from xine_input_vdr.c to own modulephintuka
2008-11-21Export default proxy handlers to be used in actual implementationsphintuka
2008-11-20New filexineliboutput-1_1_0pre1phintuka
2008-11-19New filephintuka
2008-11-04Removed NEED_x_syslogphintuka
(function is now handled by linker)
2008-09-22This commit was manufactured by cvs2svn to create branch 'branch-1_0_x'.cvs2svn
2008-05-22xine_xmalloc -> callocphintuka
2008-05-07This commit was manufactured by cvs2svn to create branch 'unlabeled-1.30.2'.cvs2svn
2008-02-28d->fphintuka
2008-02-28Updated to post plugin interface version 10 (xine-lib 1.2 branch)phintuka
2008-02-19Software scaler priorityphintuka
2008-02-19Initial importphintuka
2008-01-03Use video_source stream and audio_source stream instead of stream and ↵phintuka
slave_stream. (This makes it possible to mix audio and video from different streams)
2007-12-19Don't use xine_strdupaphintuka
2007-09-17Support for multi-threaded post pluginsphintuka
2007-05-30Fix segfault in verbose loggingphintuka
2007-03-08Removed include linux/unistd.hphintuka
2007-01-20Show warning message if post plugin does not support given parameter(s)phintuka
2007-01-01x_syslog is now defined in logdefs.hphintuka
2006-12-31added format attribute for x_syslogphintuka
2006-12-24Logging goes to (unbuffered) stderrphintuka
2006-12-17Minor optimizations to plugin enablingphintuka
2006-12-17Fixed a bug that caused audio plugins re-loaded every time when enabledphintuka
2006-09-23log tidphintuka
2006-09-19Don't allow changing post plugin parameters if post plugin is loaded from ↵phintuka
command line
2006-09-16Fix unloading of all plugins (even "static" plugins given on command line ↵phintuka
are unloaded) Fix unloading all post plugins (every second was left unloaded) Fixed debug output when name=null