summaryrefslogtreecommitdiff
path: root/src/vdr/post_vdr_video.c
AgeCommit message (Collapse)Author
2013-09-13Copyright year update by hg log infoTorsten Jager
script execution time: 55"
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-02-04Silence vdr_video (unless LOG and LOG_VERBOSE are defined).Darren Salt
--HG-- extra : transplant_source : %B3%7E6%F5%18%80i%20rb%10m%8AA8G%87%F5%A8r
2008-01-25Always use xine_xmalloc in plugin class init; avoids uninitialised pointers.Darren Salt
2007-12-31Combine vdr plugins into a single binary.Reinhard Nißl
Several files were renamed for consistency. --HG-- rename : include/xine/input_vdr.h => include/xine/vdr.h rename : src/vdr/post_vdr.c => src/vdr/combined_vdr.c rename : src/vdr/post_vdr.h => src/vdr/combined_vdr.h
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ↵Diego 'Flameeyes' Pettenò
called free().
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
This way the gettext code for description does not need to be repeated by every plugin.
2007-12-11Update all misc plugins to the new identifier/description interface. Add _() ↵Diego 'Flameeyes' Pettenò
where missing, for i18n.
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-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-04-10Initial import of VDR plugins.vdr-xine-version-711Reinhard Nißl