Age | Commit message (Expand) | Author |
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 |
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 | Convert more documentation to Doxygen format; hide two functions. | Diego 'Flameeyes' Pettenò |
2007-04-11 | Convert almost the whole buffer.h documentation to Doxygen format, and extend... | Diego 'Flameeyes' Pettenò |
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ò |