summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-11Remove an unnecessary volume scale conversion.Darren Salt
The value being converted is already of the correct type.
2008-04-09Distribute ff_dvdata.h.Darren Salt
2008-04-09Resync POTFILES (renamed files).Darren Salt
2008-04-09Compilation 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-09Merge from 1.2 main.Darren Salt
2008-04-09Pull in some packaging changes from xine-lib-deb.Darren Salt
2008-04-08Bump packaging version.Darren Salt
--HG-- extra : transplant_source : %F0q%BB%C9%FC7%14%3F%20%14%885WF%84mM%99%D2G
2008-04-08Bump 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-08New 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-08Merge 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-08Fix YUY2 Video Output on Mac OS X XineOpenGLViewMatthias 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-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 ↵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-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
This patch drops support for RV20.
2008-04-07ffmpeg/libreal cleanupJinghua Luo
2008-04-06Loosen shlibs versioning slightly for better compat with Debian experimental.Darren Salt
2008-04-06Merge from 1.1; adapt xine-list for 1.2.Darren Salt
--HG-- rename : debian/libxine1.install => debian/libxine2.install rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c
2008-04-06Add a tool to list MIME types & filetype extns known to xine-lib plugins.Darren Salt
This is expected to see most use in updating MIME type lists in front ends' desktop files.
2008-04-06Add some newer Ogg MIME types.Darren Salt
2008-04-05Fix a regression in the Matroska demuxer.Darren Salt
One '&'...
2008-04-04More "-" escaping.Darren Salt
2008-04-04Merge from 1.1.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
The problem was basically that detection if PA was available happened in open() instead of open_plugin().
2008-04-04Don't remove -mdynamic-no-pic for linkers other than ld64-77Matthias Ringwald
Removing this flag (probably) helps for mac intel x86-64 builds with XCode 3.0 (with linker ld64-77) but it breaks builds for other (e.g. newer) linker versions on mac intel x86-32. Only remove flag for this particular linker now.
2008-04-04List OpenGL if detectedMatthias Ringwald
A typo in the tests prevents listing of " - OpenGL" as enabled output plugins if OpenGL & GLU but not GLUT is detected.
2008-04-02Merge from 1.1.Darren Salt
--HG-- rename : src/combined/demux_wavpack.c => src/combined/wavpack_demuxer.c
2008-04-02Add wvp to the wavpack demuxer's extensions list.Darren Salt
2008-04-02Spanish translation update.Carlos E. R.
2008-04-02Resync libxine2.pot.Darren Salt
2008-04-02Spanish translation update.Carlos E. R.
2008-04-01Changelog updates.Darren Salt
2008-04-01Updated PulseAudio driverLennart Poettering
It's basically a rework of the PulseAudio driver, fixing all the inherent races (and thus stability issues), adding proper surround sound support, support for proper muting and pause/resume. It also gets rid of all usleep() loops to make sure we don't wakeup more often than we need to. Also does a couple of other minor cleanups. This also increases the autoprobe priority to 12, above ALSA, to make sure that the Pulse plugin is preferred over ALSA if both are available. This is because we want to make sure that Xine-on-PA is preferred over Xine-on-ALSA-on-PA.
2008-03-31Correct the wavpack demuxer's MIME type data.Darren Salt
2008-03-31Revert a change which broke Quicktime atom parsing.Darren Salt
2008-03-30Add video/x-matroska.Darren Salt
2008-03-30Merge from 1.1.Darren Salt
2008-03-30Added signature for changeset 92dad3eca733ff0daecd6b1a539f8b077ea071cbDarren Salt
2008-03-30Added tag xine-lib-1_1_11_1-release for changeset 2a2cc543b27bDarren Salt
2008-03-30Release.xine-lib-1_1_11_1-release1.1.11.1Darren Salt
2008-03-30Document DVB controls and the stream "save:" option.Darren Salt
2008-03-29Merge from 1.1.Darren Salt
--HG-- rename : src/libxineadec/xine_lpcm_decoder.c => src/audio_dec/xine_lpcm_decoder.c
2008-03-29Changelog update.Darren Salt