Age | Commit message (Expand) | Author |
2007-04-15 | Avoid locking log_lock once the buffer has been allocated. | 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 | 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 | 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 | 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 | 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 | 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 |
2007-04-13 | Provide ability to lock port rewiring. | Reinhard Nißl |
2007-04-12 | Provide a function to query buffer usage. | Reinhard Nißl |
2007-04-12 | Extend ticket system for nonblocking ticket acquiries. | Reinhard Nißl |
2007-04-12 | Fixed double free problem. | Thibaut Mattern |
2007-04-12 | Convert more documentation to Doxygen format; hide two functions. | Diego 'Flameeyes' Pettenò |
2007-04-11 | Released allocated strings. | Thibaut Mattern |
2007-04-11 | Convert almost the whole buffer.h documentation to Doxygen format, and extend... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Config entry deserialization. | Thibaut Mattern |
2007-04-10 | Rationalise __attribute__((packed)) usage. | Diego 'Flameeyes' Pettenò |
2007-04-10 | Replace the duplicated meFOURCC macro with ME_FOURCC that is declared in bswa... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Replace the duplicated meFOURCC macro with ME_FOURCC that is declared in bswa... | Diego 'Flameeyes' Pettenò |
2007-04-09 | Don't export _x_(dummy_)fifo_buffer_new functions. | Diego 'Flameeyes' Pettenò |
2007-04-09 | Update from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2007-04-07 | Merge changes from main repository. | Diego 'Flameeyes' Pettenò |
2007-04-07 | video_overlay_s uses C's inheritance-like definition, so the first field has ... | Diego 'Flameeyes' Pettenò |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
2007-04-07 | Revert changeset 8383: variable-sized structures and arrays don't seem to get... | Diego 'Flameeyes' Pettenò |
2007-04-07 | Reorder to remove another hole. | Diego 'Flameeyes' Pettenò |
2007-04-06 | Remove vo_buttons_t structure. | Diego 'Flameeyes' Pettenò |
2007-04-06 | - Moved base64 stuff to xine-utils. | Thibaut Mattern |
2007-04-05 | Filled the config entry list when the callback is called. | Thibaut Mattern |