summaryrefslogtreecommitdiff
path: root/src/post
AgeCommit message (Collapse)Author
2005-07-26ignore non mono audio streams by defaultxine-lib-1_1_0-release1.1.0Miguel Freitas
CVS patchset: 7681 CVS date: 2005/07/26 17:55:50
2005-07-22ops missed this oneMiguel Freitas
CVS patchset: 7676 CVS date: 2005/07/22 16:42:00
2005-07-22another gcc 2.9x fixMiguel Freitas
CVS patchset: 7675 CVS date: 2005/07/22 16:37:44
2005-07-21gcc 2.9x compatMiguel Freitas
CVS patchset: 7673 CVS date: 2005/07/21 20:48:37
2005-07-19update goom to 2k4-0 + patches. details:Miguel Freitas
- removed convolve_fx: goom logo is definitely annoying. besides using xine_fast_memcpy instead of convolve makes it much faster! - reduced number of tentacles: too many tentacles on low res (320x240) made it too brighter - darker ifs.c: again problem with low res, image was saturating to white most of the time - increased fps to 14 now that goom is faster ;-) CVS patchset: 7667 CVS date: 2005/07/19 18:10:29
2005-07-18"fill" video post plugin. Crops left and right side of widescreen video to ↵James Stembridge
fill a 4/3 screen CVS patchset: 7666 CVS date: 2005/07/18 18:02:51
2005-07-16- stretch.c: warning fixMiguel Freitas
- upmix_mono: use default's port names ("audio in", "audio out"). i know that video post plugin like to name their ports differently, but having standard names can make frontends' job easier when figuring out how to wire plugins. i just won't change the existing plugins to not break compatibility with frontends that might use them already... CVS patchset: 7643 CVS date: 2005/07/16 17:00:50
2005-07-16Reinhard Nissl's plugin to upmix mono to stereoMiguel Freitas
CVS patchset: 7642 CVS date: 2005/07/16 16:36:59
2005-07-03**BUGFIX**Miguel Freitas
merge small bugfix from goom (thanks Vedran Rodic for finding this) CVS patchset: 7638 CVS date: 2005/07/03 21:26:12
2005-06-17** BUGFIX **Darren Salt
Copy frame crop values when copying frame information. (Reinhard Nissl) CVS patchset: 7629 CVS date: 2005/06/17 22:36:43
2005-06-07another gcc 2.95 fixMiguel Freitas
CVS patchset: 7615 CVS date: 2005/06/07 22:56:22
2005-06-05remove Min_Vals/Max_ValsMiguel Freitas
doesn't seem to make any difference CVS patchset: 7613 CVS date: 2005/06/05 16:31:24
2005-06-05quite some hacks for gcc 2.95 compatibilityMiguel Freitas
CVS patchset: 7612 CVS date: 2005/06/05 16:00:06
2005-06-03disable greedyh until i can fix the asmMiguel Freitas
CVS patchset: 7600 CVS date: 2005/06/03 16:58:24
2005-05-28Update our local changesJames Stembridge
CVS patchset: 7584 CVS date: 2005/05/28 12:33:06
2005-05-28**BUGFIX**James Stembridge
femms is a 3DNow instruction causing an Illegal instruction when run on non-AMD processors, replace with emms CVS patchset: 7583 CVS date: 2005/05/28 12:20:37
2005-05-28finally: tomsmocomp deinterlacing from dscalerMiguel Freitas
CVS patchset: 7571 CVS date: 2005/05/28 02:35:57
2005-05-27i guess people will like this: provide help for each deinterlace method.Miguel Freitas
CVS patchset: 7565 CVS date: 2005/05/27 16:35:27
2005-05-27something tell me this code would not compile on non-x86 architectures...Miguel Freitas
CVS patchset: 7564 CVS date: 2005/05/27 15:34:01
2005-05-27material for xine 1.1: new quality deinterlacer GreedyH from dscaler.Miguel Freitas
(actually ported dscaler->kdetv->tvtime->xine) obs: i'm not yet considering this feature for 1.0.2 since every time i add new asm code the build gets broken for some specific gcc version or something... CVS patchset: 7563 CVS date: 2005/05/27 15:22:52
2005-05-16i'm commiting some changes to both xine and tvtime cvs to bring them closer.Miguel Freitas
still just housekeeping. CVS patchset: 7547 CVS date: 2005/05/16 01:39:02
2005-05-15more merging with tvtime - no functional changes (i hope)Miguel Freitas
CVS patchset: 7544 CVS date: 2005/05/15 02:41:03
2005-05-15nothing to see here.Miguel Freitas
i'm just renaming variables and stuff to make it somewhat closer to tvtime's cvs. CVS patchset: 7543 CVS date: 2005/05/15 00:47:38
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-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-02-13**BUGFIX**František Dvořák
Used utf-8 for comments visible in po-files. (user visible texts should be only in ASCII). CVS patchset: 7406 CVS date: 2005/02/13 13:14:43
2005-02-06**BUGFIX**František Dvořák
Convert non-ASCII latin1 character to ASCII in xine source code. Synchronize po-files. Czech translation update. CVS patchset: 7387 CVS date: 2005/02/06 19:52:54
2005-01-15**BUGFIX**Michael Roitzsch
fix compiler warning CVS patchset: 7349 CVS date: 2005/01/15 17:04:48
2005-01-10Assume that front ends can handle tabs (ffmpeg post-proc plugin).Darren Salt
CVS patchset: 7337 CVS date: 2005/01/10 18:03:34
2005-01-03Convert plugin help text to UTF-8.Darren Salt
CVS patchset: 7320 CVS date: 2005/01/03 20:09:49
2004-12-13fix segfaultMiguel Freitas
CVS patchset: 7246 CVS date: 2004/12/13 19:05:01
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
and backwards compatible translation Sorry, I got a litte tired proof-reading the patch, so their might be bugs lurking around. I will give it some further examination and (as necessary) fixing tomorrow. CVS patchset: 7233 CVS date: 2004/12/12 22:00:47
2004-11-21updated goom to 2k4-dev21Michael Roitzsch
* tweaked somewhat to avoid the bright circle for the first seconds of playback * no idea whether this fixes the AMD64 problems, I have not found anything suspicious CVS patchset: 7143 CVS date: 2004/11/21 15:10:39
2004-10-29use monotonic clock when availableMiguel Freitas
CVS patchset: 7087 CVS date: 2004/10/29 23:11:37
2004-09-29disable vo deinterlace when port is closedMiguel Freitas
CVS patchset: 7009 CVS date: 2004/09/29 18:30:37
2004-09-29trying to automaticaly enable vo deinterlacing for hardware decodersMiguel Freitas
CVS patchset: 7008 CVS date: 2004/09/29 15:10:03
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
List of some changes: - replaced some _MSC_VER by more common WIN32 - define INTLDIR, remove -static flag for included intl - shared more common CFLAGS with DEBUG_CFLAGS - use WIN32_CFLAGS for all building - separate some flags into THREAD_CFLAGS_CONFIG, THREAD_CFLAGS_CONFIG and ZLIB_LIB_CONFIG for public xine-config, automatically use internal libs if necessary - don't warn about missing X for mingw and cygwin - libw32dll disabled for WIN32 (making native loader would be interesting, or porting wine code to Windows? :->) - DVB and RTP disabled for WIN32, not ported yet - fix build and fix a warning in cdda - fix build for nosefart and libfaad - implement configure option --disable-freetype - sync libxine.pc and xine-config.in - add -liberty to goom under WIN32 - move original build files from included phread and zlib into archives and replace them by autotools CVS patchset: 6910 CVS date: 2004/08/27 19:33:17
2004-08-19assembler compilation fix contributes by Andrew ChurchMichael Roitzsch
(closes bug #936086) CVS patchset: 6900 CVS date: 2004/08/19 10:39:03
2004-08-02no objections so far: committing the fine speed control patchMiguel Freitas
(in case of major trouble just revert the patch i sent to xine-devel) CVS patchset: 6871 CVS date: 2004/08/02 12:51:07
2004-08-02Don't include mmx.h on non-MMX systems: fixes compilation of Goom on Mac OS XAndre Pang
CVS patchset: 6868 CVS date: 2004/08/02 08:25:11
2004-07-27* use a header for the init functionsMichael Roitzsch
* do not use void* in pointer arithmetics, since sizeof(void) is undefined -> I converted the pointers to int16_t* since that is common for audio samples in xine and casted them back to uint8_t* for the arithmetics CVS patchset: 6858 CVS date: 2004/07/27 17:59:58
2004-07-26play 20% faster by defaultMiguel Freitas
CVS patchset: 6856 CVS date: 2004/07/26 22:34:00
2004-07-26experimental time stretching pluginMiguel Freitas
CVS patchset: 6855 CVS date: 2004/07/26 22:23:34
2004-07-21new goom2k4-dev18 includes almost all of my warning fixesMichael Roitzsch
(the goom team is quite fast in applying my patches :) ) some files are still slightly patched from the release version, but I will get this sorted out so we will soon use a completely unmodified version of goom it compiles almost warningless now (the remaining warnings are introduced by lex/yacc and I plan to simply ignore them) the Makefile.am distclean-hack is also obsolete now, since the offending files have been renamed CVS patchset: 6828 CVS date: 2004/07/21 14:38:29
2004-07-20fix compiler warningsMichael Roitzsch
CVS patchset: 6825 CVS date: 2004/07/20 16:39:37
2004-07-17Ryan Tadlock's patch for compensating the field delay of some deinterlacing ↵Miguel Freitas
algorithms CVS patchset: 6801 CVS date: 2004/07/17 16:35:16
2004-07-14disable _x_post_frame_copy_up() for now.Miguel Freitas
it was causing the frame duration to be halved twice. CVS patchset: 6792 CVS date: 2004/07/14 02:44:15
2004-07-08move duplicated code to a functionMiguel Freitas
CVS patchset: 6780 CVS date: 2004/07/08 02:13:01
2004-07-02Fix compilation with gcc 2.95.Thibaut Mattern
CVS patchset: 6763 CVS date: 2004/07/02 17:44:28