summaryrefslogtreecommitdiff
path: root/src/post/visualizations
AgeCommit message (Collapse)Author
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-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-05Adapts fooviz to the new logicThibaut Mattern
CVS patchset: 3796 CVS date: 2003/01/05 23:38:23
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