summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2007-01-28 Fix audio/video sync problem with NTSC DVDs (introduced in 1.1.2).xine-1_1_4-release1.1.4Miguel Freitas
[bugs #1544349 and #1589644] CVS patchset: 8575 CVS date: 2007/01/28 22:53:15
2007-01-28another ffmpeg sync to include h264 security fixesMiguel Freitas
CVS patchset: 8573 CVS date: 2007/01/28 18:38:32
2007-01-28disabled "-Wl,-z,defs": it breaks compilation for vidix drivers.Miguel Freitas
no, linking twice to libdha.a is not an acceptable solution. CVS patchset: 8571 CVS date: 2007/01/28 17:17:56
2007-01-26Add ChangeLog entry for the previous commit.Diego 'Flameeyes' Pettenò
CVS patchset: 8565 CVS date: 2007/01/26 17:22:19
2007-01-24Create a new wavpack plugin with both the old demuxer and a new decoder. To ↵Diego 'Flameeyes' Pettenò
simplify categorising, I've created a new combined directory to put plugins like wavpack (or libflac) that carries both a demuxer and a decoder in a single bundle -- I expect it being used more in the future. CVS patchset: 8551 CVS date: 2007/01/24 04:57:26
2007-01-19Add --disable-musepack and --with-external-libmpcdec parameters to ↵Diego 'Flameeyes' Pettenò
configure, now users can decide if they want musepack support and whether to use an external copy of libmpcdec. CVS patchset: 8532 CVS date: 2007/01/19 02:35:36
2007-01-16division by zero fixMiguel Freitas
CVS patchset: 8514 CVS date: 2007/01/16 16:04:05
2007-01-13another bug #Miguel Freitas
CVS patchset: 8503 CVS date: 2007/01/13 22:26:07
2007-01-13add bug #sMiguel Freitas
CVS patchset: 8501 CVS date: 2007/01/13 22:21:00
2007-01-13 * ffmpeg update to 51.28.0Miguel Freitas
* Workaround ffmpeg buggy codecs that don't release their DR1 frames. * Fix several segfaults and freezing problem with H264 streams that use a lot of reference frames (eg. 15) * Initial support to enable/disable ffmpeg codecs. Codecs may be disabled in groups by --disable-ffmpeg-uncommon-codecs/--disable-ffmpeg-popular-codecs Think of "uncommon" codecs what people would never want to play with their PDAs (they will save memory by removing them). Note: currently both uncommon/popular codecs are _build_ but disabled. that is, build system still need some improvements to really save memory. warning: non-autoconf guru playing with the build system, likely breakage. CVS patchset: 8499 CVS date: 2007/01/13 21:19:52
2007-01-07Fix demuxing of uncompressed VobSub subtitles in Matroska filesMathieu Olivier
CVS patchset: 8490 CVS date: 2007/01/07 12:33:50
2006-12-26 * Allow decoding of MusePack SV 7.x files (7.1 files at least play fine).Diego 'Flameeyes' Pettenò
CVS patchset: 8464 CVS date: 2006/12/26 17:40:37
2006-12-26 * Implement a True Audio files demuxer. [bug #1586381]Diego 'Flameeyes' Pettenò
CVS patchset: 8463 CVS date: 2006/12/26 16:59:55
2006-12-26 * Implement a WavPack files demuxer, using WavPack library (only for demuxingDiego 'Flameeyes' Pettenò
as the decoding is left entirely to FFmpeg); it's still in its infancy, but it should be possible to remove WavPack dependency entirely in the future. CVS patchset: 8461 CVS date: 2006/12/26 03:22:28
2006-12-25 * Replace --enable-flac configure option with --with-libflac, as the FLACDiego 'Flameeyes' Pettenò
support is always built-in through the audio demuxer plugin and the FFmpeg decoder plugin, the option only controls the extra FLAC plugin that uses libFLAC both for demuxing and decoding. CVS patchset: 8457 CVS date: 2006/12/25 20:04:17
2006-12-25 * On platforms where it's possible, use -Wl,-z,defs option so that the linkerDiego 'Flameeyes' Pettenò
reports undefined symbols at buildtime, rather than aborting at runtime. CVS patchset: 8456 CVS date: 2006/12/25 19:46:04
2006-12-25 * Make the libFLAC-based decoder and demuxer for FLAC files work with recentDiego 'Flameeyes' Pettenò
FLAC release 1.1.3. CVS patchset: 8455 CVS date: 2006/12/25 19:22:00
2006-12-25 * Implement at least a partial content-based detection of ModPlug-decodedDiego 'Flameeyes' Pettenò
module files, using the magic numbers from GNU file. This allows to open module files based on content rather than on their extension only. [bug #1445746] CVS patchset: 8445 CVS date: 2006/12/25 17:39:39
2006-12-25 * Fix Shorten demuxer: the whole ajkg signature has to be found, not onlyDiego 'Flameeyes' Pettenò
one character of it. [bug #1601134] CVS patchset: 8444 CVS date: 2006/12/25 16:54:56
2006-12-25 * Don't check for libpostproc version and assume that if libavcodec is foundDiego 'Flameeyes' Pettenò
correctly, libpostproc is of the same version, too. Reported by Ville Skyttä. [bug #1617344] CVS patchset: 8443 CVS date: 2006/12/25 16:41:53
2006-12-25 * Fix invalid memory access in Real Media SDP with tailored stream; reportedDiego 'Flameeyes' Pettenò
by Roland Kay. [bug #1602631] CVS patchset: 8442 CVS date: 2006/12/25 16:21:56
2006-12-25 * Fix program termination due to invalid Real Media SDP; reported by RolandDiego 'Flameeyes' Pettenò
Kay. [bug #1602663] CVS patchset: 8441 CVS date: 2006/12/25 16:12:16
2006-12-25 * Fix invalid memory access in Real Media ASM parser; reported by RolandDiego 'Flameeyes' Pettenò
Kay. [bug #1603503] CVS patchset: 8440 CVS date: 2006/12/25 15:39:31
2006-12-25 * Fix disposing of image buffers in video_out_xv when SHM get disabled byDiego 'Flameeyes' Pettenò
exhaustion of memory; patch by Matthias Drochner. [bug #1620339] CVS patchset: 8439 CVS date: 2006/12/25 15:19:51
2006-12-25 * Allow building with Sun CC by fixing the lprintf variadic macro; patch byDiego 'Flameeyes' Pettenò
Taso N. Devetzis. [bug #1614406] CVS patchset: 8438 CVS date: 2006/12/25 15:16:33
2006-12-25Fix race condition in audio_out by using a recursive mutex; patch by ↵Diego 'Flameeyes' Pettenò
Reinhard Nissl. [bug #1551911] CVS patchset: 8437 CVS date: 2006/12/25 15:07:51
2006-12-21Apply the textrel patch from Gentoo, thanks to PaX team for providing it. ↵Diego 'Flameeyes' Pettenò
The patch was applied and tested for a while in Gentoo and Pardus, and solves also Debian's problems with non-PIC code. If problems will arise, they'll be debugged. CVS patchset: 8431 CVS date: 2006/12/21 09:54:44
2006-12-19Mark string-type configuration items according to whether they're plainDarren Salt
strings or names of files, device nodes or directories. This information is available to front ends (via .num_value) so that they can present file/dir-open dialogue boxes if they so choose. Subtitle font selection is split up due to this. CVS patchset: 8425 CVS date: 2006/12/19 19:10:50
2006-12-031.1.3 releasedMiguel Freitas
CVS patchset: 8402 CVS date: 2006/12/03 20:16:49
2006-11-29Fix buffer overrun reported by Roland Kay with JW's patch. Close bug #1603458.Diego 'Flameeyes' Pettenò
CVS patchset: 8391 CVS date: 2006/11/29 19:34:21
2006-11-14Make the misdetection of audio data as AAC less likely.Darren Salt
(Should fix playback of some MP3 files, at least.) CVS patchset: 8380 CVS date: 2006/11/14 22:04:58
2006-11-09Update changelog for the FLAC with ID3 bugfix.Diego 'Flameeyes' Pettenò
CVS patchset: 8364 CVS date: 2006/11/09 23:56:41
2006-11-09Add support for playing OggFlac files (still not 100% complete, but will ↵Diego 'Flameeyes' Pettenò
play). Add a flacutils.h header with functions to parse FLAC data structure, to be shared with demux_flac. Closes bug #1590690. CVS patchset: 8362 CVS date: 2006/11/09 15:13:19
2006-10-28New X11 visual type: xine-lib may now use frontend's mutex/lock mechanismMiguel Freitas
instead of XLockDisplay/XUnlockDisplay. CVS patchset: 8353 CVS date: 2006/10/28 19:01:51
2006-10-02Document changes.František Dvořák
CVS patchset: 8328 CVS date: 2006/10/02 15:58:28
2006-09-29Update ChangeLog with the recent fontconfig/FreeType2 changes.Diego 'Flameeyes' Pettenò
CVS patchset: 8322 CVS date: 2006/09/29 19:32:04
2006-09-28Update ChangeLog with the Shorten fix.Diego 'Flameeyes' Pettenò
CVS patchset: 8319 CVS date: 2006/09/28 22:29:55
2006-09-24Update changelogDiego 'Flameeyes' Pettenò
CVS patchset: 8275 CVS date: 2006/09/24 16:30:36
2006-09-14Update ChangeLog with new libcaca 0.99 support.Diego 'Flameeyes' Pettenò
CVS patchset: 8242 CVS date: 2006/09/14 01:23:55
2006-09-13Update changelog after closing bug #1550763.Diego 'Flameeyes' Pettenò
CVS patchset: 8234 CVS date: 2006/09/13 23:33:08
2006-09-13Update ChangeLog now that the bug is closed.Diego 'Flameeyes' Pettenò
CVS patchset: 8229 CVS date: 2006/09/13 22:52:39
2006-09-13Add bug number, too.Diego 'Flameeyes' Pettenò
CVS patchset: 8226 CVS date: 2006/09/13 17:40:11
2006-09-13Update ChangeLog with the recent changes.Diego 'Flameeyes' Pettenò
CVS patchset: 8225 CVS date: 2006/09/13 17:26:59
2006-09-08fix switch from alsa/dmix 2.0 to 5.1 [bug #1226595]Miguel Freitas
CVS patchset: 8208 CVS date: 2006/09/08 20:40:34
2006-09-02Remove polypaudio plugin, in favour of PulseAudio.Diego 'Flameeyes' Pettenò
CVS patchset: 8195 CVS date: 2006/09/02 21:59:54
2006-08-12JACK audio driver by Chris CannamMiguel Freitas
CVS patchset: 8178 CVS date: 2006/08/12 23:57:29
2006-07-17Allow 0 for title & chapter in DVD MRLs.Darren Salt
CVS patchset: 8131 CVS date: 2006/07/17 17:15:34
2006-07-13Added missing ChangeLog entry for libmms security fix.Matthias Hopf
CVS patchset: 8125 CVS date: 2006/07/13 09:48:48
2006-07-11Add pulseaudio/polypaudio news to ChangeLog.Diego 'Flameeyes' Pettenò
CVS patchset: 8117 CVS date: 2006/07/11 05:35:53
2006-07-11Add one more note to ChangeLog.Diego 'Flameeyes' Pettenò
CVS patchset: 8113 CVS date: 2006/07/11 03:51:42