summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2007-06-06Don't return integer, the function is expected to return a pointer.Diego 'Flameeyes' Pettenò
2007-06-04fallback to none output when the device is unpluggedMatthias Kretz
2007-06-04handle unplugged devices in audio_alsa_out (return -1) and in audio_out close...Matthias Kretz
2007-05-18Merge from 1.2 main branch, except for summary info related to the vdr plugins.Darren Salt
2007-05-11Another pass at cleaning up Makefile.am files. More to come.Matt Messier
2007-05-08More configure.ac cleanupsMatt Messier
2007-05-08Merge changes from main 1.2 repositoryMatt Messier
2007-05-08Merge VDR support.Darren Salt
2007-05-08Merge Reinhard Nissl's engine changes.Darren Salt
2007-05-08Merge from 1.1.Darren Salt
2007-05-08RIP: AC_OPTIMIZATIONSMatt Messier
2007-05-06Merge Reinhard Nissl's xxmc fixes and related changes.Darren Salt
2007-05-05- Fix _x_io_select exiting when the select has been interrupted (EINTR errno)hadess@cookie.hadess.net
2007-05-03Make _x_buf_(audio|video)_name return a pointer to constant string.Diego 'Flameeyes' Pettenò
2007-04-25Merge from 1.1.Darren Salt
2007-04-23Merge alpha-blending changes.Darren Salt
2007-04-23Add comments about used blending equationPetri Hintukainen
2007-04-21Merge from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-04-19audio_filter_amp: calculate the total number of frames to iterate over just o...Diego 'Flameeyes' Pettenò
2007-04-19Mark _x_[av]o_new_port functions as internal function, both in doxygen and by...Diego 'Flameeyes' Pettenò
2007-04-19More doxygen documentation.Diego 'Flameeyes' Pettenò
2007-04-18Limit common-case buffer copying optimisation to i386 & amd64.Darren Salt
2007-04-18Alphablending optimizations:Petri Hintukainen
2007-04-16Merge fix for xine-lib extension.Reinhard Nißl
2007-04-16Merge fix from other xine-lib extension.Reinhard Nißl
2007-04-16FIX: Make sleeps in video out loops interruptable for immediate OSDReinhard Nißl
2007-04-15Extend the original MAX_SHOWING by 16 VDR OSD objects.Reinhard Nißl
2007-04-15Provide some internal functions to be used by input_vdr.Reinhard Nißl
2007-04-15Avoid locking log_lock once the buffer has been allocated.Reinhard Nißl
2007-04-15Avoid immediate frame drops by giving decoder a further chance toReinhard Nißl
2007-04-15Choose maximum for frame drop limit depending on the number ofReinhard Nißl
2007-04-15Avoid skipping an unsuitable frame when there are only few buffersReinhard Nißl
2007-04-15Increase priority of video decoder a little bit, to avoid frameReinhard Nißl
2007-04-15Make sleeps in video out loops interruptable for immediate OSDReinhard Nißl
2007-04-15Provide a function to query for outstanding OSD events.Reinhard Nißl
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2007-04-14Mark string arrays as arrays of constant pointers, and do the same for memcpy...Diego 'Flameeyes' Pettenò
2007-04-14Search also in user's XDG_DATA_HOME.Diego 'Flameeyes' Pettenò
2007-04-13Simplify handling of internal/external libxdg-basedir, as it's going to be us...Diego 'Flameeyes' Pettenò
2007-04-13Avoid strlen on a literal, use a sizeof.Diego 'Flameeyes' Pettenò
2007-04-13Check inside the fonts/ directory inside the package's XDG_DATA_DIR, rather t...Diego 'Flameeyes' Pettenò
2007-04-13Also preload bitmap fonts on XDG directories.Diego 'Flameeyes' Pettenò
2007-04-13Search for fonts to render with FreeType2 on XDG Data directories.Diego 'Flameeyes' Pettenò
2007-04-13Remove alloca.h inclusion, no more needed with libxdg-basedir.Diego 'Flameeyes' Pettenò
2007-04-13Use libxdg-basedir to discover the cache directory to use, rather than doing ...Diego 'Flameeyes' Pettenò
2007-04-13Add a global handle for libxdg-basedir library to xine_s.Diego 'Flameeyes' Pettenò
2007-04-13Save plugins' cache in the defined cache home directory as per XDG Base Direc...Diego 'Flameeyes' Pettenò
2007-04-13Provide internal functions to lock frontend_lock.Reinhard Nißl
2007-04-13Provide internal functions to lock port rewiring.Reinhard Nißl
2007-04-13Merge extentions to ticket system.Reinhard Nißl