Age | Commit message (Expand) | Author |
2007-06-13 | Make explanation a constant string (gettext() strings are never freed). | Albert Lee |
2007-06-13 | Fix parameter type. | Albert Lee |
2007-06-09 | Use $(LTLIBICONV) instead of $(LIBICONV) when linking libxine.so. | Darren Salt |
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-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-04-23 | Merge alpha-blending changes. | Darren Salt |
2007-04-23 | Add comments about used blending equation | Petri Hintukainen |
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ò |
2008-04-11 | Add a function for listing video output plugins of the given type(s). | Darren Salt |
2008-04-07 | Implement support for "MPEG-3 adu". | Jinghua Luo |
2008-03-14 | xine_init(): mutex objs not initialized | Carlo Bramini |
2008-03-14 | Unportable pthread_t compare in xine.c | Carlo Bramini |
2008-03-10 | Fixed long delay when closing stream on dual core systems [Bug #33] | Miguel Freitas |
2008-03-10 | Support # stream parameter separator in raw filenames as well as in full MRLs. | Miguel Freitas |
2008-03-06 | Fix _x_get_current_frame_impl() to not abort when used legally. | Reinhard Nißl |
2008-03-02 | Provide safe and convenient implementations of xine_get_current_frame(). | Reinhard Nißl |
2008-02-07 | Reverse the order in which the plugin dirs are scanned; remove a stray printf. | Darren Salt |
2008-02-06 | Change from release numbering to ABI numbering for the plugin directory. | Darren Salt |
2008-01-24 | Only restore the audio buffer discard setting if it was altered. | Darren Salt |
2008-01-24 | Don't discard audio samples forever. Fixed streaming playback | Thibaut Mattern |
2008-01-20 | Unmaking a # of it. | Darren Salt |
2008-01-20 | Unescape the "#save:" filename, allowing ";" etc. in file names. | Darren Salt |
2008-01-20 | Don't unescape #subtitle:scheme://data. | Darren Salt |
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-10 | Replace the duplicated meFOURCC macro with ME_FOURCC that is declared in bswa... | Diego 'Flameeyes' Pettenò |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
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-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ò |
2007-04-01 | Reorder and use bitmasks to reduce the holes in the structure. This is a priv... | Diego 'Flameeyes' Pettenò |
2007-04-01 | Reorder and use bitmasks to reduce the holes in the structure. This is a priv... | Diego 'Flameeyes' Pettenò |
2007-03-26 | Send an event when the amp value or amp mute change. Patch by reinhard Nissl.... | Diego 'Flameeyes' Pettenò |
2007-03-25 | Fix amp muting when level is still at 100. Patch by Reinhard Nissl. | Diego 'Flameeyes' Pettenò |
2007-03-22 | Fix crosscompile to use build and host definition from autoconf, rather than ... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Instead of rewriting the install and uninstall rules for headers, simply chan... | Diego 'Flameeyes' Pettenò |
2007-03-10 | When hstrerror() is found in libresolv, link it where it is used. Patch by Al... | Diego 'Flameeyes' Pettenò |
2007-03-03 | Fix a build error, introduced in the previous commit, which bites when building | Darren Salt |
2007-03-03 | Free the FreeType object when freeing the OSD object, should solve a possible... | Diego 'Flameeyes' Pettenò |
2007-02-22 | This one should have been with the previous commit. | Diego 'Flameeyes' Pettenò |
2007-02-22 | Revert the const mark on xine_config_register_enum, as that breaks C++ fronte... | Diego 'Flameeyes' Pettenò |