summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
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ò
2006-10-02build cdio for builddir != .František Dvořák
2006-09-29Improve FreeType2 rendering: do not disable hinting.Diego 'Flameeyes' Pettenò
2006-09-29Add an optional dependency over fontconfig, so that if present it is used to ...Diego 'Flameeyes' Pettenò
2006-09-26Don't dereference the pointer before it's tested for being not null.Diego 'Flameeyes' Pettenò
2006-09-26Make sure that no possibly NULL pointer is dereferenced.Diego 'Flameeyes' Pettenò
2006-09-26Fix an off-by-one, found by Coverity Scan CID 118.Diego 'Flameeyes' Pettenò
2006-09-26Fix _x_config_change_opt function to actually sanity check all the pointers, ...Diego 'Flameeyes' Pettenò
2006-09-26When there's no plugin to replace, output a log, and skip the plugin entirely...Diego 'Flameeyes' Pettenò
2006-09-26Avoid off-by-one overrun. Found by Coverity Scan CID 120.Diego 'Flameeyes' Pettenò
2006-09-26Use _x_assert.Diego 'Flameeyes' Pettenò
2006-09-26Fix the missing protected symbols, and enable hidden visibility for libxine.so.Diego 'Flameeyes' Pettenò
2006-09-26Use protected visibility for all the functions exported by libxine.so, so tha...Diego 'Flameeyes' Pettenò
2006-09-26Instead of defining the buffer every time, use a static constant buffer, that...Diego 'Flameeyes' Pettenò
2006-09-26Avoid crashing when handle somehow ends up being less than zero.Diego 'Flameeyes' Pettenò
2006-09-25Free the filename variable after usage (_x_rip_plugin_get_instance uses strdu...Diego 'Flameeyes' Pettenò
2006-09-25The frame_output_cb function for the scaler is mandatory, assert it so that d...Diego 'Flameeyes' Pettenò
2006-09-14Add missing blanks.Philipp Hahn
2006-09-13Allow the input plugins to file in a proper way when they can handle the inpu...Diego 'Flameeyes' Pettenò
2006-09-13When only one host is present, or with the last host, enable the non-block mo...Diego 'Flameeyes' Pettenò