code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
/* * icon.h * * Created on: 2012/03/08 * Author: Tonsuke */ #ifndef ICON_H_ #define ICON_H_ #include "stm32f4xx_conf.h" #include "lcd.h" typedef struct{ int x, y, width, height; uint16_t p[16 * 16]; }posision_icon_buf_typedef; typedef struct{ int x, y, width, height; uint16_t p[32 * 32]; }navigation...
1137519-player
icon.h
C
lgpl
42,502
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/hufftabs.c
C
lgpl
41,605
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/dqchan.c
C
lgpl
12,043
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/polyphase.c
C
lgpl
9,299
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/buffers.c
C
lgpl
6,138
# MCU name MCU = -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -march=armv7e-m -mtune=cortex-m4 -mfloat-abi=softfp -mlittle-endian -mthumb-interwork # Target file name (without extension). TARGET = libmp3.a # List C source files here. (C dependencies are automatically generated.) SRC = mp3dec.c mp3tabs.c bitstream.c b...
1137519-player
mp3/Makefile
Makefile
lgpl
4,974
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/coder.h
C
lgpl
11,423
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/mp3dec.h
C
lgpl
4,371
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/stproc.c
C
lgpl
10,485
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/dct32.c
C
lgpl
10,398
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/mp3dec.c
C
lgpl
16,363
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/mp3common.h
C
lgpl
4,371
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/huffman.c
C
lgpl
16,532
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/assembly.h
C
lgpl
7,893
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/imdct.c
C
lgpl
27,665
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/statname.h
C
lgpl
3,579
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/trigtabs_fixpt.c
C
lgpl
14,706
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/mp3tabs.c
C
lgpl
6,890
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/bitstream.c
C
lgpl
14,852
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/scalfact.c
C
lgpl
13,659
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/dequant.c
C
lgpl
6,622
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version ...
1137519-player
mp3/subband.c
C
lgpl
3,865
/* * xpt2046.c * * Created on: 2012/03/05 * Author: Tonsuke */ #include "xpt2046.h" #include "usart.h" #include "lcd.h" #include "board_config.h" #include "settings.h" #include <string.h> volatile touch_typedef touch; void touch_empty_func(){ // do nothing } uint16_t GetAxis(uint8_t control){ uint1...
1137519-player
xpt2046.c
C
lgpl
11,773
/** ****************************************************************************** * @file Audio_playback_and_record/src/usb_bsp.c * @author MCD Application Team * @version V1.0.0 * @date 28-October-2011 * @brief This file implements the board support package for the USB host library *****...
1137519-player
usb_bsp.c
C
lgpl
15,260
/** ****************************************************************************** * @file usbd_conf.h * @author MCD Application Team * @version V1.1.0 * @date 19-March-2012 * @brief USB Device configuration file *****************************************************************************...
1137519-player
usbd_conf.h
C
lgpl
2,658
/* * settings.c * * Created on: 2013/03/18 * Author: Tonsuke */ #include "settings.h" #include <stdio.h> #include "mpool.h" #include "board_config.h" #include "xpt2046.h" #include "usart.h" #include "fat.h" #include "lcd.h" #include "pcf_font.h" #include "sd.h" #include "usbd_msc_core.h" #include "usbd...
1137519-player
settings.c
C
lgpl
35,964
/** ****************************************************************************** * @file usbd_usr.c * @author MCD Application Team * @version V1.1.0 * @date 19-March-2012 * @brief This file includes the user application layer **************************************************************...
1137519-player
usbd_usr.c
C
lgpl
5,417
/* * pcf_font.c * * Created on: 2012/03/12 * Author: Tonsuke */ #include <stdlib.h> #include <string.h> #include "pcf_font.h" #include "lcd.h" #include "fat.h" #include "cfile.h" #include "xpt2046.h" #include "settings.h" #include "usart.h" #include "mpool.h" uint32_t conv_b2l(void* val, size_t t){ uint3...
1137519-player
pcf_font.c
C
lgpl
48,480
/* * font.h * * Created on: 2011/02/19 * Author: Tonsuke */ #ifndef FONT_H_ #define FONT_H_ static const uint8_t font_ascii_table[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x20,0x20,0x70,0x70,0xf8,0xf8,0x70,0x70,0x20,0x20,0x00,0x54, 0xa8,0x54,0xa8,0x54,0xa8,0x54,0xa8,0x54,0xa8,0...
1137519-player
font.h
C
lgpl
14,163
/* * fft.h * * Created on: 2013/02/23 * Author: Tonsuke */ #ifndef FFT_H_ #define FFT_H_ #include <stdint.h> #include "arm_math.h" #include "icon.h" typedef struct { q31_t left_inbuf[128], right_inbuf[128], outbuf[128]; uint32_t samples; uint16_t length; uint8_t ifftFlag, bitReverseFlag, rightShift; ...
1137519-player
fft.h
C
lgpl
873
/* * jfdctint.c * * Copyright (C) 1991-1996, Thomas G. Lane. * Modification developed 2003-2009 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains a slow-but-accurate integer implem...
1137519-player
jpeg-7/jfdctint.c
C
lgpl
158,678
/* * rdgif.c * * Copyright (C) 1991-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains routines to read input images in GIF format. * *********************************************...
1137519-player
jpeg-7/rdgif.c
C
lgpl
1,272
/* * jccoefct.c * * Copyright (C) 1994-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains the coefficient buffer controller for compression. * This controller is the top level of t...
1137519-player
jpeg-7/jccoefct.c
C
lgpl
16,607
/* * djpeg.c * * Copyright (C) 1991-1997, Thomas G. Lane. * Modified 2009 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains a command-line user interface for the JPEG decompressor....
1137519-player
jpeg-7/djpeg.c
C
lgpl
19,376
/* * jidctflt.c * * Copyright (C) 1994-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains a floating-point implementation of the * inverse DCT (Discrete Cosine Transform). In the ...
1137519-player
jpeg-7/jidctflt.c
C
lgpl
8,451
/* * jerror.h * * Copyright (C) 1994-1997, Thomas G. Lane. * Modified 1997-2009 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file defines the error and message codes for the JPEG library. ...
1137519-player
jpeg-7/jerror.h
C
lgpl
16,538
/* * jcmarker.c * * Copyright (C) 1991-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains routines to write JPEG datastream markers. */ #define JPEG_INTERNALS #include "jinclude.h...
1137519-player
jpeg-7/jcmarker.c
C
lgpl
17,364
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2009-04-28.21; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free # Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Ge...
1137519-player
jpeg-7/depcomp
Shell
lgpl
18,615
/* * jmemdos.c * * Copyright (C) 1992-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file provides an MS-DOS-compatible implementation of the system- * dependent portion of the JPEG memory m...
1137519-player
jpeg-7/jmemdos.c
C
lgpl
18,977
/* * jfdctfst.c * * Copyright (C) 1994-1996, Thomas G. Lane. * Modified 2003-2009 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains a fast, not so accurate integer implementation o...
1137519-player
jpeg-7/jfdctfst.c
C
lgpl
7,980
/* * wrrle.c * * Copyright (C) 1991-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains routines to write output images in RLE format. * The Utah Raster Toolkit library is required ...
1137519-player
jpeg-7/wrrle.c
C
lgpl
9,242
/* * jdarith.c * * Developed 1997 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains portable arithmetic entropy decoding routines for JPEG * (implementing the ISO/IEC IS 10918-1 an...
1137519-player
jpeg-7/jdarith.c
C
lgpl
23,795
# IJG auto-configuration source file. # Process this file with autoconf to produce a configure script. # # Configure script for IJG libjpeg # AC_INIT([libjpeg], [7.0]) # Directory where autotools helper scripts lives. AC_CONFIG_AUX_DIR([.]) # Generate configuration headers. AC_CONFIG_HEADERS([jconfig.h:jconfig.cfg]...
1137519-player
jpeg-7/configure.ac
M4Sugar
lgpl
10,835
#! /bin/sh # libtool - Provide generalized library-building support services. # Generated automatically by config.status (libjpeg) 7.0 # Libtool was configured on host MacBook-Pro.local: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 200...
1137519-player
jpeg-7/libtool
Shell
lgpl
257,855
/* * cdjpeg.c * * Copyright (C) 1991-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains common support routines used by the IJG application * programs (cjpeg, djpeg, jpegtran). */...
1137519-player
jpeg-7/cdjpeg.c
C
lgpl
4,682
# Makefile for Independent JPEG Group's software # This makefile is for use with MMS on Digital VMS systems. # Thanks to Rick Dyson (dyson@iowasp.physics.uiowa.edu) # and Tim Bell (tbell@netcom.com) for their help. # Read installation instructions before saying "MMS" !! # You may need to adjust these cc options: CFL...
1137519-player
jpeg-7/makefile.mms
Module Management System
lgpl
13,606
/* * jquant2.c * * Copyright (C) 1991-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains 2-pass color quantization (color mapping) routines. * These routines provide selection of a...
1137519-player
jpeg-7/jquant2.c
C
lgpl
48,428
/* * jpegint.h * * Copyright (C) 1991-1997, Thomas G. Lane. * Modified 1997-2009 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file provides common declarations for the various JPEG modules....
1137519-player
jpeg-7/jpegint.h
C
lgpl
15,820
/* * rdswitch.c * * Copyright (C) 1991-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains routines to process some of cjpeg's more complicated * command-line switches. Switches pr...
1137519-player
jpeg-7/rdswitch.c
C
lgpl
10,713
/* * example.c * * This file illustrates how to use the IJG code as a subroutine library * to read or write JPEG image files. You should look at this code in * conjunction with the documentation file libjpeg.txt. * * This code will not do anything useful as-is, but it may be helpful as a * skeleton for constru...
1137519-player
jpeg-7/example.c
C
lgpl
17,091
/* * ckconfig.c * * Copyright (C) 1991-1994, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. */ /* * This program is intended to help you determine how to configure the JPEG * software for installation on ...
1137519-player
jpeg-7/ckconfig.c
C
lgpl
12,166
/* * rdtarga.c * * Copyright (C) 1991-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains routines to read input images in Targa format. * * These routines may need modification fo...
1137519-player
jpeg-7/rdtarga.c
C
lgpl
14,967
.TH CJPEG 1 "10 June 2009" .SH NAME cjpeg \- compress an image file to a JPEG file .SH SYNOPSIS .B cjpeg [ .I options ] [ .I filename ] .LP .SH DESCRIPTION .LP .B cjpeg compresses the named image file, or the standard input if no file is named, and produces a JPEG/JFIF file on the standard output. The currently support...
1137519-player
jpeg-7/cjpeg.1
Roff Manpage
lgpl
11,463
/* * wrbmp.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains routines to write output images in Microsoft "BMP" * format (MS Windows 3.x and OS/2 1.x flav...
1137519-player
jpeg-7/wrbmp.c
C
lgpl
14,102
/* * jmemsys.h * * Copyright (C) 1992-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This include file defines the interface between the system-independent * and system-dependent portions of the ...
1137519-player
jpeg-7/jmemsys.h
C
lgpl
8,230
# Generated from ltmain.m4sh. # ltmain.sh (GNU libtool) 2.2.6 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # w...
1137519-player
jpeg-7/ltmain.sh
Shell
lgpl
243,268
/* * jcmaster.c * * Copyright (C) 1991-1997, Thomas G. Lane. * Modified 2003-2009 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains master control logic for the JPEG compressor. *...
1137519-player
jpeg-7/jcmaster.c
C
lgpl
27,493
/* * jdatasrc.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains decompression data source routines for the case of * reading JPEG data from a file (or any...
1137519-player
jpeg-7/jdatasrc.c
C
lgpl
7,920
/* * jinclude.h * * Copyright (C) 1991-1994, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file exists to provide a single place to fix any problems with * including the wrong system include file...
1137519-player
jpeg-7/jinclude.h
C
lgpl
3,287
/* * cderror.h * * Copyright (C) 1994-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file defines the error and message codes for the cjpeg/djpeg * applications. These strings are not neede...
1137519-player
jpeg-7/cderror.h
C
lgpl
5,249
/* * jctrans.c * * Copyright (C) 1995-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains library routines for transcoding compression, * that is, writing raw DCT coefficient arrays...
1137519-player
jpeg-7/jctrans.c
C
lgpl
13,802
/* jconfig.h. Generated from jconfig.cfg by configure. */ /* jconfig.cfg --- source file edited by configure script */ /* see jconfig.txt for explanations */ #define NO_GETENV #define MAX_ALLOC_CHUNK 20000 #define ALLIGN_TYPE long #define HAVE_PROTOTYPES 1 #define HAVE_UNSIGNED_CHAR 1 #define HAVE_UNSIGNED_SHORT 1...
1137519-player
jpeg-7/jconfig.h
C
lgpl
1,353
/* * jcinit.c * * Copyright (C) 1991-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains initialization logic for the JPEG compressor. * This routine is in charge of selecting the m...
1137519-player
jpeg-7/jcinit.c
C
lgpl
2,170
/* * jcmainct.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains the main buffer controller for compression. * The main buffer lies between the pre-process...
1137519-player
jpeg-7/jcmainct.c
C
lgpl
9,333
; Project file for Independent JPEG Group's software ; ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C. ; Thanks to Frank Moehle, B. Setzepfandt, and Guido Vollbeding. ; ; To use this file, rename it to jpegtran.prj. ; If you are using Turbo C, change filenames beginning with "pc..." to "tc.....
1137519-player
jpeg-7/maktjpeg.st
Smalltalk
lgpl
1,252
/* * jmemmgr.c * * Copyright (C) 1991-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains the JPEG system-independent memory management * routines. This code is usable across a wid...
1137519-player
jpeg-7/jmemmgr.c
C
lgpl
40,986
/* * jpeglib.h * * Copyright (C) 1991-1998, Thomas G. Lane. * Modified 2002-2009 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file defines the application interface for the JPEG library. *...
1137519-player
jpeg-7/jpeglib.h
C
lgpl
47,872
/* * jmemnobs.c * * Copyright (C) 1992-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file provides a really simple implementation of the system- * dependent portion of the JPEG memory manag...
1137519-player
jpeg-7/jmemnobs.c
C
lgpl
3,809
#!/bin/sh # install - install a program, script, or datafile scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is ...
1137519-player
jpeg-7/install-sh
Shell
lgpl
13,663
/* * jdsample.c * * Copyright (C) 1991-1996, Thomas G. Lane. * Modified 2002-2008 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains upsampling routines. * * Upsampling input data...
1137519-player
jpeg-7/jdsample.c
C
lgpl
11,968
/* * transupp.c * * Copyright (C) 1997-2009, Thomas G. Lane, Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains image transformation routines and other utility code * used by the jpegt...
1137519-player
jpeg-7/transupp.c
C
lgpl
55,197
/* jconfig.wat --- jconfig.h for Watcom C/C++ on MS-DOS or OS/2. */ /* see jconfig.txt for explanations */ #define HAVE_PROTOTYPES #define HAVE_UNSIGNED_CHAR #define HAVE_UNSIGNED_SHORT /* #define void char */ /* #define const */ #define CHAR_IS_UNSIGNED #define HAVE_STDDEF_H #define HAVE_STDLIB_H #undef NEED_BSD_STRI...
1137519-player
jpeg-7/jconfig.wat
WebAssembly
lgpl
1,139
.TH ANSI2KNR 1 "19 Jan 1996" .SH NAME ansi2knr \- convert ANSI C to Kernighan & Ritchie C .SH SYNOPSIS .I ansi2knr [--varargs] input_file [output_file] .SH DESCRIPTION If no output_file is supplied, output goes to stdout. .br There are no error messages. .sp .I ansi2knr recognizes function definitions by seeing a non-k...
1137519-player
jpeg-7/ansi2knr.1
Roff Manpage
lgpl
1,529
/* * jdcoefct.c * * Copyright (C) 1994-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains the coefficient buffer controller for decompression. * This controller is the top level of...
1137519-player
jpeg-7/jdcoefct.c
C
lgpl
25,169
/* * jcdctmgr.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains the forward-DCT management logic. * This code selects a particular DCT implementation to b...
1137519-player
jpeg-7/jcdctmgr.c
C
lgpl
15,773
/* * jcapistd.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains application interface code for the compression half * of the JPEG library. These are the ...
1137519-player
jpeg-7/jcapistd.c
C
lgpl
5,881
#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2009-04-28.21; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, # 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free softw...
1137519-player
jpeg-7/missing
Shell
lgpl
11,419
; Project file for Independent JPEG Group's software ; ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C. ; Thanks to Frank Moehle, B. Setzepfandt, and Guido Vollbeding. ; ; To use this file, rename it to libjpeg.prj. ; Read installation instructions before trying to make the program! ; ; ; ...
1137519-player
jpeg-7/makljpeg.st
StringTemplate
lgpl
4,184
/* * jidctint.c * * Copyright (C) 1991-1998, Thomas G. Lane. * Modification developed 2002-2009 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains a slow-but-accurate integer implem...
1137519-player
jpeg-7/jidctint.c
C
lgpl
181,900
/* * rdbmp.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains routines to read input images in Microsoft "BMP" * format (MS Windows 3.x, OS/2 1.x, and OS/2...
1137519-player
jpeg-7/rdbmp.c
C
lgpl
13,792
/* * jmorecfg.h * * Copyright (C) 1991-1997, Thomas G. Lane. * Modified 1997-2009 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains additional configuration options that customize ...
1137519-player
jpeg-7/jmorecfg.h
C
lgpl
12,646
.TH JPEGTRAN 1 "28 March 2009" .SH NAME jpegtran \- lossless transformation of JPEG files .SH SYNOPSIS .B jpegtran [ .I options ] [ .I filename ] .LP .SH DESCRIPTION .LP .B jpegtran performs various useful transformations of JPEG files. It can translate the coded representation from one variant of JPEG to another, for ...
1137519-player
jpeg-7/jpegtran.1
Roff Manpage
lgpl
8,611
/* * jquant1.c * * Copyright (C) 1991-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains 1-pass color quantization (color mapping) routines. * These routines provide mapping to a f...
1137519-player
jpeg-7/jquant1.c
C
lgpl
31,294
/* * jpegtran.c * * Copyright (C) 1995-2001, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains a command-line user interface for JPEG transcoding. * It is very similar to cjpeg.c, but p...
1137519-player
jpeg-7/jpegtran.c
C
lgpl
17,907
/* * jcomapi.c * * Copyright (C) 1994-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains application interface routines that are used for both * compression and decompression. */ ...
1137519-player
jpeg-7/jcomapi.c
C
lgpl
3,110
.TH WRJPGCOM 1 "15 June 1995" .SH NAME wrjpgcom \- insert text comments into a JPEG file .SH SYNOPSIS .B wrjpgcom [ .B \-replace ] [ .BI \-comment " text" ] [ .BI \-cfile " name" ] [ .I filename ] .LP .SH DESCRIPTION .LP .B wrjpgcom reads the named JPEG/JFIF file, or the standard input if no file is named, and generate...
1137519-player
jpeg-7/wrjpgcom.1
Roff Manpage
lgpl
2,627
/* * jcapimin.c * * Copyright (C) 1994-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains application interface code for the compression half * of the JPEG library. These are the ...
1137519-player
jpeg-7/jcapimin.c
C
lgpl
9,163
/* * jaricom.c * * Developed 1997 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains probability estimation tables for common use in * arithmetic entropy encoding and decoding routi...
1137519-player
jpeg-7/jaricom.c
C
lgpl
5,337
/* * jmemansi.c * * Copyright (C) 1992-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file provides a simple generic implementation of the system- * dependent portion of the JPEG memory mana...
1137519-player
jpeg-7/jmemansi.c
C
lgpl
4,610
/* * jchuff.c * * Copyright (C) 1991-1997, Thomas G. Lane. * Modified 2006-2009 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains Huffman entropy encoding routines. * Both sequent...
1137519-player
jpeg-7/jchuff.c
C
lgpl
49,816
/* * rdcolmap.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file implements djpeg's "-map file" switch. It reads a source image * and constructs a colormap to be s...
1137519-player
jpeg-7/rdcolmap.c
C
lgpl
6,849
/* * jdmainct.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains the main buffer controller for decompression. * The main buffer lies between the JPEG deco...
1137519-player
jpeg-7/jdmainct.c
C
lgpl
20,408
/* * jccolor.c * * Copyright (C) 1991-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains input colorspace conversion routines. */ #define JPEG_INTERNALS #include "jinclude.h" #inc...
1137519-player
jpeg-7/jccolor.c
C
lgpl
14,848
## Process this file with automake to produce Makefile.in # # Automake Makefile for the JPEG library # # This file is written by Bob Friesenhahn, Guido Vollbeding # # Sources to build library LIBSOURCES = jaricom.c jcapimin.c jcapistd.c jcarith.c jccoefct.c jccolor.c \ jcdctmgr.c jchuff.c jcinit.c jcmainct.c...
1137519-player
jpeg-7/Makefile.am
Makefile
lgpl
4,860
/* jconfig.st --- jconfig.h for Atari ST/STE/TT using Pure C or Turbo C. */ /* see jconfig.txt for explanations */ #define HAVE_PROTOTYPES #define HAVE_UNSIGNED_CHAR #define HAVE_UNSIGNED_SHORT /* #define void char */ /* #define const */ #undef CHAR_IS_UNSIGNED #define HAVE_STDDEF_H #define HAVE_STDLIB_H #undef NEED_B...
1137519-player
jpeg-7/jconfig.st
Smalltalk
lgpl
1,308
; Project file for Independent JPEG Group's software ; ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C. ; Thanks to Frank Moehle, B. Setzepfandt, and Guido Vollbeding. ; ; To use this file, rename it to cjpeg.prj. ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..." ...
1137519-player
jpeg-7/makcjpeg.st
Smalltalk
lgpl
1,674
.TH DJPEG 1 "28 March 2009" .SH NAME djpeg \- decompress a JPEG file to an image file .SH SYNOPSIS .B djpeg [ .I options ] [ .I filename ] .LP .SH DESCRIPTION .LP .B djpeg decompresses the named JPEG file, or the standard input if no file is named, and produces an image file on the standard output. PBMPLUS (PPM/PGM), ...
1137519-player
jpeg-7/djpeg.1
Roff Manpage
lgpl
7,510
/* * jdcolor.c * * Copyright (C) 1991-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains output colorspace conversion routines. */ #define JPEG_INTERNALS #include "jinclude.h" #in...
1137519-player
jpeg-7/jdcolor.c
C
lgpl
12,962
/* * jcsample.c * * Copyright (C) 1991-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains downsampling routines. * * Downsampling input data is counted in "row groups". A row gro...
1137519-player
jpeg-7/jcsample.c
C
lgpl
19,923
/* * jerror.c * * Copyright (C) 1991-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains simple error-reporting and trace-message routines. * These are suitable for Unix-like system...
1137519-player
jpeg-7/jerror.c
C
lgpl
7,975