Age | Commit message (Expand) | Author |
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ò |
2006-12-22 | Removed INPUT_CAP_NOCACHE. | Claudio Ciccani |
2006-12-19 | Mark string-type configuration items according to whether they're plain | Darren Salt |
2006-12-19 | Added some cleanup code to make some calls cancelable (at least xine_open can... | Claudio Ciccani |
2006-12-18 | Added INPUT_CAP_NOCACHE: disable usage of internal input cache by default. | Claudio Ciccani |
2006-12-15 | Added BUF_AUDIO_FLVADPCM (Flash ADPCM). | Claudio Ciccani |
2006-12-14 | Added configure option --enable-antialing (disabled by default because | Claudio Ciccani |
2006-12-13 | Lock the log buffer while updating it. | Darren Salt |
2006-12-03 | should fix bug reported by Christophe Thommeret where avi+subtitlesxine-1_1_3-release1.1.3 | Miguel Freitas |
2006-11-23 | When initializing the class of a video output plugin | Claudio Ciccani |
2006-11-18 | Define "always_inline" as "inline". Fix building on FreeBSD. | Diego 'Flameeyes' Pettenò |
2006-11-14 | Fix obvious typos. | Diego 'Flameeyes' Pettenò |
2006-11-11 | Assert presence of the buffer, just to avoid getting 'Bad address' errors lat... | Diego 'Flameeyes' Pettenò |
2006-11-08 | Cleanup bswap.h header by moving the part of the code borrowed from FFmpeg (o... | Diego 'Flameeyes' Pettenò |
2006-11-04 | Fix an assumption about the number of channels. | Darren Salt |
2006-10-28 | new visual type XINE_VISUAL_TYPE_X11_2 with configurable X11 locking. | Miguel Freitas |
2006-10-18 | - return if xine_xmalloc failed | Bastien Nocera |
2006-10-16 | Fixed several warnings (but warnings due to APIs not solved). | František Dvořák |
2006-10-16 | I wonder what I was looking at when I added a NULL pointer dereference to avo... | Diego 'Flameeyes' Pettenò |
2006-10-02 | build cdio for builddir != . | František Dvořák |
2006-09-29 | Improve FreeType2 rendering: do not disable hinting. | Diego 'Flameeyes' Pettenò |
2006-09-29 | Add an optional dependency over fontconfig, so that if present it is used to ... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Don't dereference the pointer before it's tested for being not null. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Make sure that no possibly NULL pointer is dereferenced. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Fix an off-by-one, found by Coverity Scan CID 118. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Fix _x_config_change_opt function to actually sanity check all the pointers, ... | Diego 'Flameeyes' Pettenò |
2006-09-26 | When there's no plugin to replace, output a log, and skip the plugin entirely... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Avoid off-by-one overrun. Found by Coverity Scan CID 120. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Use _x_assert. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Fix the missing protected symbols, and enable hidden visibility for libxine.so. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Use protected visibility for all the functions exported by libxine.so, so tha... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Instead of defining the buffer every time, use a static constant buffer, that... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Avoid crashing when handle somehow ends up being less than zero. | Diego 'Flameeyes' Pettenò |
2006-09-25 | Free the filename variable after usage (_x_rip_plugin_get_instance uses strdu... | Diego 'Flameeyes' Pettenò |
2006-09-25 | The frame_output_cb function for the scaler is mandatory, assert it so that d... | Diego 'Flameeyes' Pettenò |
2006-09-14 | Add missing blanks. | Philipp Hahn |
2006-09-13 | Allow the input plugins to file in a proper way when they can handle the inpu... | Diego 'Flameeyes' Pettenò |
2006-09-13 | When only one host is present, or with the last host, enable the non-block mo... | Diego 'Flameeyes' Pettenò |