summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2007-04-12Provide a function to query buffer usage.Reinhard Nißl
2007-04-12Extend ticket system for nonblocking ticket acquiries.Reinhard Nißl
2007-04-10Replace the duplicated meFOURCC macro with ME_FOURCC that is declared in bswa...Diego 'Flameeyes' Pettenò
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
2007-04-07video_overlay_s uses C's inheritance-like definition, so the first field has ...Diego 'Flameeyes' Pettenò
2007-04-07Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.Darren Salt
2007-04-07Revert changeset 8383: variable-sized structures and arrays don't seem to get...Diego 'Flameeyes' Pettenò
2007-04-04Reorder and pack the structures that are defined inside compilation units ins...nopadding_no_abi_changeDiego 'Flameeyes' Pettenò
2007-04-04Use a variable-sized array for the name of the buffer type.Diego 'Flameeyes' Pettenò
2007-04-04Make sure that early_finish_event and gapless_switch are either 0 or 1.Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-04-01Reorder and use bitmasks to reduce the holes in the structure. This is a priv...Diego 'Flameeyes' Pettenò
2007-04-01Reorder and use bitmasks to reduce the holes in the structure. This is a priv...Diego 'Flameeyes' Pettenò
2007-03-26Send an event when the amp value or amp mute change. Patch by reinhard Nissl....Diego 'Flameeyes' Pettenò
2007-03-25Fix amp muting when level is still at 100. Patch by Reinhard Nissl.Diego 'Flameeyes' Pettenò
2007-03-22Fix crosscompile to use build and host definition from autoconf, rather than ...Diego 'Flameeyes' Pettenò
2007-03-22Instead of rewriting the install and uninstall rules for headers, simply chan...Diego 'Flameeyes' Pettenò
2007-03-10When hstrerror() is found in libresolv, link it where it is used. Patch by Al...Diego 'Flameeyes' Pettenò
2007-03-03Fix a build error, introduced in the previous commit, which bites when buildingDarren Salt
2007-03-03Free the FreeType object when freeing the OSD object, should solve a possible...Diego 'Flameeyes' Pettenò
2007-02-22This one should have been with the previous commit.Diego 'Flameeyes' Pettenò
2007-02-22Revert the const mark on xine_config_register_enum, as that breaks C++ fronte...Diego 'Flameeyes' Pettenò
2007-02-20Revert, got the wrong warning line.Diego 'Flameeyes' Pettenò
2007-02-20Avoid casts as they are now unnecessary.Diego 'Flameeyes' Pettenò
2007-02-20Again changes so to accept the strict case (constants).Diego 'Flameeyes' Pettenò
2007-02-20const++Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-02-20Reduce warnings to one, that seems to be caused by GCC counting compatibility...Diego 'Flameeyes' Pettenò
2007-02-19Make the enum functions accept the strict parameter, const char* array rather...Diego 'Flameeyes' Pettenò
2007-02-19Fix building with LOG enabled.Diego 'Flameeyes' Pettenò
2007-02-19Fix warning about incompatible pointer type.Diego 'Flameeyes' Pettenò
2007-02-03A few const-correctness fixes.Darren Salt
2007-01-19Revert, and remember to flush cache.Diego 'Flameeyes' Pettenò
2007-01-19Make supported_types a pointer to constant.Diego 'Flameeyes' Pettenò
2007-01-19Err no it was the other way around.Diego 'Flameeyes' Pettenò
2007-01-19Extra safety, although it should be good anyway.Diego 'Flameeyes' Pettenò
2007-01-19Fix possible strict aliasing breakage.Diego 'Flameeyes' Pettenò
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-19Fix constant on ordered attribute.Diego 'Flameeyes' Pettenò
2007-01-18Handle strings coming from plugins as constants.Diego 'Flameeyes' Pettenò
2007-01-18Make _x_demux_check_extension() accept constant strings.Diego 'Flameeyes' Pettenò
2007-01-16avoid division by zero.Miguel Freitas
2007-01-14Added BUF_VIDEO_VP6F (Flash VP6).Claudio Ciccani
2007-01-10make number of frames configurableMiguel Freitas
2007-01-07Wrap the seek_time() and get_current_time() methods when supported by the rea...Claudio Ciccani
2006-12-26Add WavPack to the list of supported audio buffers.Diego 'Flameeyes' Pettenò
2006-12-25Fix a grammar error, and mark the error message for translation.Diego 'Flameeyes' Pettenò
2006-12-25Correctly export _x_post_frame_u_turn.Diego 'Flameeyes' Pettenò
2006-12-25Fix race condition in audio_out by using a recursive mutex; patch by Reinhard...Diego 'Flameeyes' Pettenò