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
/* * wrppm.c * * Copyright (C) 1991-1996, 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 routines to write output images in PPM/PGM format. * Th...
1137519-player
jpeg-7/wrppm.c
C
lgpl
8,589
/* * jdpostct.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 decompression postprocessing controller. * This controller manages the upsampling, col...
1137519-player
jpeg-7/jdpostct.c
C
lgpl
9,723
/* * cjpeg.c * * Copyright (C) 1991-1998, Thomas G. Lane. * Modified 2003-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 a command-line user interface for the JPEG compress...
1137519-player
jpeg-7/cjpeg.c
C
lgpl
20,115
/* * jdapimin.c * * Copyright (C) 1994-1998, 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 application interface code for the decompression half...
1137519-player
jpeg-7/jdapimin.c
C
lgpl
13,461
/* * jddctmgr.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 inverse-DCT management logic. * This code selects a particular IDCT implementation to ...
1137519-player
jpeg-7/jddctmgr.c
C
lgpl
12,307
/* * jmemname.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 a generic implementation of the system-dependent * portion of the JPEG memory manager. Th...
1137519-player
jpeg-7/jmemname.c
C
lgpl
8,314
/* * jdinput.c * * Copyright (C) 1991-1997, 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 contains input control logic for the JPEG decompressor. *...
1137519-player
jpeg-7/jdinput.c
C
lgpl
13,635
/* * jutils.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 tables and miscellaneous utility routines needed * for both compression and decompression. ...
1137519-player
jpeg-7/jutils.c
C
lgpl
5,239
/* * rdrle.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 Utah RLE format. * The Utah Raster Toolkit library is requir...
1137519-player
jpeg-7/rdrle.c
C
lgpl
11,673
/* * jdct.h * * 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 include file contains common declarations for the forward and * inverse DCT modules. These declarations are...
1137519-player
jpeg-7/jdct.h
C
lgpl
17,145
/* * jversion.h * * Copyright (C) 1991-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 software version identification. */ #define JVERSION "7 27-Jun-2009" ...
1137519-player
jpeg-7/jversion.h
C
lgpl
395
/* * jcarith.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 encoding routines for JPEG * (implementing the ISO/IEC IS 10918-1 an...
1137519-player
jpeg-7/jcarith.c
C
lgpl
28,108
/* * rdppm.c * * Copyright (C) 1991-1997, Thomas G. Lane. * Modified 2009 by Bill Allombert, 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 routines to read input images in PPM/PGM...
1137519-player
jpeg-7/rdppm.c
C
lgpl
14,078
/* * jidctfst.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 fast, not so accurate integer implementation of the * inverse DCT (Discrete Cosine Trans...
1137519-player
jpeg-7/jidctfst.c
C
lgpl
13,191
/* * jcparam.c * * Copyright (C) 1991-1998, Thomas G. Lane. * Modified 2003-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 optional default-setting code for the JPEG compre...
1137519-player
jpeg-7/jcparam.c
C
lgpl
22,009
.TH RDJPGCOM 1 "02 April 2009" .SH NAME rdjpgcom \- display text comments from a JPEG file .SH SYNOPSIS .B rdjpgcom [ .B \-raw ] [ .B \-verbose ] [ .I filename ] .LP .SH DESCRIPTION .LP .B rdjpgcom reads the named JPEG/JFIF file, or the standard input if no file is named, and prints any text comments found in the file ...
1137519-player
jpeg-7/rdjpgcom.1
Roff Manpage
lgpl
1,699
/* * jdmerge.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 code for merged upsampling/color conversion. * * This file combines functions from jdsampl...
1137519-player
jpeg-7/jdmerge.c
C
lgpl
16,718
/* * jdhuff.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 decoding routines. * Both sequent...
1137519-player
jpeg-7/jdhuff.c
C
lgpl
42,378
/* * rdjpgcom.c * * Copyright (C) 1994-1997, Thomas G. Lane. * Modified 2009 by Bill Allombert, 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 very simple stand-alone application...
1137519-player
jpeg-7/rdjpgcom.c
C
lgpl
14,466
/* * jdtrans.c * * Copyright (C) 1995-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 library routines for transcoding decompression, * that is, reading raw DCT coefficient arra...
1137519-player
jpeg-7/jdtrans.c
C
lgpl
4,911
; ; jmemdosa.asm ; ; Copyright (C) 1992, 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 low-level interface routines to support the MS-DOS ; backing store manager (jmemdos.c). Routines are ...
1137519-player
jpeg-7/jmemdosa.asm
Assembly
lgpl
8,314
/* * jdmaster.c * * Copyright (C) 1991-1997, 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 master control logic for the JPEG decompressor. ...
1137519-player
jpeg-7/jdmaster.c
C
lgpl
27,075
/* * jdmarker.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 decode JPEG datastream markers. * Most of the complexity arises from our desir...
1137519-player
jpeg-7/jdmarker.c
C
lgpl
41,118
/* * wrgif.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 write output images in GIF format. * *******************************************...
1137519-player
jpeg-7/wrgif.c
C
lgpl
12,888
/* * jdapistd.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 decompression half * of the JPEG library. These are th...
1137519-player
jpeg-7/jdapistd.c
C
lgpl
9,359
/* * jcprepct.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 compression preprocessing controller. * This controller manages the color conversion, ...
1137519-player
jpeg-7/jcprepct.c
C
lgpl
12,216
/* * jmemmac.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. * * jmemmac.c provides an Apple Macintosh implementation of the system- * dependent portion of the JPEG memory man...
1137519-player
jpeg-7/jmemmac.c
C
lgpl
9,507
/* * jfdctflt.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 floating-point implementation of the * forwar...
1137519-player
jpeg-7/jfdctflt.c
C
lgpl
6,008
/* * cdjpeg.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 contains common declarations for the sample applications * cjpeg and djpeg. It is NOT used by the co...
1137519-player
jpeg-7/cdjpeg.h
C
lgpl
6,256
/* * jdatadst.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 compression data destination routines for the case of * emitting JPEG data to a file (or a...
1137519-player
jpeg-7/jdatadst.c
C
lgpl
5,122
/* * wrtarga.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 Targa format. * * These routines may need modification ...
1137519-player
jpeg-7/wrtarga.c
C
lgpl
7,524
# Makefile for Independent JPEG Group's software # This makefile is for Amiga systems using SAS C 6.0 and up. # Thanks to Ed Hanway, Mark Rinfret, and Jim Zepeda. # Read installation instructions before saying "make" !! # The name of your C compiler: CC= sc # You may need to adjust these cc options: # Uncomment the...
1137519-player
jpeg-7/makefile.sas
SAS
lgpl
12,940
/* jconfig.sas --- jconfig.h for Amiga systems using SAS C 6.0 and up. */ /* 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_BSD...
1137519-player
jpeg-7/jconfig.sas
SAS
lgpl
1,170
/* * transupp.h * * Copyright (C) 1997-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 declarations for image transformation routines and * other utility code used by the jpegtr...
1137519-player
jpeg-7/transupp.h
C
lgpl
8,751
/* * wrjpgcom.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 a very simple stand-alone application that inserts * user-supplied text as a COM (comment)...
1137519-player
jpeg-7/wrjpgcom.c
C
lgpl
16,563
/* Copyright (C) 1989, 2000 Aladdin Enterprises. All rights reserved. */ /*$Id: ansi2knr.c,v 1.14 2003/09/06 05:36:56 eggert Exp $*/ /* Convert ANSI C function definitions to K&R ("traditional C") syntax */ /* ansi2knr is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author or distrib...
1137519-player
jpeg-7/ansi2knr.c
C
lgpl
20,271
# Makefile for Independent JPEG Group's software # This makefile is suitable for Watcom C/C++ 10.0 on MS-DOS (using # dos4g extender), OS/2, and Windows NT console mode. # Thanks to Janos Haide, jhaide@btrvtech.com. # Read installation instructions before saying "wmake" !! # Uncomment line for desired system SYSTEM=...
1137519-player
jpeg-7/makefile.wat
WebAssembly
lgpl
12,775
; 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 djpeg.prj. ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..." ...
1137519-player
jpeg-7/makdjpeg.st
Smalltalk
lgpl
1,674
/* * mjpeg.h * * Created on: 2011/07/10 * Author: Tonsuke */ #ifndef MJPEG_H_ #define MJPEG_H_ #include "stm32f4xx_conf.h" #include <stddef.h> #include "fat.h" #include "mpool.h" MY_FILE fp_global; struct { int buf_type; uint32_t frame_size; }jpeg_read; #define CMARK 0xA9 static uint8_t atomHasChil...
1137519-player
mjpeg.h
C
lgpl
5,585
/* * djpeg.h * * Created on: 2012/12/25 * Author: masayuki */ #ifndef DJPEG_H_ #define DJPEG_H_ #define DJPEG_PLAY (1 << 2) #define DJPEG_ARROW_LEFT (1 << 1) #define DJPEG_ARROW_RIGHT (1 << 0) extern int dojpeg(int id, uint8_t djpeg_arrows, uint8_t arrow_clicked); #endif /* DJPEG_H_ */
1137519-player
dojpeg.h
C
lgpl
312
/* * usart.h * * Created on: 2011/02/22 * Author: masayuki */ #ifndef USART_H_ #define USART_H_ #include "stm32f4xx_conf.h" #define CURSOR_LEFT 0x01 #define CURSOR_RIGHT 0x06 #define CURSOR_UP 0x10 #define CURSOR_DOWN 0x0e #define CURSOR_ENTER 0x0D #define USART_IRQ_ENABLE USART_ITConfig(USART3, USA...
1137519-player
usart.h
C
lgpl
739
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: trigtabs_fltgen.c,v 1.2 2006/12/05 03:36:53 ehyche Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current v...
1137519-player
aac/trigtabs_fltgen.c
C
lgpl
10,511
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: sbrhuff.c,v 1.1 2005/02/26 01:47:35 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version ...
1137519-player
aac/sbrhuff.c
C
lgpl
18,463
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: hufftabs.c,v 1.1 2005/02/26 01:47:34 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version...
1137519-player
aac/hufftabs.c
C
lgpl
14,775
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: sbrimdct.c,v 1.1 2005/02/26 01:47:35 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version...
1137519-player
aac/sbrimdct.c
C
lgpl
13,539
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: sbrtabs.c,v 1.1 2005/02/26 01:47:35 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version ...
1137519-player
aac/sbrtabs.c
C
lgpl
33,542
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: sbrmath.c,v 1.1 2005/02/26 01:47:35 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version ...
1137519-player
aac/sbrmath.c
C
lgpl
6,206
@ ***** BEGIN LICENSE BLOCK ***** @ Source last modified: $Id: sbrqmfsk.s,v 1.1 2005/04/08 21:59:46 jrecker Exp $ @ @ Portions Copyright (c) 1995-2005 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 RealNet...
1137519-player
aac/armgcc_nosyms/sbrqmfsk.s
Unix Assembly
lgpl
4,390
@ ***** BEGIN LICENSE BLOCK ***** @ Source last modified: $Id: sbrcov.s,v 1.1 2005/04/08 21:59:46 jrecker Exp $ @ @ Portions Copyright (c) 1995-2005 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 RealNetwo...
1137519-player
aac/armgcc_nosyms/sbrcov.s
Unix Assembly
lgpl
4,678
@ ***** BEGIN LICENSE BLOCK ***** @ Source last modified: $Id: sbrqmfak.s,v 1.1 2005/04/08 21:59:46 jrecker Exp $ @ @ Portions Copyright (c) 1995-2005 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 RealNet...
1137519-player
aac/armgcc_nosyms/sbrqmfak.s
Unix Assembly
lgpl
5,774
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: filefmt.c,v 1.1 2005/02/26 01:47:34 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version ...
1137519-player
aac/filefmt.c
C
lgpl
16,895
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: buffers.c,v 1.2 2008/01/15 21:20:31 ehyche Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version o...
1137519-player
aac/buffers.c
C
lgpl
4,702
# 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 = libaac.a # List C source files here. (C dependencies are automatically generated.) SRC = aacdec.c aactabs.c bitstream.c b...
1137519-player
aac/Makefile
Makefile
lgpl
5,127
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: coder.h,v 1.2 2005/06/27 21:06:00 gwright Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version of...
1137519-player
aac/coder.h
C
lgpl
17,569
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: noiseless.c,v 1.3 2010/11/16 01:41:51 ching_li Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current versi...
1137519-player
aac/noiseless.c
C
lgpl
16,881
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: pns.c,v 1.2 2005/03/10 17:01:56 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version of t...
1137519-player
aac/pns.c
C
lgpl
12,361
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: stproc.c,v 1.3 2005/05/24 16:01:55 albertofloyd Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current vers...
1137519-player
aac/stproc.c
C
lgpl
8,038
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: dct4.c,v 1.1 2005/02/26 01:47:34 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version of ...
1137519-player
aac/dct4.c
C
lgpl
10,855
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: huffman.c,v 1.2 2005/05/24 16:01:55 albertofloyd Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current ver...
1137519-player
aac/huffman.c
C
lgpl
14,394
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: assembly.h,v 1.9 2007/02/28 07:10:21 gahluwalia Exp $ * * Portions Copyright (c) 1995-2005 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 RealN...
1137519-player
aac/assembly.h
C
lgpl
14,155
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: decelmnt.c,v 1.1 2005/02/26 01:47:34 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version...
1137519-player
aac/decelmnt.c
C
lgpl
13,888
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: imdct.c,v 1.1 2005/02/26 01:47:35 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version of...
1137519-player
aac/imdct.c
C
lgpl
20,283
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: statname.h,v 1.1 2005/02/26 01:47:34 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version...
1137519-player
aac/statname.h
C
lgpl
4,772
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: fft.c,v 1.1 2005/02/26 01:47:34 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version of t...
1137519-player
aac/fft.c
C
lgpl
11,573
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: aactabs.c,v 1.1 2005/02/26 01:47:31 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version ...
1137519-player
aac/aactabs.c
C
lgpl
6,831
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: sbr.c,v 1.4 2008/01/15 21:20:31 ehyche Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version of th...
1137519-player
aac/sbr.c
C
lgpl
14,080
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: aacdec.c,v 1.1 2005/02/26 01:47:31 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version o...
1137519-player
aac/aacdec.c
C
lgpl
14,333
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: sbrhfgen.c,v 1.2 2005/05/19 20:45:20 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version...
1137519-player
aac/sbrhfgen.c
C
lgpl
22,355
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: sbrqmf.c,v 1.2 2005/05/19 20:45:20 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version o...
1137519-player
aac/sbrqmf.c
C
lgpl
19,430
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: trigtabs.c,v 1.1 2005/02/26 01:47:35 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version...
1137519-player
aac/trigtabs.c
C
lgpl
75,186
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: sbrfft.c,v 1.1 2005/02/26 01:47:35 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version o...
1137519-player
aac/sbrfft.c
C
lgpl
9,825
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: aaccommon.h,v 1.1 2005/02/26 01:47:34 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current versio...
1137519-player
aac/aaccommon.h
C
lgpl
6,801
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: aacdec.h,v 1.10 2008/06/05 13:00:25 vkathuria Exp $ * * Portions Copyright (c) 1995-2005 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 RealNet...
1137519-player
aac/aacdec.h
C
lgpl
5,884
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: sbrfreq.c,v 1.2 2005/05/20 18:05:41 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version ...
1137519-player
aac/sbrfreq.c
C
lgpl
20,243
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: sbrhfadj.c,v 1.3 2005/05/24 16:01:55 albertofloyd Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current ve...
1137519-player
aac/sbrhfadj.c
C
lgpl
32,566
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: bitstream.h,v 1.1 2005/02/26 01:47:34 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current versio...
1137519-player
aac/bitstream.h
C
lgpl
3,080
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: bitstream.c,v 1.2 2005/09/27 20:31:11 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current versio...
1137519-player
aac/bitstream.c
C
lgpl
9,392
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: dequant.c,v 1.2 2005/05/20 18:05:41 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version ...
1137519-player
aac/dequant.c
C
lgpl
12,135
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: tns.c,v 1.2 2005/05/24 16:01:55 albertofloyd Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version...
1137519-player
aac/tns.c
C
lgpl
10,214
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: sbrside.c,v 1.2 2005/05/24 16:01:55 albertofloyd Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current ver...
1137519-player
aac/sbrside.c
C
lgpl
20,531
@ ***** BEGIN LICENSE BLOCK ***** @ Source last modified: $Id: sbrqmfsk.s,v 1.1 2005/02/26 01:47:35 jrecker Exp $ @ @ Portions Copyright (c) 1995-2005 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 RealNet...
1137519-player
aac/armgcc/sbrqmfsk.s
Motorola 68K Assembly
lgpl
5,187
@ ***** BEGIN LICENSE BLOCK ***** @ Source last modified: $Id: sbrcov.s,v 1.1 2005/02/26 01:47:35 jrecker Exp $ @ @ Portions Copyright (c) 1995-2005 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 RealNetwo...
1137519-player
aac/armgcc/sbrcov.s
Unix Assembly
lgpl
6,315
@ ***** BEGIN LICENSE BLOCK ***** @ Source last modified: $Id: sbrqmfak.s,v 1.1 2005/02/26 01:47:35 jrecker Exp $ @ @ Portions Copyright (c) 1995-2005 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 RealNet...
1137519-player
aac/armgcc/sbrqmfak.s
Unix Assembly
lgpl
6,695
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: sbr.h,v 1.2 2005/05/20 18:05:41 jrecker Exp $ * * Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version of t...
1137519-player
aac/sbr.h
C
lgpl
14,039
/* * fft.c * * Created on: 2013/02/23 * Author: Tonsuke */ #include "fft.h" #include "settings.h" /* const static uint16_t color_bar[] = {red, yellow, blue, blue, green, green, red, red, yellow, yellow, blue, blue, green, green, red, red,\ red, yellow, blue, blue, green, green, red, red, yellow,...
1137519-player
fft.c
C
lgpl
7,635
/* * mp3.c * * Created on: 2012/03/25 * Author: Tonsuke */ /* ***** 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 ve...
1137519-player
mp3.c
C
lgpl
35,170
/* * mpool.c * * Created on: 2011/05/14 * Author: Tonsuke */ #include "mpool.h" #include "fat.h" #include <stdlib.h> void create_mpool(){ mpool_struct.mem_seek = 0; } void* mpool_alloc(uint32_t sizeofmemory){ uint32_t current_seek; current_seek = mpool_struct.mem_seek; mpool_struct.mem_seek += sizeof...
1137519-player
mpool.c
C
lgpl
706
/* * sound.c * * Created on: 2011/03/12 * Author: Tonsuke */ #include "sound.h" #include "lcd.h" #include "icon.h" #include "xpt2046.h" #include "aac.h" #include "mp3.h" #include "settings.h" #include "board_config.h" #include "pcf_font.h" #include "mpool.h" #include "arm_math.h" #include "fft.h" #in...
1137519-player
sound.c
C
lgpl
42,284
.section ".rodata" .balign 2 .global internal_flash_pcf_font internal_flash_pcf_font: .incbin "mplus_1c_bold_basic_latin.pcf" .global _sizeof_internal_flash_pcf_font .set _sizeof_internal_flash_pcf_font, . - internal_flash_pcf_font .balign 2 .global video_info_board_170x170 video_info_board_170x170: .incbin "video_in...
1137519-player
images.s
Unix Assembly
lgpl
21,124
#include "stm32f4xx_conf.h" #include "lcd.h" #include "usart.h" #include "delay.h" #include <string.h> #include "xmodem.h" volatile uint32_t timeout; volatile uint8_t Crcflg, seqno; void TIM2_IRQHandler(void){ TIM_ClearITPendingBit(TIM2, TIM_IT_Update); timeout++; } int16_t usart_polling_timeout(uint32_t t) /* タ...
1137519-player
xmodem.c
C
lgpl
6,671
/* * sd.h * * Created on: 2011/02/22 * Author: masayuki */ #ifndef SD_H_ #define SD_H_ #include "stm32f4xx_conf.h" #include "fat.h" /* --- STA Register ---*/ /* Alias word address of RXFIFOHF bit */ #define STA_OFFSET (SDIO_BASE + 0x34) #define RXFIFOHF_BitNumber 0x0F #define STA_RXFIFO...
1137519-player
sd.h
C
lgpl
1,749
/* * fat.h * * Created on: 2011/02/27 * Author: Tonsuke */ #ifndef C_FILE_H_ #define C_FILE_H_ #include "stm32f4xx_conf.h" #include <stddef.h> #define SEEK_SET 0 #define SEEK_CUR 1 #define SEEK_END 2 typedef volatile struct C_FILE { size_t fileSize, \ seekBytes, \ c_file_ad...
1137519-player
cfile.h
C
lgpl
586
/** ****************************************************************************** * @file stm32f4_discovery.h * @author MCD Application Team * @version V1.1.0 * @date 28-October-2011 * @brief This file contains definitions for STM32F4-Discovery Kit's Leds and * push-button hardw...
1137519-player
stm32f4_discovery.h
C
lgpl
4,129
/* * mp3.h * * Created on: 2012/03/25 * Author: Tonsuke */ #ifndef MP3_H_ #define MP3_H_ #include "stm32f4xx_conf.h" extern int PlayMP3(int id); #endif /* MP3_H_ */
1137519-player
mp3.h
C
lgpl
181
{\rtf1\ansi\ansicpg932\cocoartf1187\cocoasubrtf370 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset0 Monaco;} {\colortbl;\red255\green255\blue255;\red0\green0\blue128;} \paperw11900\paperh16840\margl1440\margr1440\vieww29100\viewh5100\viewkind0 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\t...
1137519-player
libjpeg_configure_stm32f4.rtf
Rich Text Format
lgpl
2,776
/* * lcd.c * * Created on: 2011/02/19 * Author: masayuki */ #include <string.h> #include <stdio.h> #include <stdlib.h> #include <ctype.h> #include "lcd.h" #include "pcf_font.h" #include "xpt2046.h" #include "fat.h" #include "usart.h" #include "sound.h" #include "delay.h" #include "mpool.h" #include "board...
1137519-player
lcd.c
C
lgpl
63,611
/* * STM32F4-Discovery Motion Player Project * by Tonsuke * * v1.12 * 2014/03/07 * * WIKI * http://motionplayer.wiki.fc2.com * * Git Source * https://code.google.com/p/motion-player-project/ */ #include "stm32f4xx_conf.h" #include "fat.h" #include "sd.h" #include "lcd.h" #include "dojpeg.h" #includ...
1137519-player
main.c
C
lgpl
13,410
/** ****************************************************************************** * @file stm32f4xx_it.c * @author MCD Application Team * @version V1.0.0 * @date 19-September-2011 * @brief Main Interrupt Service Routines. * This file provides all exceptions handler and peripheral...
1137519-player
stm32f4xx_it.c
C
lgpl
5,716
/* * fx.h * * Created on: 2013/02/23 * Author: Tonsuke */ #ifndef FX_H_ #define FX_H_ #include <stdint.h> #include <stddef.h> typedef struct { uint32_t *ptr; int idx; size_t size; }delay_buffer_typedef; typedef struct { int repeat[4], delay[4], fs, number; float amp[4], clipper[4], coeff_table[4][1...
1137519-player
fx.h
C
lgpl
1,368
/* * delay.h * * Created on: 2011/10/31 * Author: Tonsuke */ #ifndef DELAY_H_ #define DELAY_H_ extern void Delayms(int i); extern void Delay(int i); #endif /* DELAY_H_ */
1137519-player
delay.h
C
lgpl
187