Commit Graph

  • 3b8f855ff0 Fix qplayvid desync due to losing some samples during resampling. master for-marcan q3k 2013-05-04 13:18:13 +0200
  • bc8f978a5e Fix playvid desync due to losing some samples during resampling. q3k 2013-05-04 13:10:22 +0200
  • 177959c3e7 Got rid of the multichannel / stride / buffer size hacks. q3k 2013-05-03 14:06:53 +0200
  • 512a352c9b Got rid of qplayvid gcc warnings. q3k 2013-05-03 13:57:58 +0200
  • ace5908838 Migrated qplayvid to new libav API - with a 2 channel audio limit. q3k 2013-05-03 13:47:00 +0200
  • 218dd4b1fb Addedd avresample to playvid CMakeLists. q3k 2013-05-02 20:03:02 +0200
  • 05e8501649 Finished porting playvid to new libav API, got rid of some GCC warnings. q3k 2013-05-02 20:02:27 +0200
  • 9168cd36c2 Ported playvid to new libav API. q3k 2013-05-02 19:46:52 +0200
  • 31a0db8c76 Merge pull request #2 from macpod/master Hector Martin 2013-02-05 19:03:05 -0800
  • 4d0133dc7b Update README to point to the wiki Hector Martin 2013-02-06 02:57:45 +0000
  • 5e9f25c488 adding static to jack client name string to put it in .rodata section in case hector ever wants to run this from a pic10f200 Jeffrey Nelson 2013-02-05 21:33:00 -0500
  • e1f6bcce5e picky picky code practices :) Jeffrey Nelson 2013-02-05 21:00:59 -0500
  • 9710e3bd73 Add missing config.pxi.in (whoops) Hector Martin 2013-02-06 00:08:43 +0000
  • 16c9a5e31a Allow builds without tracer (for non-x86) Hector Martin 2013-01-26 14:48:25 +0000
  • 7cf82fc012 updating more jack_client depreciated functions Jeffrey Nelson 2012-11-17 02:02:46 -0500
  • 754cf7e21c Updated depreciated jack_client_new function call Jeffrey Nelson 2012-11-17 01:44:34 -0500
  • ddc058227e Add kinect "shadows" demo (from Codebits V) Hector Martin 2012-06-08 22:28:13 +0100
  • c837661da1 playilda: have more frame buffers, use nanosecond-precision mtime Hector Martin 2012-04-13 23:04:45 +0100
  • 719977f49c Add missing FindSwscale.cmake Hector Martin 2012-04-13 23:00:01 +0100
  • d442131957 Add LASE demo source code Hector Martin 2012-04-12 20:05:31 +0100
  • 088e8f7992 simulator: zoom in instead of out when aspect ratio not 1:1 Hector Martin 2012-04-12 19:55:00 +0100
  • 2b8e0b251f svg2ild: use separate switch_on and switch_off dwell Hector Martin 2012-04-12 19:54:15 +0100
  • 4e8ab587fe output: add 3:2 aspect ratio Hector Martin 2012-04-12 19:53:07 +0100
  • ba4ff321e0 qplayvid: x11grab, use libswscale, multichannel audio, fixes Hector Martin 2012-04-12 19:51:45 +0100
  • 1df30ef8c4 Use FFmpeg include path for things that use FFmpeg. Drew Fisher 2011-11-14 18:17:52 -0800
  • c6aa823d20 Python bindings for the edge tracer Hector Martin 2011-11-12 13:33:47 +0000
  • 099b2cba96 Libav fixes Hector Martin 2011-11-12 13:33:12 +0000
  • 8242115064 Add rectangle test tool/example Hector Martin 2011-10-07 21:33:17 +0100
  • e040adcc9c Add simple oscilloscope example Hector Martin 2011-10-07 21:30:04 +0100
  • af3bd6cd14 Minor tweaks and improvements to various utilities Hector Martin 2011-10-07 21:29:14 +0100
  • c9769db9a2 Updates for ffmpeg/libav support Hector Martin 2011-10-07 21:28:27 +0100
  • 72a7266daf Switch from QT4_AUTOMOC to QT4_WRAP_CPP Hector Martin 2011-04-09 15:31:09 +0200
  • b19a7b634a Fix uninitialized trace params while initializing tracer initially Hector Martin 2011-04-09 15:22:56 +0200
  • 211d2cc8fa Add missing 'static' in trace.c Hector Martin 2011-04-09 15:22:45 +0200
  • b39ccf58e7 Add fallback memalign if the system doesn't have one Hector Martin 2011-04-09 15:22:25 +0200
  • ffc937d709 Remove obsolete tracer comment Hector Martin 2011-04-09 14:08:27 +0200
  • 37c0c414ce Add memalign platform checks Hector Martin 2011-04-09 14:07:56 +0200
  • 887fc246df Flush avcodec buffers when seeking (fixes some deadlocks) Hector Martin 2011-03-27 11:39:12 +0200
  • 418e8d7fa7 Fix aspect ratio handling in qplayvid Hector Martin 2011-03-24 04:55:48 +0100
  • ea644d993a qplayvid: new Qt-based GUI video player Hector Martin 2011-03-20 08:45:54 +0100
  • f1140ec09d New example: Twitter ticker written in Python Hector Martin 2011-03-20 08:43:30 +0100
  • 2b24b889db New Python bindings via Cython Hector Martin 2011-03-20 08:42:48 +0100
  • 8c23610b0f Fix blur reinit in tracer Hector Martin 2011-03-20 08:30:37 +0100
  • cfd5c2b4f8 More font improvements Hector Martin 2011-03-20 08:29:53 +0100
  • 1630d845fb Fix off-by-one out of bounds/memory corruption bug in sobel Hector Martin 2011-03-12 23:41:28 +0100
  • a6378ee920 Implement Canny edge detector tracing Hector Martin 2011-03-12 23:27:44 +0100
  • e3112ba828 Add *.pyc to .gitignore Hector Martin 2011-03-12 18:56:41 +0100
  • e12491493f Add yasm support CMake modules Hector Martin 2011-03-12 18:55:18 +0100
  • 8cac161d85 Allow overriding CFLAGS Hector Martin 2011-03-12 18:34:23 +0100
  • ec4d61e5b5 Hack tracer out of 27c3 slides for now Hector Martin 2011-03-12 18:31:48 +0100
  • 0ec24dfb8f Move tracer into libol Hector Martin 2011-03-12 18:21:20 +0100
  • 216ed63ae9 Implement tracer init/reinit/deinit properly Hector Martin 2011-03-12 18:25:22 +0100
  • d357f68b1d Add icoord typedef for tracer, clean up stuff Hector Martin 2011-03-12 17:26:10 +0100
  • 057016cebd Tracer infrastructure rewrite Hector Martin 2011-03-12 17:16:34 +0100
  • 5df46f50ba Skip one-pixel gaps in tracer Hector Martin 2011-03-12 01:23:35 +0100
  • fd98c62e14 Make libol shared Hector Martin 2011-03-12 01:21:59 +0100
  • 4699fef4ff Clean up CMakeFiles and make most libs optional Hector Martin 2011-03-10 13:23:36 +0100
  • 0f8fb28592 svg2ild improvements (ellipse, % issue, etc) Hector Martin 2011-02-13 19:55:58 +0100
  • 82dffbdee4 Improve tracer some more, and clean it up Hector Martin 2011-02-13 19:55:34 +0100
  • 3e7989891b Fix out of bounds access for empty frames Hector Martin 2011-01-18 03:33:38 +0100
  • 384ea42cd7 simulator: scale point/linesize with window size Hector Martin 2011-01-18 03:14:21 +0100
  • 8b94526024 Bump copyrights to 2011 Hector Martin 2011-01-17 18:01:13 +0100
  • 84981e74be OpenGL-based laser simulator Hector Martin 2011-01-17 17:58:29 +0100
  • 1cb1185757 Add dwell support to playvid Hector Martin 2011-01-10 03:47:57 +0100
  • 8d322796a1 Support start dwell for OL_POINTS objects Hector Martin 2011-01-10 03:47:05 +0100
  • e5bbe12169 Add the 27C3 slides (with cleaned up versions of several of the effects) Hector Martin 2011-01-02 07:02:05 +0100
  • a7581feadc Add param to disable object reversing Hector Martin 2011-01-02 07:04:41 +0100
  • 78cf5cf04d Add digits and a couple symbols to laser font Hector Martin 2011-01-02 07:03:38 +0100
  • 6cc9d9d9d1 Improve object ordering again, reduce some jitter issues Hector Martin 2010-12-18 21:23:32 +0100
  • 3d1c344830 Disable jack-thread olLog calls (threading issues) Hector Martin 2010-12-18 21:22:47 +0100
  • c50fd12049 Totally ignore trivially offscreen objects Hector Martin 2010-12-18 21:22:20 +0100
  • eb0a798bda Add quiet mode to svg2ild Hector Martin 2010-12-18 20:58:03 +0100
  • 4a25b8e68d Make text go through the 3D pipeline Hector Martin 2010-12-18 20:57:46 +0100
  • 88424dd739 Fix broken perspective transform matrix Hector Martin 2010-12-18 20:57:21 +0100
  • 9e07e24872 Allow object inversion in the final render pass and fix flickering issue Hector Martin 2010-12-18 20:54:50 +0100
  • c03c2f4749 Catch and break out of excessive bezier recursion Hector Martin 2010-12-18 20:54:07 +0100
  • 392e04344c Fix 3D ILDA mode Hector Martin 2010-12-18 20:53:31 +0100
  • e7ac6f16cb Minor font tweaks Hector Martin 2010-12-18 20:53:13 +0100
  • 43c943b42c Add logging function and replace all printfs with that Hector Martin 2010-12-18 20:52:30 +0100
  • c5e23e95e0 Add olGetRenderParams() Hector Martin 2010-12-18 20:51:05 +0100
  • 540c4098b6 Add object count to frame info report Hector Martin 2010-12-18 20:50:10 +0100
  • bc52e44203 More svg2ild improvements Hector Martin 2010-12-09 05:48:56 +0100
  • b9bc02acc5 Add laser harp example Hector Martin 2010-12-09 05:48:41 +0100
  • b2d49c7c8f midiview: support specifying MIDI channel list Hector Martin 2010-12-08 13:24:21 +0100
  • 061700118b Many svg2ild improvements Hector Martin 2010-12-08 13:20:21 +0100
  • 425dc14482 Add MIDI viewer / visualization Hector Martin 2010-11-30 06:01:21 +0100
  • d10c4de9c3 Add README Hector Martin 2010-11-24 03:20:15 +0100
  • 25f0907c78 Initial commit Hector Martin 2010-11-24 02:10:10 +0100