Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | Fix internal libmad compilation in the absence of external libmad. | Darren Salt | |
2008-04-21 | Fix Xv driver debug build. | Darren Salt | |
2008-04-21 | Merge from 1.1. | 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-21 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/demuxers/demux_nsf.c => src/combined/nsf_demuxer.c rename : src/libxinevdec/bitplane.c => src/video_dec/bitplane.c | |||
2008-04-20 | Prefer external decoder libraries for a52, faad, dts, mad & musepack. | Darren Salt | |
You can use --enable-foo=internal if you like, but it's not recommended. | |||
2008-04-20 | Make internal library usage a little more obvious at configure time. | 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 ↵ | Diego 'Flameeyes' Pettenò | |
1.2 series. | |||
2008-04-15 | Clean up the ignored files list. | Darren Salt | |
2008-04-15 | Merge from 1.1. | Darren Salt | |
--HG-- rename : debian/libxine1.install => debian/libxine2.install rename : src/libxineadec/xine_speex_decoder.c => src/combined/xine_speex_decoder.c rename : src/libsputext/demux_sputext.c => src/spu_dec/sputext_demuxer.c | |||
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-release1.1.12 | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %80%19%15%EAL%B3%1EAl%11RF%E7%BB%7FHa%2A%C5%1A | |||
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 | |
On some m4a files I get a divide by zero. bytes_per_packet in this case is zero. I'm not sure what the real problem is but skipping the assignment in that case works fine. | |||
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ò | |
put the volume to zero. | |||
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-14 | Make sure to add libxdg-basedir to Requires.private when using external version. | Diego 'Flameeyes' Pettenò | |
2008-04-14 | Avoid quoting $1_CONFIG or it won't work with autoconf 2.62. | Diego 'Flameeyes' Pettenò | |
2008-04-11 | Merge from 1.1. | Darren Salt | |
--HG-- rename : include/xine.h.in => include/xine.h | |||
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 | |
The value being converted is already of the correct type. | |||
2008-04-09 | Distribute ff_dvdata.h. | Darren Salt | |
2008-04-09 | Resync POTFILES (renamed files). | Darren Salt | |
2008-04-09 | Compilation fixes, mostly ffmpeg-related, and linkage fixes. | Darren Salt | |
Tests done on amd64 with ffmpeg 0.svn20080206 from Debian experimental. libavcodec 51.50.0, libavutil 49.6.0, libpostproc 51.1.0 | |||
2008-04-09 | Merge from 1.2 main. | Darren Salt | |
2008-04-09 | Pull in some packaging changes from xine-lib-deb. | Darren Salt | |
2008-04-08 | Bump packaging version. | Darren Salt | |
--HG-- extra : transplant_source : %F0q%BB%C9%FC7%14%3F%20%14%885WF%84mM%99%D2G | |||
2008-04-08 | Bump version to 1.1.12; bump interface age due to the new video-out plugin. | Darren Salt | |
--HG-- extra : transplant_source : %ED%E5%16J%82%ECe%85%7F%FA%95%1Dv%8D%88%EE%AC%FE%40%9E | |||
2008-04-08 | New video out plugin ("raw") | Christophe Thommeret | |
Here is a new video output plugin that passes raw data to the front end through supplied callbacks. --HG-- extra : transplant_source : -AT%2A%0A%EB%F5%1Eu4%9E%12%C4%B8%0B%87%13%A5%9D%CA | |||
2008-04-08 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : src/libmad/xine_mad_decoder.c => src/audio_dec/xine_mad_decoder.c rename : src/combined/combined_wavpack.c => src/combined/wavpack_combined.c | |||
2008-04-08 | Fix YUY2 Video Output on Mac OS X XineOpenGLView | Matthias Ringwald | |
For YUY2, twice the amount of data was copied into texture_buffer leading to a segfault. The crash happened with visualizers such as GOOM and oscope but not for normal video. | |||
2008-04-07 | Correct the filename in xine-list-*.1; unbreak "make dist". | Darren Salt | |
2008-04-07 | Don't distribute configure.h. | Darren Salt | |
2008-04-07 | Fix vorbis initialization problem in the matroska demuxer due to my last ↵ | Thibaut Mattern | |
vorbis bugfix. The Vorbis init has to be fixed in a better way, split logic has to be added here, maybe by reusing demux.c code. | |||
2008-04-07 | Changelog entry for the Real/ffmpeg changes & fixes. | Darren Salt | |
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 | |