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