index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2007-12-18
Use calloc() when the allocated size would be counted by multiplying the size...
Diego 'Flameeyes' Pettenò
2007-04-14
Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...
Diego 'Flameeyes' Pettenò
2007-06-13
Use strndup rather than just strdup to avoid overflows.
Diego 'Flameeyes' Pettenò
2008-04-14
Add boundary check on speex mode, see bug #83.
xine-lib-1_1_12-release
1.1.12
Diego 'Flameeyes' Pettenò
2008-04-14
Remove a memset() rendered pointless by use of calloc().
Darren Salt
2008-04-14
divide by zero in demux_qt.c
Colin Gibbs
2008-04-14
Title array has only five entries. It can be overrun.
Erik Hovland
2008-04-14
strchr can return null. It should be checked.
Erik Hovland
2008-04-14
The code checks dest when it should check *dest.
Erik Hovland
2008-04-14
Make sure that muting/unmuting the audio without setting the volume does not ...
Diego 'Flameeyes' Pettenò
2008-04-14
dsputil_mmx.c compile failure with gcc 4.3 i386. Building as non-PIC "fixes" it.
Darren Salt
2008-04-11
Add a function for listing video output plugins of the given type(s).
Darren Salt
2008-04-11
Test for pulseaudio 0.9.7 to determine which muting method to use.
Darren Salt
2008-04-11
Remove an unnecessary volume scale conversion.
Darren Salt
2008-04-08
New video out plugin ("raw")
Christophe Thommeret
2008-04-08
Fix YUY2 Video Output on Mac OS X XineOpenGLView
Matthias Ringwald
2008-04-07
Fix vorbis initialization problem in the matroska demuxer due to my last vorb...
Thibaut Mattern
2008-04-07
Shift some audio plugin priorities: swap libreal & ffmpeg, otherwise 7 to 8.
Darren Salt
2008-04-07
Implement support for "MPEG-3 adu".
Jinghua Luo
2008-04-07
Move the sipro codec swap data & code into a common header.
Darren Salt
2008-04-07
Check the Real extradata length.
Darren Salt
2008-04-07
Use ffmpeg's cook decoder and fix Real decoder bugs
Jinghua Luo
2008-04-07
ffmpeg/libreal cleanup
Jinghua Luo
2008-04-06
Add some newer Ogg MIME types.
Darren Salt
2008-04-05
Fix a regression in the Matroska demuxer.
Darren Salt
2008-04-04
Updated PulseAudio driver (fixup)
Lennart Poettering
2008-04-02
Add wvp to the wavpack demuxer's extensions list.
Darren Salt
2008-04-01
Updated PulseAudio driver
Lennart Poettering
2008-03-31
Correct the wavpack demuxer's MIME type data.
Darren Salt
2008-03-31
Revert a change which broke Quicktime atom parsing.
Darren Salt
2008-03-30
Add video/x-matroska.
Darren Salt
2008-03-26
calculate AIFF files samplerate from 80-bit float, fixes wrong playback of so...
Kirill Belokurov
2008-03-28
fix overreading from input buffer and report lost bytes in lpcm decoder
Kirill Belokurov
2008-03-27
take into account CPU endianness when converting 24bit=>16bit samples
Kirill Belokurov
2008-03-28
AIFF comment chunks are word-aligned, so we should seek extra byte for them
Kirill Belokurov
2008-03-27
read only full frames into buffer - otherwise decoder will lose trailing byte...
Kirill Belokurov
2008-03-28
More checking for memory allocation failures.
Darren Salt
2008-03-26
Be more careful with malloc(x+1), particularly on 32-bit.
Darren Salt
2008-03-23
Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)).
Darren Salt
2008-03-23
Check for failure of various memory allocations. (SA29484)
Darren Salt
2008-03-24
WAV demuxer: search for the 'fmt ' chunk instead of assuming it's the first one
Kirill Belokurov
2008-03-11
Fix Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073).
Diego 'Flameeyes' Pettenò
2008-03-19
Fix ffmpeg plugin build where source dir != build dir.
Darren Salt
2008-03-18
Move ffmpeg plugin code into src/combined/ffmpeg & adapt for current ffmpeg.
Darren Salt
2008-03-02
libdvdread - Uses UDF provided length as authoritative
Bastian Blank
2008-03-17
Allow CR & LF termination of XML element names.
Darren Salt
2008-03-14
xine_init(): mutex objs not initialized
Carlo Bramini
2008-03-14
Unportable pthread_t compare in xine.c
Carlo Bramini
2008-03-12
Cope with NetBSD, which apparently doesn't have SNDCTL_DSP_GETODELAY.
Darren Salt
2008-03-12
Tidy up ffmpeg includes a bit.
Darren Salt
[next]