index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-05-03
Define print_command only when actually logging.
Diego 'Flameeyes' Pettenò
2008-05-03
Don't define flac_metadata_callback if we're not going to use it. It's only u...
Diego 'Flameeyes' Pettenò
2008-05-03
Make two arrays of string become arrays of arrays of characters.
Diego 'Flameeyes' Pettenò
2008-05-03
Remove deprecated functions from net_buf_ctrl.c.
Diego 'Flameeyes' Pettenò
2008-05-03
Run check for unused attribute.
Diego 'Flameeyes' Pettenò
2008-05-03
Fix configure when -Wunused-parameter is used.
Diego 'Flameeyes' Pettenò
2008-05-03
Remove unused variables, as reported by GCC 4.3.
Diego 'Flameeyes' Pettenò
2008-05-03
Remove specific ID3v2 parsing funcion from the header file, always use the ge...
Diego 'Flameeyes' Pettenò
2008-05-03
Mark some removed-in-1.2 typedefs as deprecated.
Darren Salt
2008-05-03
Mark some removed-in-1.2 exported/unimplemented functions as deprecated.
Darren Salt
2008-05-03
Add support for "deprecated" attribute.
Darren Salt
2008-04-30
fix voraw description in xine.h
Christophe Thommeret
2008-04-30
Fix green smearing in h264 decoding
Jason Tackaberry
2008-04-30
Warn when using built-in ffmpeg rather than external ffmpeg.
Darren Salt
2008-04-30
Replace calloc (n, sizeof (char)) with malloc (n) where zero init isn't needed.
Darren Salt
2008-04-28
Add xine_get_pluginroot() for win32. Completely untested.
Darren Salt
2008-04-21
Fix Xv driver debug build.
Darren Salt
2008-04-21
Fix display of some MJPEG streams (YUVJ420P).
Darren Salt
2008-04-21
Debug logging of ffmpeg pixel format in case of display errors.
Darren Salt
2008-04-21
Add MIME types and .mpp for musepack.
Darren Salt
2008-04-20
CVE no. for the NSF bug.
Darren Salt
2008-04-19
Add a ChangeLog entry for the backports from 1.2.
Diego 'Flameeyes' Pettenò
2008-04-19
Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...
Diego 'Flameeyes' Pettenò
2007-12-18
Use calloc() when allocating an array of elements.
Diego 'Flameeyes' Pettenò
2007-12-18
Use calloc() when allocating an array of elements.
Diego 'Flameeyes' Pettenò
2007-12-18
Use calloc() when allocating an array of elements.
Diego 'Flameeyes' Pettenò
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ò
2008-04-17
Changelog entry for SA29850.
Darren Salt
2007-06-13
Use strndup rather than just strdup to avoid overflows.
Diego 'Flameeyes' Pettenò
2008-04-15
Install xine-list-1.1.1 in the libxine1 .deb.
Darren Salt
2008-04-14
Start 1.1.13; add date for 1.1.12 release.
Darren Salt
2008-04-14
Added tag xine-lib-1_1_12-release for changeset 66e1654718fb
Darren Salt
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
Fix build with srcdir != builddir.
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-09
Pull in some packaging changes from xine-lib-deb.
Darren Salt
2008-04-08
Bump packaging version.
Darren Salt
2008-04-08
Bump version to 1.1.12; bump interface age due to the new video-out plugin.
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
[next]