summaryrefslogtreecommitdiff
path: root/src/post
AgeCommit message (Collapse)Author
2003-02-28new post plugin type for compositingMichael Roitzsch
CVS patchset: 4303 CVS date: 2003/02/28 12:16:00
2003-02-28fixLuca Ognibene
CVS patchset: 4302 CVS date: 2003/02/28 11:54:25
2003-02-27Fix compilation when xine is not (yet) installedEwald Snel
CVS patchset: 4297 CVS date: 2003/02/27 18:56:44
2003-02-27add .cvsignoreLuca Ognibene
don't segfault if called with less than two inputs don't write anything to std output CVS patchset: 4296 CVS date: 2003/02/27 09:49:14
2003-02-27we do not allow '//' comments in native xine code (and it breaksMike Melanson
compilation, too) CVS patchset: 4295 CVS date: 2003/02/27 01:15:50
2003-02-26enable building of mosaicoLuca Ognibene
CVS patchset: 4289 CVS date: 2003/02/26 18:28:07
2003-02-26my first commit, mosaico is in cvsLuca Ognibene
CVS patchset: 4288 CVS date: 2003/02/26 18:26:40
2003-02-22handle extra info properly; that is: the inverter should pass on the extra info,Michael Roitzsch
the vis plugins should invalidate the extra info of the frames they output to not interfere with the (correct) extra info which will be set by audio out CVS patchset: 4250 CVS date: 2003/02/22 14:21:37
2003-02-17Better method to fade out a yuv pixel.Thibaut Mattern
CVS patchset: 4177 CVS date: 2003/02/17 00:02:52
2003-02-14oscope improvements courtesy of Marco Zühlke <MZuehlke@myrealbox.com>Mike Melanson
CVS patchset: 4152 CVS date: 2003/02/14 04:17:23
2003-02-12Fixes a potential problem with luma value < 16.Thibaut Mattern
CVS patchset: 4137 CVS date: 2003/02/12 00:43:33
2003-02-11Gravity.Thibaut Mattern
CVS patchset: 4129 CVS date: 2003/02/11 08:58:15
2003-02-10Fade out peeksThibaut Mattern
CVS patchset: 4124 CVS date: 2003/02/10 00:02:45
2003-02-09more funny stuffs ;)Thibaut Mattern
CVS patchset: 4123 CVS date: 2003/02/09 19:25:25
2003-01-31fftscope improvements courtesy of Marco Zühlke <MZuehlke@myrealbox.com>Mike Melanson
CVS patchset: 4055 CVS date: 2003/01/31 02:29:59
2003-01-31- Added debian into Makefile.am as a sub-directory rather than have theStephen Torri
makefile variable. - Cleaned up Makefile.am (wine, goom, libxinevdec) - Cleaned up compiler warnings (libfaad) - Cleaned up header includes (libfaad, libdha) CVS patchset: 4053 CVS date: 2003/01/31 01:20:24
2003-01-29log messagesMiguel Freitas
CVS patchset: 4041 CVS date: 2003/01/29 17:21:13
2003-01-29auto* fix: pass 1Daniel Caujolle-Bert
CVS patchset: 4036 CVS date: 2003/01/29 11:10:50
2003-01-29look like 'make dist' is broken everywhere. a review is needed, so i will doDaniel Caujolle-Bert
CVS patchset: 4032 CVS date: 2003/01/29 09:15:23
2003-01-28- Patch from Jeff Smith (remove warnings)Thibaut Mattern
- Last ppc asm code from Guillaume Borios (not used yet) - Add callbacks to config entries. Each change takes effect immediately (including resolution and fps) ;) CVS patchset: 4026 CVS date: 2003/01/28 21:57:30
2003-01-25- mmx optimizations don't use MMXEXT instructionsThibaut Mattern
- be sure to initialize use_asm CVS patchset: 4003 CVS date: 2003/01/25 11:44:19
2003-01-18the further misadventures of the DSP newbie: attempt to make spectrumMike Melanson
analyzer more accurate and interesting to look at CVS patchset: 3953 CVS date: 2003/01/18 15:28:08
2003-01-14yet another glue logic for viz plugins. that should fix problems withMiguel Freitas
jumbo audio buffers (several seconds). unfortunately it requires an extra data copy, but i don't think that will make any perceptible difference. CVS patchset: 3916 CVS date: 2003/01/14 21:00:23
2003-01-14oops, plot the right channel dataMike Melanson
CVS patchset: 3914 CVS date: 2003/01/14 06:30:43
2003-01-14added a FFT scope visualizationMike Melanson
CVS patchset: 3911 CVS date: 2003/01/14 03:41:00
2003-01-06Goom optimizations for x86 use Extended MMX.Thibaut Mattern
CVS patchset: 3802 CVS date: 2003/01/06 22:18:24
2003-01-05Adapts fooviz to the new logicThibaut Mattern
CVS patchset: 3796 CVS date: 2003/01/05 23:38:23
2003-01-05New logic for visualization plugin ported to Goom.Thibaut Mattern
CVS patchset: 3795 CVS date: 2003/01/05 22:50:37
2003-01-05convenienceGuenter Bartsch
CVS patchset: 3790 CVS date: 2003/01/05 16:54:19
2003-01-05testing new logic for visualization plugins. this code should be portedMiguel Freitas
to other plugins after some test/cleanup. unfortunately we must support three cases here: 1) decoders that send data in small chunks, data must be accumulated between multiple audio frames to generate a single video frame (eg: wav). 2) good sized decoder chucks, the naive approach of 1:1 audio/video frames mapping usually works fine (eg: mp3) 3) very big decoder chunks. a single audio frame must generate several video frames (eg: wma) btw: mike, nice work on oscope!! CVS patchset: 3787 CVS date: 2003/01/05 15:05:55
2003-01-04added a visualizations post plugin directory and an oscilloscopeMike Melanson
viz plguin, as well as a reference template viz plugin CVS patchset: 3776 CVS date: 2003/01/04 20:42:47
2003-01-04sign the 8-bit dataMike Melanson
CVS patchset: 3774 CVS date: 2003/01/04 19:35:15
2003-01-04One more strange thing fixed.Thibaut Mattern
CVS patchset: 3772 CVS date: 2003/01/04 15:14:40
2003-01-04really really bad coding.Miguel Freitas
that thing worked by luck, i guess. assuming a parameter to be on a specific stack position is absolutely non-portable and bad programing pratice. putting emms inside the loop? someone must read a mmx manual. CVS patchset: 3770 CVS date: 2003/01/04 13:26:39
2003-01-04remove omit-fram-pointer to cflags. Don't compile zoom_mmx on all non PPC archDaniel Caujolle-Bert
CVS patchset: 3769 CVS date: 2003/01/04 01:03:47
2003-01-03that should work for wav filesMiguel Freitas
CVS patchset: 3768 CVS date: 2003/01/03 23:40:46
2003-01-03oupsThibaut Mattern
CVS patchset: 3766 CVS date: 2003/01/03 22:41:07
2003-01-03Disables ppc assembly code, it does'nt compiles.Thibaut Mattern
Remove CFLAGS hack CVS patchset: 3765 CVS date: 2003/01/03 22:39:50
2003-01-03Siggi and i have an agreement about the preloading. :)Miguel Freitas
now any plugin may add a PLUGIN_MUST_PRELOAD to it's type and the class initialization function will be called on xine startup. CVS patchset: 3764 CVS date: 2003/01/03 22:38:25
2003-01-03bad code, trying to fix.Miguel Freitas
CVS patchset: 3763 CVS date: 2003/01/03 22:05:03
2003-01-03Updates to the latest version of GoomThibaut Mattern
Adds mmx and ppc assembly optimizations. Adds 5 config entries for this post plugin : - frames per second - width - height - usage of assembly optimizations - colorspace conversion method PPc optimizations are not tested. The compiler option -fomit-frame-pointer is disabled. CVS patchset: 3762 CVS date: 2003/01/03 21:29:20
2003-01-03clean up the color-handling codeMike Melanson
CVS patchset: 3758 CVS date: 2003/01/03 02:38:09
2003-01-01Made goom compile with SunPro ccRobin KAY
CVS patchset: 3743 CVS date: 2003/01/01 17:03:49
2002-12-30close the port on disposeMichael Roitzsch
goom: do not register at video port, because we do not want the video out to call back into our stream (since the video frames are generated by post, there is no decoder that could answer) Daniel: no, this does not fix your problems :( CVS patchset: 3730 CVS date: 2002/12/30 14:26:50
2002-12-29No, i was unable to compile, this time things are safeDaniel Caujolle-Bert
CVS patchset: 3727 CVS date: 2002/12/29 23:58:43
2002-12-29Fixes wrong color conversion.Thibaut Mattern
Daniel: Do you have compilation problems with this code ? CVS patchset: 3726 CVS date: 2002/12/29 22:34:29
2002-12-29I was wrong ;-), no more segfaultDaniel Caujolle-Bert
CVS patchset: 3725 CVS date: 2002/12/29 18:06:49
2002-12-29add a block, due of /post/ variable declaration.Daniel Caujolle-Bert
CVS patchset: 3724 CVS date: 2002/12/29 18:02:29
2002-12-29Err, this is wrong, you CAN'T do that. I fixed the compilation, but maybe ↵Daniel Caujolle-Bert
i'm wrong CVS patchset: 3723 CVS date: 2002/12/29 17:53:09
2002-12-29Oups, removes c++ comment.Thibaut Mattern
Revert FPS change. CVS patchset: 3722 CVS date: 2002/12/29 17:36:34