Age | Commit message (Expand) | Author |
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ò |
2006-09-12 | Fixed iconv warnings on FreeBSD, fixed build w/o iconv but require it as defa... | František Dvořák |
2006-09-10 | Restre xine_vlog as a va_list function, xine_log is already a variable argume... | Diego 'Flameeyes' Pettenò |
2006-09-10 | Allow xine-lib to compile with gcc 4.1.1. | James Courtier-Dutton |
2006-09-09 | Dynamically create the log_buffers entries and the lines buffers for the logs... | Diego 'Flameeyes' Pettenò |
2006-09-09 | Add xine_vlog in xine.c, remove xine_vflog from input_vcd, and do the stdout/... | Diego 'Flameeyes' Pettenò |
2006-09-09 | Constantise some strings. | Diego 'Flameeyes' Pettenò |
2006-09-08 | handle thread creation and memory allocation failures more gratefully | Miguel Freitas |
2006-09-08 | some fixes to abort playback if audio driver failed to open | Miguel Freitas |
2006-09-08 | Try to match input plugin block size. | Thibaut Mattern |
2006-08-13 | move image presentation support to xine-lib | Miguel Freitas |
2006-08-12 | don't report extensions/mimetypes if required decoder is missing | Miguel Freitas |
2006-08-08 | new mutex to synchronize order of pairwise A/V buffer operations | Miguel Freitas |
2006-08-03 | delete duplicate buffer ID | Mike Melanson |
2006-08-02 | added new buffer types in preparation for latest FFmpeg sync | Mike Melanson |
2006-07-21 | Fix building with LOG enabled. | Diego 'Flameeyes' Pettenò |
2006-07-17 | Add timestamp information to log text. | Darren Salt |
2006-07-08 | Avoid negative overflow in BLEND_COLOR(). | Claudio Ciccani |
2006-07-08 | Patch by Petri Hintukainen <Petri.Hintukainen@hut.fi>: | Claudio Ciccani |
2006-07-05 | gcc295 workaround. | František Dvořák |
2006-07-05 | It compiles now. | František Dvořák |