Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-31 | Change some constants to accommodate recent filename changes. | Reinhard Nißl | |
2007-12-31 | Combine 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-31 | Remove unused preview data from input_vdr.c. | Reinhard Nißl | |
2007-12-31 | Fix installation of input_vdr.h by moving it to include/xine. | Reinhard Nißl | |
Recent repository changes broke installation of input_vdr.h. --HG-- rename : src/vdr/input_vdr.h => include/xine/input_vdr.h | |||
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Bump the input plugins interface version to 18 as they got updated. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ↵ | Diego 'Flameeyes' Pettenò | |
called free(). | |||
2007-12-11 | Use 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-11 | Update all misc plugins to the new identifier/description interface. Add _() ↵ | Diego 'Flameeyes' Pettenò | |
where missing, for i18n. | |||
2007-11-20 | Mark xine_plugin_info structures const as for all the rest of plugins. | Diego 'Flameeyes' Pettenò | |
2007-11-10 | Provide copyright notice and license. Remove RCS ID. | Reinhard Nißl | |
2007-11-09 | More updates for FSF address. | Diego 'Flameeyes' Pettenò | |
2007-11-01 | Fix 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-29 | Trivial consistency tweak. | Darren Salt | |
2007-10-23 | Use vdr://path/to/fifo and netvdr://host[:port]; cope with any number of "/"s. | Darren Salt | |
2007-10-22 | vdr:// 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-22 | Fix broken usage of macros within translation markup. | Darren Salt | |
2007-10-22 | Add socket connection support to input_vdr. | Reinhard Nißl | |
2007-10-16 | Implement VDR's subtitles menu key for vdr-xine-0.7.12.vdr-xine-version-712 | Reinhard Nißl | |
2007-06-09 | Convert 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-17 | Clean up the vdr plugins' makefile; mark the plugin info as EXPORTED. | Darren Salt | |
2007-04-10 | Initial import of VDR plugins.vdr-xine-version-711 | Reinhard Nißl | |