Age | Commit message (Expand) | Author |
2006-11-08 | Cleanup bswap.h header by moving the part of the code borrowed from FFmpeg (o... | Diego 'Flameeyes' Pettenò |
2006-11-05 | Fix a compile problem which can mean that the Xv output plugin isn't linked | Darren Salt |
2006-11-04 | Fix an assumption about the number of channels. | Darren Salt |
2006-10-29 | - if the root menu isn't available, go to the title menu instead. Closes | Bastien Nocera |
2006-10-28 | Christoph Pfister's patch to support XINE_VISUAL_TYPE_X11_2 with XV | Miguel Freitas |
2006-10-28 | new visual type XINE_VISUAL_TYPE_X11_2 with configurable X11 locking. | Miguel Freitas |
2006-10-23 | - unregister all the configuration callbacks when disposing of the class | Bastien Nocera |
2006-10-23 | - unregister configuration callbacks when disposing of the class | Bastien Nocera |
2006-10-21 | Fix build with flac. | František Dvořák |
2006-10-20 | Update for the API changes in FLAC 1.1.3, should still work fine on 1.1.2 of ... | Diego 'Flameeyes' Pettenò |
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 | Compile v4l on FreeBSD with v4l_compat package. | 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-13 | Use __progname to pass the client name to pulseaudio, this way xine, Amarok a... | Diego 'Flameeyes' Pettenò |
2006-10-13 | Revert my latest change, broke more than it fixed... now this means that the ... | Diego 'Flameeyes' Pettenò |
2006-10-11 | Use av_parser to decode audio, should make MP3 playback saner. Don't override... | Diego 'Flameeyes' Pettenò |
2006-10-10 | Install inttypes.h on stone age platforms (xine.h needs it). | František Dvořák |
2006-10-09 | Check for NULL pointers. | Claudio Ciccani |
2006-10-07 | Fixed segfault in demux_asf_dispose(). | Claudio Ciccani |
2006-10-03 | Fixed crash with debugging on audio/video-only ASF streams, | František Dvořák |
2006-10-02 | build cdio for builddir != . | František Dvořák |
2006-10-01 | When the mmap()ed file grows, disable mmap() support. | Diego 'Flameeyes' Pettenò |
2006-10-01 | Avoid usage of DirectFBSetOption(). | Claudio Ciccani |
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-28 | Make sure that the demuxer reports an audio stream (and no video stream) so t... | Diego 'Flameeyes' Pettenò |
2006-09-28 | Don't use the new name for pathname parameter from upstream, fix build. | Diego 'Flameeyes' Pettenò |
2006-09-27 | Assert the presence of _last, although it was obvious by the previosu asserts. | Diego 'Flameeyes' Pettenò |
2006-09-27 | Free memory before return. Import revision 6351 of FFmpeg CVS by Kostya. Foun... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Free font_pos allocated in the function. | 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 | Avoid an off-by-one found by Coverity Scan CID 133. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Check pointers before dereferencing them. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Free the _data pointer when returning NULL. Fix backported from upstream. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Check for validity of the pointer before using strlen() on it. | 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 | Fix the strcpy calls, backport from upstream. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Fix the size of file_id attributes, backport from current upstream versions. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Actually be a bit more smarter, if this can be used, continue with the origin... | Diego 'Flameeyes' Pettenò |
2006-09-26 | printerr() macros are often used when the pointer "this" is NULL. In those ca... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Free splitpath when returning. Found by Coverity Scan CID 302. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Add missign command extending the size of video_types array and fixing the po... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Fix off-by-one error identified by Coverit Scan. CID 116. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Don't do anything if cfft is NULL, or dereferencing it might lead to crashes. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Remove unused if checks on free. | Diego 'Flameeyes' Pettenò |