Age | Commit message (Expand) | Author |
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ò |
2007-02-20 | Revert, got the wrong warning line. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Avoid casts as they are now unnecessary. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Again changes so to accept the strict case (constants). | Diego 'Flameeyes' Pettenò |
2007-02-20 | const++ | Diego 'Flameeyes' Pettenò |
2007-02-20 | Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64"). | Diego 'Flameeyes' Pettenò |
2007-02-20 | Reduce warnings to one, that seems to be caused by GCC counting compatibility... | Diego 'Flameeyes' Pettenò |
2007-02-19 | Make the enum functions accept the strict parameter, const char* array rather... | Diego 'Flameeyes' Pettenò |
2007-02-19 | Fix building with LOG enabled. | Diego 'Flameeyes' Pettenò |
2007-02-19 | Fix warning about incompatible pointer type. | Diego 'Flameeyes' Pettenò |
2007-02-03 | A few const-correctness fixes. | Darren Salt |
2007-01-19 | Revert, and remember to flush cache. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make supported_types a pointer to constant. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Err no it was the other way around. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Extra safety, although it should be good anyway. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Fix possible strict aliasing breakage. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_mrl return a const char * too. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Fix constant on ordered attribute. | Diego 'Flameeyes' Pettenò |
2007-01-18 | Handle strings coming from plugins as constants. | Diego 'Flameeyes' Pettenò |
2007-01-18 | Make _x_demux_check_extension() accept constant strings. | Diego 'Flameeyes' Pettenò |
2007-01-16 | avoid division by zero. | Miguel Freitas |
2007-01-14 | Added BUF_VIDEO_VP6F (Flash VP6). | Claudio Ciccani |
2007-01-10 | make number of frames configurable | Miguel Freitas |
2007-01-07 | Wrap the seek_time() and get_current_time() methods when supported by the rea... | Claudio Ciccani |
2006-12-26 | Add WavPack to the list of supported audio buffers. | Diego 'Flameeyes' Pettenò |
2006-12-25 | Fix a grammar error, and mark the error message for translation. | Diego 'Flameeyes' Pettenò |
2006-12-25 | Correctly export _x_post_frame_u_turn. | Diego 'Flameeyes' Pettenò |
2006-12-25 | Fix race condition in audio_out by using a recursive mutex; patch by Reinhard... | Diego 'Flameeyes' Pettenò |