Wykres commitów

  • 2298df8ac3 decimate only per default Ahmet Inan 2012-10-01 18:20:35 +0200
  • 2c00f21ae3 removed extra white space Ahmet Inan 2012-09-30 18:53:37 +0200
  • 16760754ae show control frequency in debug picture Ahmet Inan 2012-09-28 14:41:26 +0200
  • 4001ff6714 show sync pulse at its position, in red. smaller debug image. Ahmet Inan 2012-09-28 15:04:12 +0200
  • e3bd6a483a oops: return pointer to last element, not to next Ahmet Inan 2012-09-18 23:07:06 +0200
  • 9ae9159578 added taplen/L also to history length Ahmet Inan 2012-09-17 19:04:29 +0200
  • 72f990f3d4 also minimize delay in decode.c, added comment in debug.c Ahmet Inan 2012-09-17 18:39:57 +0200
  • 3646956cbd minimize delay when synchronizing both signals Ahmet Inan 2012-09-17 17:06:31 +0200
  • 32661eb5ab Merge branch 'master' into ddc Ahmet Inan 2012-09-17 15:34:53 +0200
  • ed55c26a4a also clamp weaker signal in decode.c Ahmet Inan 2012-09-17 15:33:12 +0200
  • 176c781738 clamp weaker demodulated signal of both Ahmet Inan 2012-09-17 15:19:48 +0200
  • 4021631af6 oops: we also need M samples of history for ddc Ahmet Inan 2012-09-15 16:50:20 +0200
  • cb5abfecd0 oops, off by one error in circular buffer Ahmet Inan 2012-09-15 16:22:50 +0200
  • 25adda3d8c scale coefficients by interpolation factor Ahmet Inan 2012-09-15 07:18:44 +0200
  • 13420ca857 redesigned ddc, replaced delay lines with common buffer Ahmet Inan 2012-09-14 22:05:41 +0200
  • 1dc17ba23b matched with leader tone code from decode.c Ahmet Inan 2012-09-11 13:42:51 +0200
  • 2f96e24d37 matched seperator code from decode.c Ahmet Inan 2012-09-04 13:30:15 +0200
  • 614fccad24 improved horizontal sync falling edge detection Ahmet Inan 2012-08-16 21:37:17 +0200
  • 63d30a73ac use single precision constants by default Ahmet Inan 2012-08-01 10:52:31 +0200
  • 7bc72d4acf dont hide structs behind typedefs Ahmet Inan 2012-06-01 23:41:04 +0200
  • c377692be5 Merge branch 'master' of github.com:xdsopl/robot36 Ahmet Inan 2012-05-11 20:11:09 +0200
  • c708ee45ad get smoothing factor from drate Ahmet Inan 2012-05-11 20:06:05 +0200
  • ecdc38a288 cleaned up code to make adding to the interfaces easier. Ahmet Inan 2012-03-02 10:19:02 +0100
  • 55e9fe3d20 alsa fixes Ahmet Inan 2012-02-19 12:12:08 +0100
  • c380b14b28 simplified seperator code Ahmet Inan 2011-10-31 10:50:52 +0100
  • 903a8492b3 added howto debug and example image links Ahmet Inan 2011-10-29 11:46:23 +0200
  • 94bdc879ae Revert "lets see what github does with README.md and picture" Ahmet Inan 2011-10-29 11:05:56 +0200
  • bc364eb906 Revert "renamed README to README.md, lets see" Ahmet Inan 2011-10-29 11:04:41 +0200
  • fe68f4092f renamed README to README.md, lets see Ahmet Inan 2011-10-29 10:56:19 +0200
  • ef197077ff lets see what github does with README.md and picture Ahmet Inan 2011-10-29 10:52:21 +0200
  • c05a85d696 also .gitignore generated gnuplot files Ahmet Inan 2011-10-29 10:51:03 +0200
  • 489e4f307a made Makefile more complicated but more fun to use Ahmet Inan 2011-10-27 15:57:27 +0200
  • c67a0a0736 renamed some variables in decode method Ahmet Inan 2011-10-27 14:30:48 +0200
  • 2ffaf6b3f6 free resources on EOF and set init = 0 in decode method Ahmet İnan 2011-10-26 20:39:47 +0200
  • 6646caec89 tested aspell on README, works good. Ahmet İnan 2011-10-25 23:41:22 +0200
  • ab7d041f64 made readme bigger Ahmet İnan 2011-10-25 23:38:59 +0200
  • c9cbf07687 moved demodulation code into own method Ahmet İnan 2011-10-25 21:20:17 +0200
  • 0b7d1d67fb made sdl window persistent between close and open of img Ahmet İnan 2011-10-24 14:03:47 +0200
  • 8856852830 not using screen->pixels anymore but own buffer and copying to it. also do rgb->bgra mapping while copying Ahmet İnan 2011-10-23 22:13:10 +0200
  • 90ab05d11d exit programme when ESC, q or ctrl-c when using sdl Ahmet İnan 2011-10-23 21:54:32 +0200
  • ab4d9f4dc1 Merge branch 'sdl' Ahmet İnan 2011-10-23 21:46:15 +0200
  • 467714923c update sdl window via thread Ahmet İnan 2011-10-23 21:45:24 +0200
  • 2fd7f3360e img must be initialized to 0 Ahmet İnan 2011-10-23 20:59:56 +0200
  • 34b6e8247b added experimental sdl output support Ahmet İnan 2011-10-23 20:54:33 +0200
  • 3b27180505 Merge branch 'wav' Ahmet İnan 2011-10-23 10:57:20 +0200
  • 6022e2becb removed width and height Ahmet İnan 2011-10-23 10:52:55 +0200
  • 5fb57072af removed even more seperator correction code Ahmet İnan 2011-10-23 02:17:40 +0200
  • 73951903e8 removed missing_sync and seperator correction messages Ahmet İnan 2011-10-23 01:55:33 +0200
  • 353ed53fd3 removed unneeded timer for seperator and moved code around Ahmet İnan 2011-10-23 01:16:30 +0200
  • 8c9e5a5e7f cleaned up Ahmet İnan 2011-10-23 00:52:51 +0200
  • e579163306 moved decode code into own method Ahmet İnan 2011-10-22 23:50:13 +0200
  • c7122665fa moved calibration header and vis code detection into own methods Ahmet İnan 2011-10-22 22:18:11 +0200
  • a513ee6849 remade this image from: http://en.wikipedia.org/wiki/File:SMPTE_Color_Bars.svg Ahmet İnan 2011-10-03 18:43:45 +0200
  • d2e809f823 did some code reuse, added write support in img, used it in decode and debug Ahmet İnan 2011-10-03 18:28:43 +0200
  • d947867831 put ppm code into own file with img interface Ahmet İnan 2011-10-03 17:48:50 +0200
  • 4cec401930 now we can read any ppm header Ahmet İnan 2011-10-03 12:55:25 +0200
  • e73d00a09b added 16000hz test, changed downsampling to at least 2 * pixel freq Ahmet Inan 2011-09-26 15:26:48 +0200
  • bf05c488aa now able to enable / disable interpolation / decimation Ahmet Inan 2011-09-26 13:24:23 +0200
  • 39b7fa3b8e need wavs for fun Ahmet Inan 2011-09-26 12:58:38 +0200
  • 08fe970feb forgot to add these to previous patch Ahmet Inan 2011-09-26 12:54:37 +0200
  • 58773a6dd5 added debug code Ahmet Inan 2011-09-26 11:52:58 +0200
  • 36df64979f rearanged downsampling to reduce code size Ahmet Inan 2011-09-22 16:22:46 +0200
  • c9e5dd604b moved massive code block into smaller methods Ahmet Inan 2011-09-14 16:16:23 +0200
  • 0ae2f47dc1 cleaned up Ahmet İnan 2011-09-10 19:17:12 +0200
  • efe2099405 some files are just stupid Ahmet Inan 2011-09-09 11:50:58 +0200
  • 3ad05589aa now alsa playback is also limited by seconds Ahmet Inan 2011-09-09 11:32:36 +0200
  • 3f194c5f09 cleaned up interface Ahmet Inan 2011-09-09 11:18:29 +0200
  • 2ceabe4081 changed frames to seconds Ahmet Inan 2011-09-09 11:03:34 +0200
  • 1da9331bb1 removed xrun message Ahmet İnan 2011-09-08 23:24:18 +0200
  • bd35f9f580 let buffers drain before close Ahmet İnan 2011-09-08 23:00:59 +0200
  • eeac53ac6a now encode uses the new pcm api Ahmet İnan 2011-09-08 22:41:49 +0200
  • bca74fb55f cleaned up, specify frames on open_pcm_write Ahmet İnan 2011-09-08 22:05:38 +0200
  • 9ff748c42e yea great Ahmet Inan 2011-09-08 18:31:46 +0200
  • 79c6add9fa interesting Ahmet Inan 2011-09-08 18:29:46 +0200
  • de4eaeac84 dont need this Ahmet Inan 2011-09-08 18:26:54 +0200
  • 514ddea9f7 added support for write to alsa devices and wav files Ahmet Inan 2011-09-08 18:14:44 +0200
  • 5458a53aec readme Ahmet Inan 2011-09-08 16:34:46 +0200
  • 58d1cb6681 changed license to CC0 Ahmet Inan 2011-09-08 16:16:27 +0200
  • c462e0764a moved helper functions into utils.h, cleaned up Ahmet Inan 2011-09-08 14:55:58 +0200
  • bee90c3feb renamed limit to clamp Ahmet Inan 2011-09-08 14:43:23 +0200
  • 5fe8cca16f cleaned up Ahmet Inan 2011-09-08 14:36:03 +0200
  • b97d1bda33 moved yuv into seperate files Ahmet Inan 2011-09-08 14:31:11 +0200
  • 60233b8fa7 cleaned up Ahmet Inan 2011-09-08 14:18:50 +0200
  • 1e7c47c1e2 moved delay to own files Ahmet Inan 2011-09-08 14:16:43 +0200
  • 27132b6e00 made posible to change alpha of window from alloc_ddc via last argument Ahmet Inan 2011-09-08 14:11:47 +0200
  • 3953aebd06 changed malloc.h into stdlib.h Ahmet Inan 2011-09-08 13:58:01 +0200
  • 07236f86cd moved ddc to own files Ahmet Inan 2011-09-08 13:56:45 +0200
  • 04e68c262f moved window functions into own files Ahmet Inan 2011-09-08 13:44:43 +0200
  • 7ce9d44b36 ppm output filename can now be specified with second argument Ahmet Inan 2011-09-08 11:37:13 +0200
  • 1f1e44fbcc changed detection of "alsa:" and "wav:" prefix with detection of "hw:" / "plughw:" prefix, ".wav" suffix and "default" alsa device Ahmet Inan 2011-09-08 10:59:00 +0200
  • 15b01cf36c splited into modules, added wav: and alsa: prefix for filename Ahmet İnan 2011-09-07 21:47:12 +0200
  • 2842fa7f61 ignore generated files Ahmet Inan 2011-09-07 14:09:45 +0200
  • 9dd8bec1d0 ignore generated files Ahmet Inan 2011-09-07 14:07:34 +0200
  • 0ab0736e1c using alsa capture instead of wav input Ahmet Inan 2011-09-06 11:39:08 +0200
  • 6b040e853f Initial commit Ahmet İnan 2011-09-05 23:39:05 +0200