Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-02 | Fix "clear" implementation by introducing sync points in data stream.vdr-xine-version-802 | Reinhard Nißl | |
vdr-xine used a padding packet to push out any remaining data before input_vdr executed "clear" to drop that data. But depending on the way how input_vdr is connected to vdr-xine it could happen that the padding packet reached input_vdr after executing "clear" and therefore "clear" didn't work as expected. To fix this issue, sync points are introduced by making the padding packets "unique" in the stream. input_vdr will now drop all data up to the sync point packet. So even if the padding packet arrives later than the "clear" command, only data following the sync point will be fed to the demuxer. --HG-- extra : transplant_source : %A1%5E%8C%E1vmW%98D%1EW%A7%AF%B4V%5D%84%26%D0%DA | |||
2008-03-02 | Fix a compiler warning regarding const. | Reinhard Nißl | |
--HG-- extra : transplant_source : %FFP%FFI%1EgE%7F%15%AAwQt%AD%08%FB6aO%19 | |||
2008-01-02 | Mark the mrl lists as constant; this trades a warning for another as char ** ↵ | Diego 'Flameeyes' Pettenò | |
and const char ** are not compatible. | |||
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 | |