summaryrefslogtreecommitdiff
path: root/src/vdr
AgeCommit message (Collapse)Author
2007-11-20Mark xine_plugin_info structures const as for all the rest of plugins.Diego 'Flameeyes' Pettenò
2007-11-10Provide copyright notice and license. Remove RCS ID.Reinhard Nißl
2007-11-09More updates for FSF address.Diego 'Flameeyes' Pettenò
2007-11-01Fix zooming 16:9 frames and increase verbosity for debugging.Reinhard Nißl
In H.264 there are a couple of aspect ratios which can be thought of as beeing 16:9. The easiest way is to consider all non 4:3 ratios as beeing 16:9 and apply the zoom factors for 16:9 to such frames. Reporting buffer usage is intended to detect replay issues on slow machines.
2007-10-29Trivial consistency tweak.Darren Salt
2007-10-23Use vdr://path/to/fifo and netvdr://host[:port]; cope with any number of "/"s.Darren Salt
2007-10-22vdr:// MRL handling improvements.Darren Salt
Do MRL unescaping. For FIFOs, require vdr:///path/to/fifo (i.e. three or more leading slashes). For host[:port], truncate the MRL at the first "#" (prior to unescaping).
2007-10-22Fix broken usage of macros within translation markup.Darren Salt
2007-10-22Add socket connection support to input_vdr.Reinhard Nißl
2007-10-16Implement VDR's subtitles menu key for vdr-xine-0.7.12.vdr-xine-version-712Reinhard Nißl
2007-08-16Merge open()/glibc (debug #define) workaround from 1.1; fix up for 1.2 changes.Darren Salt
This does not touch code in contrib.
2007-07-29have post_vdr_video use the recent postprocessing changesReinhard Nißl
post_vdr_video is now able to always intercept any frame as XXMC and XVMC postprocessing has been fixed. As long as post_vdr_video's image scaling isn't requested or possible due too unsuitable frame format, the preprocessing procs shall still get routed as we will not draw on the frame in that situation. --HG-- extra : transplant_source : %C4%B3%C9%AC%7C%DBJ%D8%60%E2%EF%B4z%C0%01%97%CCQX%D7
2007-06-09Convert all input plugins to use void * as type for the buf parameter of ↵Diego 'Flameeyes' Pettenò
read() function, and declare a new buf variable in the function as needed.
2007-05-18Add summary info for vdr; build plugins if DVB is enabled (no point otherwise).Darren Salt
Valid so long as remote vdr support is not present (a patch exists for this).
2007-05-17Clean up the vdr plugins' makefile; mark the plugin info as EXPORTED.Darren Salt
2007-05-17Link the vdr input plugin with pthread.Darren Salt
2007-05-09Declare the entries at the start of the file, makes it easier to see the ↵Diego 'Flameeyes' Pettenò
targets.
2007-05-09Don't use multiline when only one entry is present.Diego 'Flameeyes' Pettenò
2007-05-09Put post_vdr.h between the post plugin sources, rather than having it in the ↵Diego 'Flameeyes' Pettenò
extra noinst_HEADERS.
2007-05-09Properly use xineplug_ldflags and remove IMPURE_TEXT_LDFLAGS, as there are ↵Diego 'Flameeyes' Pettenò
no inline assembler routines.
2007-05-09Instead of using libdir and postlibdir, use xineplug and xinepost, that are ↵Diego 'Flameeyes' Pettenò
defined in Makefile.common.
2007-05-08Clean up the vdr plugins' makefile.Darren Salt
2007-05-02Install input_vdr.h in ${includedir}/xine, where vdr-xine expects it.Darren Salt
2007-04-10Initial import of VDR plugins.vdr-xine-version-711Reinhard Nißl