summaryrefslogtreecommitdiff
path: root/src/vdr
AgeCommit message (Expand)Author
2008-03-02Make use of the new function xine_get_current_frame_alloc().Reinhard Nißl
2008-03-02Intercept metronom to recognize discontinuities after which PTS is valid.Reinhard Nißl
2008-03-02Fix "clear" implementation by introducing sync points in data stream.vdr-xine-version-802Reinhard Nißl
2008-03-02Fix a compiler warning regarding const.Reinhard Nißl
2008-02-04Silence vdr_video (unless LOG and LOG_VERBOSE are defined).Darren Salt
2008-01-25Always use xine_xmalloc in plugin class init; avoids uninitialised pointers.Darren Salt
2008-01-02Mark the mrl lists as constant; this trades a warning for another as char ** ...Diego 'Flameeyes' Pettenò
2008-01-01Bump post plugin interface version after API changesPetri Hintukainen
2008-01-01Implement --enable-vdr for configure.Reinhard Nißl
2007-12-31Fix broken test in vdr_is_vdr_stream().Reinhard Nißl
2007-12-31Change some constants to accommodate recent filename changes.Reinhard Nißl
2007-12-31Combine vdr plugins into a single binary.Reinhard Nißl
2007-12-31Remove unused preview data from input_vdr.c.Reinhard Nißl
2007-12-31Fix installation of input_vdr.h by moving it to include/xine.Reinhard Nißl
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-19Consolidate all public include files into include/xine directory.Diego 'Flameeyes' Pettenò
2007-12-11Bump the input plugins interface version to 18 as they got updated.Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ca...Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update all misc plugins to the new identifier/description interface. Add _() ...Diego 'Flameeyes' Pettenò
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
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
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
2007-07-29have post_vdr_video use the recent postprocessing changesReinhard Nißl
2007-06-09Convert all input plugins to use void * as type for the buf parameter of read...Diego 'Flameeyes' Pettenò
2007-05-18Add summary info for vdr; build plugins if DVB is enabled (no point otherwise).Darren Salt
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 targ...Diego 'Flameeyes' Pettenò
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ò
2007-05-09Properly use xineplug_ldflags and remove IMPURE_TEXT_LDFLAGS, as there are no...Diego 'Flameeyes' Pettenò
2007-05-09Instead of using libdir and postlibdir, use xineplug and xinepost, that are d...Diego 'Flameeyes' Pettenò
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