summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-21Fix display of some MJPEG streams (YUVJ420P).Darren Salt
2008-04-21Debug logging of ffmpeg pixel format in case of display errors.Darren Salt
2008-04-21Add MIME types and .mpp for musepack.Darren Salt
2008-04-20CVE no. for the NSF bug.Darren Salt
2008-04-19Add a ChangeLog entry for the backports from 1.2.Diego 'Flameeyes' Pettenò
2008-04-19Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when the allocated size would be counted by multiplying the size...Diego 'Flameeyes' Pettenò
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2008-04-17Changelog entry for SA29850.Darren Salt
2007-06-13Use strndup rather than just strdup to avoid overflows.Diego 'Flameeyes' Pettenò
2008-04-15Install xine-list-1.1.1 in the libxine1 .deb.Darren Salt
2008-04-14Start 1.1.13; add date for 1.1.12 release.Darren Salt
2008-04-14Added tag xine-lib-1_1_12-release for changeset 66e1654718fbDarren Salt
2008-04-14Add boundary check on speex mode, see bug #83.xine-lib-1_1_12-release1.1.12Diego 'Flameeyes' Pettenò
2008-04-14Remove a memset() rendered pointless by use of calloc().Darren Salt
2008-04-14divide by zero in demux_qt.cColin Gibbs
2008-04-14Title array has only five entries. It can be overrun.Erik Hovland
2008-04-14strchr can return null. It should be checked.Erik Hovland
2008-04-14The code checks dest when it should check *dest.Erik Hovland
2008-04-14Make sure that muting/unmuting the audio without setting the volume does not ...Diego 'Flameeyes' Pettenò
2008-04-14Fix build with srcdir != builddir.Diego 'Flameeyes' Pettenò
2008-04-14dsputil_mmx.c compile failure with gcc 4.3 i386. Building as non-PIC "fixes" it.Darren Salt
2008-04-11Add a function for listing video output plugins of the given type(s).Darren Salt
2008-04-11Test for pulseaudio 0.9.7 to determine which muting method to use.Darren Salt
2008-04-11Remove an unnecessary volume scale conversion.Darren Salt
2008-04-09Pull in some packaging changes from xine-lib-deb.Darren Salt
2008-04-08Bump packaging version.Darren Salt
2008-04-08Bump version to 1.1.12; bump interface age due to the new video-out plugin.Darren Salt
2008-04-08New video out plugin ("raw")Christophe Thommeret
2008-04-08Fix YUY2 Video Output on Mac OS X XineOpenGLViewMatthias Ringwald
2008-04-07Correct the filename in xine-list-*.1; unbreak "make dist".Darren Salt
2008-04-07Don't distribute configure.h.Darren Salt
2008-04-07Fix vorbis initialization problem in the matroska demuxer due to my last vorb...Thibaut Mattern
2008-04-07Changelog entry for the Real/ffmpeg changes & fixes.Darren Salt
2008-04-07Shift some audio plugin priorities: swap libreal & ffmpeg, otherwise 7 to 8.Darren Salt
2008-04-07Implement support for "MPEG-3 adu".Jinghua Luo
2008-04-07Move the sipro codec swap data & code into a common header.Darren Salt
2008-04-07Check the Real extradata length.Darren Salt
2008-04-07Use ffmpeg's cook decoder and fix Real decoder bugsJinghua Luo
2008-04-07ffmpeg/libreal cleanupJinghua Luo
2008-04-06Add a tool to list MIME types & filetype extns known to xine-lib plugins.Darren Salt
2008-04-06Add some newer Ogg MIME types.Darren Salt
2008-04-05Fix a regression in the Matroska demuxer.Darren Salt
2008-04-04Escape "-" in "xine-config".Darren Salt
2008-04-04Update xine-config's man page.Darren Salt
2008-04-04Updated PulseAudio driver (fixup)Lennart Poettering
2008-04-04List OpenGL if detectedMatthias Ringwald