Changeset 265

Show
Ignore:
Timestamp:
07/09/06 16:34:18 (2 years ago)
Author:
goodea
Message:

add copyright

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/cc3_ilp/cc3_color_info.c

    r198 r265  
     1/* 
     2 * Copyright 2006  Anthony Rowe 
     3 * 
     4 * This file is part of cc3. 
     5 * 
     6 * cc3 is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation; either version 2 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * cc3 is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with cc3; if not, write to the Free Software 
     18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
     19 */ 
     20 
     21 
    122#include "cc3.h" 
    223#include "cc3_ilp.h" 
  • trunk/lib/cc3_ilp/cc3_color_info.h

    r199 r265  
     1/* 
     2 * Copyright 2006  Anthony Rowe 
     3 * 
     4 * This file is part of cc3. 
     5 * 
     6 * cc3 is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation; either version 2 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * cc3 is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with cc3; if not, write to the Free Software 
     18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
     19 */ 
     20 
     21 
    122#ifndef CC3_COLOR_INFO_H 
    223#define CC3_COLOR_INFO_H 
  • trunk/lib/cc3_ilp/cc3_color_track.c

    r210 r265  
     1/* 
     2 * Copyright 2006  Anthony Rowe 
     3 * 
     4 * This file is part of cc3. 
     5 * 
     6 * cc3 is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation; either version 2 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * cc3 is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with cc3; if not, write to the Free Software 
     18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
     19 */ 
     20 
     21 
    122#include "cc3.h" 
    223#include "cc3_ilp.h" 
  • trunk/lib/cc3_ilp/cc3_color_track.h

    r199 r265  
     1/* 
     2 * Copyright 2006  Anthony Rowe 
     3 * 
     4 * This file is part of cc3. 
     5 * 
     6 * cc3 is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation; either version 2 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * cc3 is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with cc3; if not, write to the Free Software 
     18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
     19 */ 
     20 
     21 
    122#ifndef CC3_COLOR_TRACK_H 
    223#define CC3_COLOR_TRACK_H 
  • trunk/lib/cc3_ilp/cc3_ilp.c

    r232 r265  
     1/* 
     2 * Copyright 2006  Anthony Rowe 
     3 * 
     4 * This file is part of cc3. 
     5 * 
     6 * cc3 is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation; either version 2 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * cc3 is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with cc3; if not, write to the Free Software 
     18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
     19 */ 
     20 
     21 
    122#include "cc3.h" 
    223#include "cc3_ilp.h" 
  • trunk/lib/cc3_ilp/cc3_ilp.h

    r199 r265  
     1/* 
     2 * Copyright 2006  Anthony Rowe 
     3 * 
     4 * This file is part of cc3. 
     5 * 
     6 * cc3 is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation; either version 2 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * cc3 is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with cc3; if not, write to the Free Software 
     18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
     19 */ 
     20 
     21 
    122#ifndef CC3_ILP_H 
    223#define CC3_ILP_H 
  • trunk/lib/cc3_ilp/cc3_jpg.c

    r264 r265  
     1/* 
     2 * Copyright 2006  Anthony Rowe and Adam Goode 
     3 * 
     4 * This file is part of cc3. 
     5 * 
     6 * cc3 is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation; either version 2 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * cc3 is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with cc3; if not, write to the Free Software 
     18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
     19 */ 
     20 
     21 
    122#include <stdio.h> 
    223#include <stdlib.h> 
     
    1435 
    1536  capture_current_jpeg(stdout); 
    16    
    1737 
    1838  destroy_jpeg(); 
     
    2242static struct jpeg_compress_struct cinfo; 
    2343static struct jpeg_error_mgr jerr; 
     44 
    2445//static cc3_pixel_t *row; 
    2546uint8_t *row; 
    2647 
    27 void init_jpeg(void) { 
     48static void init_jpeg(void) { 
    2849  cinfo.err = jpeg_std_error(&jerr); 
    2950  jpeg_create_compress(&cinfo); 
     
    4667} 
    4768 
    48 void capture_current_jpeg(FILE *f) { 
     69static void capture_current_jpeg(FILE *f) { 
    4970  JSAMPROW row_pointer[1]; 
    5071  row_pointer[0] = row; 
     
    6283    jpeg_write_scanlines(&cinfo, row_pointer, 1); 
    6384  } 
    64    
     85 
    6586  // finish 
    6687  jpeg_finish_compress(&cinfo); 
     
    6990 
    7091 
    71 void destroy_jpeg(void) { 
     92static void destroy_jpeg(void) { 
    7293  jpeg_destroy_compress(&cinfo); 
    7394  free(row); 
  • trunk/lib/cc3_ilp/cc3_jpg.h

    r264 r265  
     1/* 
     2 * Copyright 2006  Anthony Rowe and Adam Goode 
     3 * 
     4 * This file is part of cc3. 
     5 * 
     6 * cc3 is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation; either version 2 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * cc3 is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with cc3; if not, write to the Free Software 
     18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
     19 */ 
     20 
     21 
    122#include "jpeglib.h" 
    223 
    3  
    4 void capture_current_jpeg(FILE *f); 
    5 void init_jpeg(void); 
    6 void destroy_jpeg(void); 
    724void cc3_jpeg_send_simple(void); 
    8