summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-24- remove have_alsa_1_0_9Miguel Freitas
- note about overlay cropping fix CVS patchset: 7740 CVS date: 2005/09/24 19:27:33
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
"clip" thing has caused too much confusion already since these variables define a highlight area. - add overlay offset support to video_out.c/alphablend/vo drivers - use overlay offset to implement proper croping of frames when vo driver doesn't support it - add clipping checks to alphablend to avoid buffer overflow, buffer "underflow" and wrapping. - increase vo api number - note: dxr3 support is incomplete about overlay offset CVS patchset: 7739 CVS date: 2005/09/24 19:08:26
2005-09-19*BUGFIX*František Dvořák
added missing mutex init in xine_ticket (fixes pause assert with win32-pthreads) added missing destroys due to pthread doc spells and houskeeping use directx of older versions too, possibility to use xine w/o HW accel CVS patchset: 7738 CVS date: 2005/09/19 16:14:02
2005-09-16Fixed id3v2.4 genre parsing.Thibaut Mattern
CVS patchset: 7737 CVS date: 2005/09/16 23:01:10
2005-09-16Disabled debug stuff.Thibaut Mattern
CVS patchset: 7736 CVS date: 2005/09/16 22:16:11
2005-09-16Fixed id3v2.3 frame header size parsing.Thibaut Mattern
Fixed frame with data >4k handling (ie picture frames). CVS patchset: 7735 CVS date: 2005/09/16 22:15:12
2005-09-15Added minimal id3 v2.4 support.Thibaut Mattern
CVS patchset: 7734 CVS date: 2005/09/15 18:45:15
2005-09-14fix the FPE due my last commitMiguel Freitas
CVS patchset: 7733 CVS date: 2005/09/14 23:42:37
2005-09-13segfault fix by Vedran RodicMiguel Freitas
CVS patchset: 7732 CVS date: 2005/09/13 00:52:25
2005-09-12Patch from Brian J. Tarricone.Thibaut Mattern
Fixed config callback unregistration. CVS patchset: 7731 CVS date: 2005/09/12 17:44:37
2005-09-12new Flameeyes's configure patchesMiguel Freitas
CVS patchset: 7730 CVS date: 2005/09/12 01:06:58
2005-09-12try Jason Tackaberry suggestion to fix problem of the growing X eventMiguel Freitas
queue with increased CPU load (that is, some events were never dequeued) CVS patchset: 7729 CVS date: 2005/09/12 00:47:03
2005-09-11new directfb plugin by Claudio CiccaniMiguel Freitas
CVS patchset: 7728 CVS date: 2005/09/11 23:59:15
2005-09-11*BUGFIX*Bastien Nocera
Add support for the YUY2 fourcc http://renny.netdot.net/~sig/test1.asf.gz CVS patchset: 7727 CVS date: 2005/09/11 23:42:24
2005-09-11make Alien happier ;-)Miguel Freitas
audio can be heard with non-1X speeds if audio.synchronization.slow_fast_audio is set CVS patchset: 7726 CVS date: 2005/09/11 22:07:48
2005-09-11Jason TackaberryMiguel Freitas
CVS patchset: 7725 CVS date: 2005/09/11 14:13:24
2005-09-11fix destination aspect ratio and add support for non 4/3 displaysMiguel Freitas
patch by Jason Tackaberry CVS patchset: 7724 CVS date: 2005/09/11 13:37:31
2005-09-11_x_load_video_output_plugin() by Jason TackaberryMiguel Freitas
CVS patchset: 7723 CVS date: 2005/09/11 00:11:09
2005-09-07Fixed segfault on class_dispose.Thibaut Mattern
CVS patchset: 7722 CVS date: 2005/09/07 20:43:24
2005-09-05*BUGFIX*František Dvořák
*DRUMS* removing internal old phreads-win32 and zlib CVS patchset: 7721 CVS date: 2005/09/05 17:10:36
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-09-05Fixing broken build. Sorry.Matthias Hopf
CVS patchset: 7718 CVS date: 2005/09/05 15:13:13
2005-09-05Unified behavior of yuv2rgb brightness/contrast/saturation.Matthias Hopf
Nuked getting default value from additional config. CVS patchset: 7717 CVS date: 2005/09/05 14:56:31
2005-09-02Unregister config callbacks.Thibaut Mattern
CVS patchset: 7716 CVS date: 2005/09/02 22:39:42
2005-08-30Better names for directory separators.František Dvořák
CVS patchset: 7715 CVS date: 2005/08/30 15:27:58
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-29*BUGFIX*František Dvořák
Windows ports updates: - finished M$VC port update - moved xine plugins back to normal location for Windows ports, added relative directories (used relative to ${prefix}), make sure it's thread-safe (but it's still hacky) - fixed ugly bug with loading plugins, when working drive was differrent from plugins directory directory - directory and subdirectory separator called as platform specific - fix crash with newer win32 pthread (missing mutex_init in vo plugin), yes! - small doc update CVS patchset: 7712 CVS date: 2005/08/29 15:28:16
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-08-21**BUGFIX**Darren Salt
Allow the backup of an empty configuration file to succeed. CVS patchset: 7708 CVS date: 2005/08/21 17:01:02
2005-08-05merged flameeyes's 05_all_imagemagick.patch with a few corrections. ↵Stefan Holst
introduces --disable-imagemagick configure option. CVS patchset: 7707 CVS date: 2005/08/05 19:44:34
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-31s/HAS_ALSA/HAVE_ALSA/Darren Salt
CVS patchset: 7704 CVS date: 2005/07/31 14:58:50
2005-07-31Check for ALSA >= 1.0.9 (HAVE_ALSA_1_0_9).Darren Salt
Rework the existing checks (common code) and simplify slightly. CVS patchset: 7703 CVS date: 2005/07/31 14:47:24
2005-07-31Summary: For alsa-lib version 1.0.9 or above, we can detect if the hardware ↵James Courtier-Dutton
can do resampling or not. If resampling is not supported in hardware, old alsa normally does software resampling, but the current alsa-lib software resampling is not very good quality, so as we can detect if the software resampler is being used, we can choose to use our own high quality resampler. TODO: This requires the addition of a new ./configure detection option HAS_ALSA_1_0_9 CVS patchset: 7702 CVS date: 2005/07/31 14:39:39
2005-07-30*BUGFIX*František Dvořák
Let handle inttypes by config.h, sun specific includes moved to os_internal.h. CVS patchset: 7701 CVS date: 2005/07/30 11:26:09
2005-07-30Added several --disable options (patch from FreeBSD).František Dvořák
Minor fix - say yes if recursive mutex test pass. :-) CVS patchset: 7700 CVS date: 2005/07/30 10:01:07
2005-07-30*BUGFIX*František Dvořák
Little update when I used again the document. (belongs to xine-1 too) CVS patchset: 7699 CVS date: 2005/07/30 09:57:57
2005-07-29Use our own header for integer defsJames Stembridge
CVS patchset: 7698 CVS date: 2005/07/29 19:25:43
2005-07-29FreeBSD compatability patch by Diego "Flameeyes" PettenòJames Stembridge
CVS patchset: 7697 CVS date: 2005/07/29 19:03:34
2005-07-29Fix PIC defineJames Stembridge
CVS patchset: 7696 CVS date: 2005/07/29 18:31:13
2005-07-29Protect malloc.h inclusionJames Stembridge
CVS patchset: 7695 CVS date: 2005/07/29 18:14:40
2005-07-29Add support for mpeg1/2 video in matroskaJames Stembridge
CVS patchset: 7694 CVS date: 2005/07/29 17:57:00
2005-07-28Remove unused #defineRocky Bernstein
CVS patchset: 7692 CVS date: 2005/07/28 02:17:23
2005-07-27ft2 patch by Andrei Lahun: fix spacing and hintingStefan Holst
CVS patchset: 7691 CVS date: 2005/07/27 23:46:34
2005-07-27commiting part of my old build fixes: automake doesn't expand \!HAVE_ZLIB ↵Stefan Holst
here, using safer syntax, should work on all platforms CVS patchset: 7690 CVS date: 2005/07/27 22:45:56
2005-07-27Should fix automatic Windows builds at xine.czechian.net.František Dvořák
CVS patchset: 7689 CVS date: 2005/07/27 20:32:12
2005-07-27Oops, fixed build on linux.František Dvořák
CVS patchset: 7688 CVS date: 2005/07/27 20:07:51
2005-07-27Better noted late than never.Rocky Bernstein
CVS patchset: 7687 CVS date: 2005/07/27 07:14:16