summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2005-09-11new directfb plugin by Claudio CiccaniMiguel Freitas
CVS patchset: 7728 CVS date: 2005/09/11 23:59:15
2005-09-05*BUGFIX*František Dvořák
Build improvements and WIN32 port updates: - add --with-pthread-pefix and --with-zlib-pefix options - prepare for removing internal zlib and pthreads-win32 relics, updated documentation for possible WIN32 developers (only for me? :->) - fixed bug in unimportant part of configure.ac for MinGW due to xine paths - fixed my bug in cdda (but it compiled fine anyway) - fixed unimportant bug in planar Makefile.am - next MSVC update due to external zlib, pthreads and latest changes, removed relic includes - checked distcheck CVS patchset: 7719 CVS date: 2005/09/05 17:02:56
2005-08-29Synchronize libxine.pc with xine-config.František Dvořák
CVS patchset: 7714 CVS date: 2005/08/29 17:00:38
2005-08-28Set up the framebuffer palette.Darren Salt
CVS patchset: 7711 CVS date: 2005/08/28 01:11:21
2005-08-25*BUGFIX*František Dvořák
Windows ports fixes and improvements due to my current work on toxine: - first experiments with external win32 pthreads, more portable code (pthread_t may be a struct) - headers refactored - moved dirent win32 replacement to lib/, hide it for frontends, used system version, if found, not used non-POSIX dirent->d_reclen (this item doesn't work in MinGW), fix memleak in dvb - separated settings for postproc and avcodec when using external ffmpeg - check for malloc.h in public xine.m4, used it conditionally in xine headers - replaced random() by POSIX more common rand() - prevent one segfault in directx vo plugin, if fails - M$VC port update CVS patchset: 7709 CVS date: 2005/08/25 15:36:29
2005-07-31Summary: Place feature in correct xine-lib version.James Courtier-Dutton
CVS patchset: 7706 CVS date: 2005/07/31 16:34:37
2005-07-31Summary: And changelog entry for audio_alsa_out.c change.James Courtier-Dutton
CVS patchset: 7705 CVS date: 2005/07/31 16:30:49
2005-07-27Better noted late than never.Rocky Bernstein
CVS patchset: 7687 CVS date: 2005/07/27 07:14:16
2005-07-26make it clear that everything has just been released so people can putMiguel Freitas
their changelog entries at the right place. CVS patchset: 7684 CVS date: 2005/07/26 21:17:11
2005-07-25goom updateMiguel Freitas
CVS patchset: 7678 CVS date: 2005/07/25 18:10:01
2005-07-211.1.0Miguel Freitas
CVS patchset: 7672 CVS date: 2005/07/21 17:59:19
2005-07-17Doc updateDarren Salt
CVS patchset: 7657 CVS date: 2005/07/17 23:12:29
2005-07-17changelog housekeepingMiguel Freitas
CVS patchset: 7653 CVS date: 2005/07/17 21:26:44
2005-07-16*** empty log message ***Miguel Freitas
CVS patchset: 7645 CVS date: 2005/07/16 17:04:05
2005-07-03new stream infos allows frontends to query current title/chapter/angle on dvdsMiguel Freitas
patch by Jerome "poitch" Poichet CVS patchset: 7637 CVS date: 2005/07/03 20:31:28
2005-06-25*BUGFIX*Siggi Langauf
fix playback of non-multi Real RTSP streams CVS patchset: 7633 CVS date: 2005/06/25 13:21:30
2005-06-15Mention xine(5).Darren Salt
CVS patchset: 7626 CVS date: 2005/06/15 22:47:17
2005-06-13**BUGFIX**Miguel Freitas
fix deadlock with _x_flush_events_queues CVS patchset: 7621 CVS date: 2005/06/13 00:32:11
2005-05-31POSIX-compliant use of 'head' and 'tail'.Darren Salt
CVS patchset: 7598 CVS date: 2005/05/31 17:42:33
2005-05-29- Send the XINE_MSG_FILE_EMPTY UI message when trying to play an emptyBastien Nocera
(zero-sized) file CVS patchset: 7591 CVS date: 2005/05/29 12:29:41
2005-05-29*BUGFIX*František Dvořák
Trying to fix subtitle repositioning after change of video windows size. The problem was new renderer object was always recreated AFTER text drawing for duration == 0. I removed additional subtitle size update which was called always before waiting for showing subtitle and now update is called only on start and just before drawing. ffmpeg, win32 and maybe other decoders still needs to be fixed to return non-zero image duration. Some format of subtitles need know image duration. And minor change: removed strange test for this->renderer != NULL. Anyway proper way in such case would be close the plugin. CVS patchset: 7590 CVS date: 2005/05/29 10:18:22
2005-05-29added --with-external-a52dec and --with-external-libmad switchesMiguel Freitas
thanks Diego 'Flameeyes' Petten CVS patchset: 7589 CVS date: 2005/05/29 00:47:48
2005-05-28**BUGFIX**Miguel Freitas
CVS patchset: 7587 CVS date: 2005/05/28 23:28:43
2005-05-28*** empty log message ***Miguel Freitas
CVS patchset: 7572 CVS date: 2005/05/28 02:37:23
2005-05-27*** empty log message ***Miguel Freitas
CVS patchset: 7566 CVS date: 2005/05/27 16:45:31
2005-05-26**BUGFIX**Thomas Hellström
Fixx xxmc bob deinterlacing for field-coded interlaced streams. CVS patchset: 7561 CVS date: 2005/05/26 07:49:14
2005-05-14mention experimental play single chapter thingMiguel Freitas
CVS patchset: 7539 CVS date: 2005/05/14 22:23:31
2005-05-14**BUGFIX**Miguel Freitas
should definitely go into 1.0.2... CVS patchset: 7538 CVS date: 2005/05/14 22:22:15
2005-05-08file is probably in /usr/bin, but don't assume so. [Bug no. 1195539]Darren Salt
CVS patchset: 7532 CVS date: 2005/05/08 22:38:35
2005-05-07*BUGFIX*František Dvořák
gcc4 patches from Dams Nadé (livna.org) and Keenan Pepper. CVS patchset: 7527 CVS date: 2005/05/07 09:11:37
2005-05-06**BUGFIX**Thomas Hellström
improve xxmc cpu-usage for IDCT / MOCOMP acceleration through better locking [bug #1195282] CVS patchset: 7524 CVS date: 2005/05/06 07:42:20
2005-05-04**BUGFIX**Thomas Hellström
stop libmpeg2 XvMC IDCT / MOCOMP attempting software motion compensation [bug #1194754] CVS patchset: 7520 CVS date: 2005/05/04 12:50:09
2005-05-04speed up xx44 alphablending of large transparent areasThomas Hellström
CVS patchset: 7519 CVS date: 2005/05/04 04:30:09
2005-05-04**BUGFIX**Thomas Hellström
fix xxmc plugin wanting to change vld xvmc context when stream changes from non-interlaced to interlaced [bug #1194350] CVS patchset: 7518 CVS date: 2005/05/04 04:27:20
2005-05-03**BUGFIX**Darren Salt
Work around a compiler bug - use -fno-inline-functions with gcc < 3.4.0. The bug is definitely present in 3.3.5 and not in 3.4.3. CVS patchset: 7517 CVS date: 2005/05/03 21:27:30
2005-05-03**BUGFIX**Thomas Hellström
Fixed xvmc plugin segfault when it tried software blending on nonexistant xv image. Cleaned up libmpeg2 behaviour on xxmc plugin abrupt software fallback. CVS patchset: 7516 CVS date: 2005/05/03 19:25:10
2005-05-03**BUGFIX**Darren Salt
Clip goom fps value to >= 1 [bug #1193783] CVS patchset: 7514 CVS date: 2005/05/03 01:31:12
2005-05-02**BUGFIX**Darren Salt
Support --enable-fpic with recent versions of gcc. (The original version of this patch was supplied by Nix <nix@esperi.org.uk>.) CVS patchset: 7513 CVS date: 2005/05/02 21:13:42
2005-04-26**BUGFIX**Michael Roitzsch
unfortunately, this has to wait until 1.0.2 CVS patchset: 7502 CVS date: 2005/04/26 12:25:38
2005-04-26**BUGFIX**Thomas Hellström
Fix IDCT / Mocomp rendering errors in xxmc and xvmc modules caused by them not resetting the macroblock counter when a frame is created. Fixed libmpeg2 Mocomp XvMC forgetting to handle the signed / usigned intra flag, resulting in a purple screen on Nvidia when XvMC Mocomp only is used. CVS patchset: 7500 CVS date: 2005/04/26 09:02:55
2005-04-25**BUGFIX**Michael Roitzsch
note WMA lossless support CVS patchset: 7491 CVS date: 2005/04/25 14:11:41
2005-04-20**BUGFIX**Michael Roitzsch
I just realized that the plugin loader is not mentioned in the ChangeLog CVS patchset: 7475 CVS date: 2005/04/20 17:19:46
2005-04-20fix a typo and move cool feature to 1.0.1Michael Roitzsch
CVS patchset: 7474 CVS date: 2005/04/20 17:12:09
2005-04-09Experimental bob deinterlacing support for the xxmc module.Thomas Hellström
Updated xxmc readme. CVS patchset: 7451 CVS date: 2005/04/09 11:47:27
2005-04-09**BUGFIX**Thomas Hellström
Updated Changelog from previous commit. CVS patchset: 7450 CVS date: 2005/04/09 11:23:14
2005-03-06pthread leak and onefield_xvThibaut Mattern
CVS patchset: 7436 CVS date: 2005/03/06 21:38:09
2005-02-22XvMC update largely courtesy of Kendall Bennet, Scitechsoft:Thomas Hellström
* Fix surface flushing and syncing (xxmc / xvmc) * Fix clearing of macro block lists (xxmc / xvmc) * Remove floating point operations from mpeg demuxer. Degrades performance on non-fp capable hardware. * Remove unnecessary software MC step * Fix Quantization matrix ordering which caused bad picture quality (KB/TH) * Minor optimizations in the libmpeg2 code * Fix VLD flushing at video discontinuity (TH) CVS patchset: 7424 CVS date: 2005/02/22 18:31:33
2005-02-20**BUGFIX**Michael Roitzsch
small grammar fix CVS patchset: 7421 CVS date: 2005/02/20 17:03:33
2005-02-20**BUGFIX**František Dvořák
Replaced AC_TRY_RUN by AC_RUN_IFELSE. Now, if cross compiled, field ordering is hardcoded for Windows platform. New common test just for availibility of bit fields works for all platforms. CVS patchset: 7420 CVS date: 2005/02/20 10:08:01
2005-02-20**BUGFIX**František Dvořák
Updated documentation about M$VC (building external ffmpeg). Added patch necessary for using ffmpeg by M$VC compiler. Updated M$VC build of xine's ff plugin - removed ugly ifdef, used external ffmpeg as whole. CVS patchset: 7419 CVS date: 2005/02/20 09:36:00