summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-05-07Actually remove the xine_check.h file.Diego 'Flameeyes' Pettenò
2008-05-07Define support for attributes based on compiler's version outside xine build.Diego 'Flameeyes' Pettenò
2008-05-07Mark internal functions and data structures static.Diego 'Flameeyes' Pettenò
2008-05-07Make _x_health_check_* functions static.Diego 'Flameeyes' Pettenò
2008-05-05CFLAGS are saved and changed inside the check cache.Diego 'Flameeyes' Pettenò
2008-05-05Make open_internal static again.Darren Salt
2008-05-05Check for malloc attribute and define XINE_MALLOC for use in xineutils.h, rat...Diego 'Flameeyes' Pettenò
2008-05-05Generalise attributes checking, so that the same code is not copy-pasted for ...Diego 'Flameeyes' Pettenò
2008-05-03Define print_command only when actually logging.Diego 'Flameeyes' Pettenò
2008-05-03Don't define flac_metadata_callback if we're not going to use it. It's only u...Diego 'Flameeyes' Pettenò
2008-05-03Make two arrays of string become arrays of arrays of characters.Diego 'Flameeyes' Pettenò
2008-05-03Remove deprecated functions from net_buf_ctrl.c.Diego 'Flameeyes' Pettenò
2008-05-03Run check for unused attribute.Diego 'Flameeyes' Pettenò
2008-05-03Fix configure when -Wunused-parameter is used.Diego 'Flameeyes' Pettenò
2008-05-03Remove unused variables, as reported by GCC 4.3.Diego 'Flameeyes' Pettenò
2008-05-03Remove specific ID3v2 parsing funcion from the header file, always use the ge...Diego 'Flameeyes' Pettenò
2008-05-03Mark some removed-in-1.2 typedefs as deprecated.Darren Salt
2008-05-03Mark some removed-in-1.2 exported/unimplemented functions as deprecated.Darren Salt
2008-05-03Add support for "deprecated" attribute.Darren Salt
2008-04-30fix voraw description in xine.hChristophe Thommeret
2008-04-30Fix green smearing in h264 decodingJason Tackaberry
2008-04-30Warn when using built-in ffmpeg rather than external ffmpeg.Darren Salt
2008-04-30Replace calloc (n, sizeof (char)) with malloc (n) where zero init isn't needed.Darren Salt
2008-04-28Add xine_get_pluginroot() for win32. Completely untested.Darren Salt
2008-04-21Fix Xv driver debug build.Darren Salt
2008-04-21Fix display of some MJPEG streams (YUVJ420P).Darren Salt
2008-04-21Debug logging of ffmpeg pixel format in case of display errors.Darren Salt
2008-04-21Add MIME types and .mpp for musepack.Darren Salt
2008-04-20CVE no. for the NSF bug.Darren Salt
2008-04-19Add a ChangeLog entry for the backports from 1.2.Diego 'Flameeyes' Pettenò
2008-04-19Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...Diego 'Flameeyes' Pettenò
2008-03-10Add Xv port selection by type (overlay or textured video).Darren Salt
2008-02-25When auto-detecting Xv ports, prefer port nos. >= configured.Darren Salt
2008-02-02Move more shared Xv config desc. & help strings; add new location to POTFILES.Darren Salt
2008-02-02Handle invalid port nos. properly (avoids a possible xcbxv segfault).Darren Salt
2008-02-02Convert the XxMC plugin to use the new header file.Darren Salt
2008-02-02XvMC plugin uses the new header; use config_help; small var/struct cleanup.Darren Salt
2008-02-02Convert the plain Xv plugins to use the new header file.Darren Salt
2008-02-02Add a header file for some strings shared between the Xv-using plugins.Darren Salt
2008-02-01Port Xv port selection to xxmc.Darren Salt
2008-02-01Add Xv port selection to the XCB xv plugin.Darren Salt
2008-02-01Fallback to auto-detect when the specified Xv port is unavailable or unusable.Darren Salt
2008-02-01patch adding video.device.xv_port optionJean-Yves Lefort
2008-06-21Merge.Darren Salt
2008-06-21Merge.Darren Salt
2008-06-21Run autopoint before running aclocal (on a clean tree) else automake will fail.Darren Salt
2008-06-21Partially revert fa7f53fb1656, which introduced some libtool-related problems.Darren Salt
2008-06-20Ask the input plugin which demuxer to use.Darren Salt
2008-06-20Read the MIME type from the plugin & use it for demuxer selection (if by extn).Darren Salt