Age | Commit message (Expand) | Author |
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 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-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-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-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-04 | Reorder and change public structures (breaking ABI). | Diego 'Flameeyes' Pettenò |
2007-04-04 | Reorder and pack the structures that are defined inside compilation units ins...nopadding_no_abi_change | Diego 'Flameeyes' Pettenò |
2007-04-04 | Use a variable-sized array for the name of the buffer type. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Make sure that early_finish_event and gapless_switch are either 0 or 1. | Diego 'Flameeyes' Pettenò |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |