summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
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ò
2006-12-22Removed INPUT_CAP_NOCACHE.Claudio Ciccani
2006-12-19Mark string-type configuration items according to whether they're plainDarren Salt
2006-12-19Added some cleanup code to make some calls cancelable (at least xine_open can...Claudio Ciccani
2006-12-18Added INPUT_CAP_NOCACHE: disable usage of internal input cache by default.Claudio Ciccani
2006-12-15Added BUF_AUDIO_FLVADPCM (Flash ADPCM).Claudio Ciccani
2006-12-14Added configure option --enable-antialing (disabled by default becauseClaudio Ciccani
2006-12-13Lock the log buffer while updating it.Darren Salt
2006-12-03should fix bug reported by Christophe Thommeret where avi+subtitlesxine-1_1_3-release1.1.3Miguel Freitas
2006-11-23When initializing the class of a video output pluginClaudio Ciccani
2006-11-18Define "always_inline" as "inline". Fix building on FreeBSD.Diego 'Flameeyes' Pettenò
2006-11-14Fix obvious typos.Diego 'Flameeyes' Pettenò
2006-11-11Assert presence of the buffer, just to avoid getting 'Bad address' errors lat...Diego 'Flameeyes' Pettenò
2006-11-08Cleanup bswap.h header by moving the part of the code borrowed from FFmpeg (o...Diego 'Flameeyes' Pettenò
2006-11-04Fix an assumption about the number of channels.Darren Salt
2006-10-28new visual type XINE_VISUAL_TYPE_X11_2 with configurable X11 locking.Miguel Freitas
2006-10-18- return if xine_xmalloc failedBastien Nocera
2006-10-16Fixed several warnings (but warnings due to APIs not solved).František Dvořák
2006-10-16I wonder what I was looking at when I added a NULL pointer dereference to avo...Diego 'Flameeyes' Pettenò