Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 demuxing | Diego '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 FLAC | Diego '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 linker | Diego '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 recent | Diego '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-decoded | Diego '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 only | Diego '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 found | Diego '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; reported | Diego '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 Roland | Diego '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 Roland | Diego '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 by | Diego '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 by | Diego 'Flameeyes' Pettenò | |
Taso N. Devetzis. [bug #1614406] CVS patchset: 8438 CVS date: 2006/12/25 15:16:33 | |||
2006-12-25 | Fix 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-21 | Apply 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-19 | Mark string-type configuration items according to whether they're plain | Darren 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-03 | 1.1.3 released | Miguel Freitas | |
CVS patchset: 8402 CVS date: 2006/12/03 20:16:49 | |||
2006-11-29 | Fix 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-14 | Make 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-09 | Update changelog for the FLAC with ID3 bugfix. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8364 CVS date: 2006/11/09 23:56:41 | |||
2006-11-09 | Add 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-28 | New X11 visual type: xine-lib may now use frontend's mutex/lock mechanism | Miguel Freitas | |
instead of XLockDisplay/XUnlockDisplay. CVS patchset: 8353 CVS date: 2006/10/28 19:01:51 | |||
2006-10-02 | Document changes. | František Dvořák | |
CVS patchset: 8328 CVS date: 2006/10/02 15:58:28 | |||
2006-09-29 | Update ChangeLog with the recent fontconfig/FreeType2 changes. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8322 CVS date: 2006/09/29 19:32:04 | |||
2006-09-28 | Update ChangeLog with the Shorten fix. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8319 CVS date: 2006/09/28 22:29:55 | |||
2006-09-24 | Update changelog | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8275 CVS date: 2006/09/24 16:30:36 | |||
2006-09-14 | Update ChangeLog with new libcaca 0.99 support. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8242 CVS date: 2006/09/14 01:23:55 | |||
2006-09-13 | Update changelog after closing bug #1550763. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8234 CVS date: 2006/09/13 23:33:08 | |||
2006-09-13 | Update ChangeLog now that the bug is closed. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8229 CVS date: 2006/09/13 22:52:39 | |||
2006-09-13 | Add bug number, too. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8226 CVS date: 2006/09/13 17:40:11 | |||
2006-09-13 | Update ChangeLog with the recent changes. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8225 CVS date: 2006/09/13 17:26:59 | |||
2006-09-08 | fix 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-02 | Remove polypaudio plugin, in favour of PulseAudio. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8195 CVS date: 2006/09/02 21:59:54 | |||
2006-08-12 | JACK audio driver by Chris Cannam | Miguel Freitas | |
CVS patchset: 8178 CVS date: 2006/08/12 23:57:29 | |||
2006-07-17 | Allow 0 for title & chapter in DVD MRLs. | Darren Salt | |
CVS patchset: 8131 CVS date: 2006/07/17 17:15:34 | |||
2006-07-13 | Added missing ChangeLog entry for libmms security fix. | Matthias Hopf | |
CVS patchset: 8125 CVS date: 2006/07/13 09:48:48 | |||
2006-07-11 | Add pulseaudio/polypaudio news to ChangeLog. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8117 CVS date: 2006/07/11 05:35:53 | |||
2006-07-11 | Add one more note to ChangeLog. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8113 CVS date: 2006/07/11 03:51:42 | |||
2006-07-11 | Add something to the ChangeLog. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8112 CVS date: 2006/07/11 03:40:20 | |||
2006-06-17 | Add support for RealPlayer 10 codecs from SUSE, as reported by Manfred Tremmel. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8044 CVS date: 2006/06/17 12:28:31 | |||
2006-06-11 | Re-commit lost change: Fix the freeze on QuickTime files when configured ↵ | František Dvořák | |
with non-existing win32 codecs path. win32.c have known nothing about all paths tested in module.c. CVS patchset: 8033 CVS date: 2006/06/11 15:09:47 | |||
2006-06-10 | Update ChangeLog with i18n updates. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8031 CVS date: 2006/06/10 02:11:02 | |||
2006-06-08 | Mention more security fixes. | Darren Salt | |
CVS patchset: 8021 CVS date: 2006/06/08 21:00:01 | |||
2006-06-08 | Whoops, wrong CVE number... | Darren Salt | |
CVS patchset: 8020 CVS date: 2006/06/08 20:15:48 | |||
2006-06-08 | Note CVE-2006-1664, fixed in src/input/input.http revision 1.118. | Darren Salt | |
CVS patchset: 8019 CVS date: 2006/06/08 20:02:48 | |||
2006-05-31 | Fix install problems in case configure was generated by autoconf >= 2.59c. | Darren Salt | |
CVS patchset: 8000 CVS date: 2006/05/31 00:01:44 | |||
2006-05-30 | Fix up health check to find libX11 and libXv shared objects even if devel | Darren Salt | |
packages aren't installed (where appropriate). (Ubuntu 47357) CVS patchset: 7999 CVS date: 2006/05/30 23:30:26 | |||
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt | |
(Diego Pettenò) CVS patchset: 7985 CVS date: 2006/05/03 19:46:06 | |||
2006-04-06 | Add ATSC support, thanks to Jack Steven Kelliher, with some minor changes | Mike Lampard | |
noted by Barry Scott. CVS patchset: 7961 CVS date: 2006/04/06 08:17:25 |