Age | Commit message (Expand) | Author |
2007-04-13 | Also preload bitmap fonts on XDG directories. | Diego 'Flameeyes' Pettenò |
2007-04-13 | Search for fonts to render with FreeType2 on XDG Data directories. | Diego 'Flameeyes' Pettenò |
2007-04-13 | Remove alloca.h inclusion, no more needed with libxdg-basedir. | Diego 'Flameeyes' Pettenò |
2007-04-13 | Use libxdg-basedir to discover the cache directory to use, rather than doing ... | Diego 'Flameeyes' Pettenò |
2007-04-13 | Add a global handle for libxdg-basedir library to xine_s. | Diego 'Flameeyes' Pettenò |
2007-04-13 | Fix AC_CHECK_LIB call. | Diego 'Flameeyes' Pettenò |
2007-04-13 | Import libxdg-basedir into contributed code. | Diego 'Flameeyes' Pettenò |
2007-04-13 | Bump version no. | Darren Salt |
2007-04-13 | Change the dev version suffix from cvs to hg; fix .cvsversion detection. | Darren Salt |
2007-04-13 | Save plugins' cache in the defined cache home directory as per XDG Base Direc... | Diego 'Flameeyes' Pettenò |
2007-04-13 | Disable bob deinterlacing on a per frame decision (continued). | Reinhard Nißl |
2007-04-12 | Merge some code for still frame detection. | Reinhard Nißl |
2007-04-12 | Disable bob deinterlacing on a per frame decision. | Reinhard Nißl |
2007-04-12 | Make bob deinterlacing more precisely and skip it on demand. | Reinhard Nißl |
2007-04-12 | Avoid keeping frames referenced which are nolonger used. | Reinhard Nißl |
2007-04-12 | Let xxmc switch back to an unaccelerated context. | Reinhard Nißl |
2007-04-12 | Provide a function to query buffer usage. | Reinhard Nißl |
2007-04-12 | Extend ticket system for nonblocking ticket acquiries. | Reinhard Nißl |
2007-04-12 | Update from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-04-12 | Set xv_path before rewriting X_LIBS if we're not using pkg-config to discover... | Diego 'Flameeyes' Pettenò |
2007-04-12 | Add an entry to handle gracefully the runtime removal of the audio output dev... | Diego 'Flameeyes' Pettenò |
2007-04-12 | Reducing memory footprint is something we should do indeed, variable fifo is ... | Diego 'Flameeyes' Pettenò |
2007-04-12 | DirectFB and OpenGL video outputs are implemented already, as is the IRIX aud... | Diego 'Flameeyes' Pettenò |
2007-04-12 | Faad2 is now safe with 5.1 streams, as we patch it like MPlayer does; RV10 st... | Diego 'Flameeyes' Pettenò |
2007-04-12 | Add a few TODO entries for 1.2 and 1.3 series, to have a few objective to sat... | Diego 'Flameeyes' Pettenò |
2007-04-12 | Convert more documentation to Doxygen format; hide two functions. | Diego 'Flameeyes' Pettenò |
2007-04-12 | Speed up start code scanning. | Reinhard Nißl |
2007-04-11 | Special handling of sequence end code to improve still frames. | Reinhard Nißl |
2007-04-11 | Detect absence of AFD and report only changes. | Reinhard Nißl |
2007-04-11 | Improve MPEG2 detection to have it ready for correct aspect ratio | Reinhard Nißl |
2007-04-11 | Re-enable the libcaca test for .deb building. | Darren Salt |
2007-04-11 | Build-dep on libdirectfb-dev, libgtk2.0-dev (for gdkpixbuf) & libmpcdec-dev. | Darren Salt |
2007-04-11 | Return NULL to avoid 'control reaches end of non-void function' warning from ... | Ville Skyttä |
2007-04-11 | Split the DVD MRL brief description. Stops a "can't adjust line" warning. | Darren Salt |
2007-04-11 | Merge changes from 1.1 branch (where they still make sense). | Diego 'Flameeyes' Pettenò |
2007-04-11 | Merge from -build-fixes branch. | Darren Salt |
2007-04-11 | Add ChangeLog entry about Matt's video output. | Diego 'Flameeyes' Pettenò |
2007-04-11 | Merge Matt Messier video output for Mac OS X. | Diego 'Flameeyes' Pettenò |
2007-04-11 | Try linking the program for Pthread support, and feed proper parameters to pt... | Diego 'Flameeyes' Pettenò |
2007-04-11 | Update CREDITS file, as libmusepack has been updated to libmpcdec-1.2.5. | Diego 'Flameeyes' Pettenò |
2007-04-11 | Now that libmpcdec sources are in contrib/ subdirectory, move xine_musepack_d... | Diego 'Flameeyes' Pettenò |
2007-04-11 | Update libmpcdec (formerly libmusepack) to version 1.2.5, this also reduces t... | Diego 'Flameeyes' Pettenò |
2007-04-11 | Forgot to include attributes.h | Diego 'Flameeyes' Pettenò |
2007-04-11 | Merge 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-04-11 | Null-define XINE_PROTECTED as it's not to be shown on documentation. | Diego 'Flameeyes' Pettenò |
2007-04-11 | Convert almost the whole buffer.h documentation to Doxygen format, and extend... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Merge Reinhard Nissl's changes. | Darren Salt |
2007-04-10 | Have configure option --enable-debug turn on debug code. | Reinhard Nißl |
2007-04-10 | Allow xine-lib to be built with CFLAGS='-O0 -g3' by changing optimization | Reinhard Nißl |
2007-04-10 | Split the DirectFB plugin into X11 and non-X versions. | Darren Salt |