Christian Schneider
|
a21bf5dfdc
|
Comments
- Consistent comment case (lower case at the beginning)
- Some comments removed
- Some old commented code removed
|
2016-01-26 12:35:25 +01:00 |
|
Christian Schneider
|
ce52abaddf
|
Case of packJPG/packMP3
Always lower case
|
2016-01-25 15:15:50 +01:00 |
|
Christian Schneider
|
d48f1a86ef
|
Removed DEBUG_FILE flag
Possibility of a debug output in a file was used in early versions of
Precomp, not needed anymore.
|
2016-01-25 15:03:31 +01:00 |
|
Christian Schneider
|
ff680417db
|
Only allow MPEG-1, Layer III as first frame
This prevents passing the frames to packMP3 for each frame which slows
down the process for non-MPEG-1, Layer III MP3s
|
2016-01-22 07:43:26 +01:00 |
|
Christian Schneider
|
0bc525232a
|
Support for MP3 format
- adds MP3 support using PackMP3
- closes issue #18
|
2016-01-21 15:39:31 +01:00 |
|
Christian Schneider
|
120b3a0585
|
Bugfix for PackJPG memory corruption
- Double free in PackJPG's frealloc for the rare case of size == 0
- Fixes issue #17
|
2016-01-20 10:58:23 +01:00 |
|
Christian Schneider
|
78fa53e526
|
Merge branch 'master' into development-0.4.5
|
2016-01-20 10:36:36 +01:00 |
|
Christian Schneider
|
c82be93753
|
Ignore Visual Studio output directories
|
2016-01-20 10:34:20 +01:00 |
|
Christian Schneider
|
2026f1f49f
|
MP3 parameter and internal preparation
- Decompression/recompression count
- Use flag
- Show in help
|
2016-01-17 16:49:34 +01:00 |
|
Christian Schneider
|
6f5dbd2694
|
PackMP3 version info
- Display PackMP3 version info together with PackJPG version info
- Changed URL to Matthias Stirner's homepage
|
2016-01-17 16:35:04 +01:00 |
|
schnaader
|
03f85c6a19
|
Adjusted Linux makefile to packMP3
|
2016-01-16 15:04:32 +01:00 |
|
Christian Schneider
|
5bd5b9429f
|
Modified PackMP3 files to use header files shared with PackJPG
|
2016-01-16 14:13:13 +01:00 |
|
Christian Schneider
|
cc0ca60b13
|
Adjusted Visual Studio solution to PackMP3
Also modified bitops.cpp from PackJPG to compile using MSVC again
|
2016-01-16 14:12:17 +01:00 |
|
Christian Schneider
|
6162c0a6ae
|
Merge branch 'master' into development-0.4.5
|
2016-01-16 13:56:36 +01:00 |
|
Christian Schneider
|
15279ea72d
|
Adjusted readme files to packMP3
|
2016-01-15 08:09:06 +01:00 |
|
Christian Schneider
|
53001ec909
|
Windows make scripts adjusted for PackMP3
|
2016-01-15 08:02:10 +01:00 |
|
Christian Schneider
|
9716502da5
|
PackMP3 library added
PackMP3 library version v1.0f added
|
2016-01-15 08:01:46 +01:00 |
|
Christian Schneider
|
eaaead7458
|
Update README.md
Avoid version number in Binaries section
|
2016-01-15 07:45:20 +01:00 |
|
Christian Schneider
|
a583b6f55a
|
Copyright message for development version
|
2016-01-15 07:43:17 +01:00 |
|
Christian Schneider
|
db7cd7f655
|
Version 0.4.4 release
Official Precomp v0.4.4 release
|
2016-01-14 15:02:38 +01:00 |
|
schnaader
|
9b1d86be5a
|
Renaming PackJPG file to make case sensitive Linux happy
|
2016-01-14 14:46:09 +01:00 |
|
Christian Schneider
|
cd1aafef87
|
Updated PackJPG from version 2.5a to 2.5j
- See issue #13
- Adjusted readme files
- Removed unnecessary packJPGdll.h file
|
2016-01-14 14:42:08 +01:00 |
|
Christian Schneider
|
a9ddb2e978
|
Adjusted copyright message
|
2016-01-14 14:20:55 +01:00 |
|
Christian Schneider
|
9624eadc7e
|
Removed unnecessary packJPG files
|
2016-01-14 14:20:23 +01:00 |
|
Christian Schneider
|
a0d3c5f1da
|
Updated zLib from version 1.2.5 to 1.2.8
- See issue #13
- Added comments about modification
- Adjusted readme files
|
2016-01-14 14:15:50 +01:00 |
|
Christian Schneider
|
ba748bc446
|
Update README.md
|
2016-01-14 13:56:42 +01:00 |
|
Christian Schneider
|
f1f7cba903
|
Updated bZip2 version number
|
2016-01-14 13:56:10 +01:00 |
|
Christian Schneider
|
6782e35b01
|
Updated bzip2 from version 1.0.5 to 1.0.6
- See issue #13
- version 1.0.6 fixes a potential security vulnerability (CVE-2010-0405)
- Added comments about modifications
- Added bzip2 LICENSE file
|
2016-01-14 13:54:31 +01:00 |
|
Christian Schneider
|
0eab02a3fa
|
Show new size when using -n
Fix for debug mode
|
2016-01-14 12:07:44 +01:00 |
|
Christian Schneider
|
bad3559cd7
|
Updated .gitignore
Some more Visual Studio specific files added
|
2016-01-14 12:06:57 +01:00 |
|
Christian Schneider
|
90654c9bdb
|
Show new size when using -n
Fixes issue #11
|
2016-01-14 11:57:58 +01:00 |
|
schnaader
|
531510e7f4
|
Adjusted Makefile to new contrib directory structure, closes issue #16
|
2016-01-14 11:23:42 +01:00 |
|
Christian Schneider
|
04c76d0b9d
|
Visual Studio 2012 solution
Added solution to build Precomp using Visual Studio 2012, see issue #12
|
2016-01-13 15:55:09 +01:00 |
|
Christian Schneider
|
deaabc1ede
|
Update README.md
|
2016-01-07 12:35:11 +01:00 |
|
Christian Schneider
|
7431522a30
|
Contribution information -> README.md
|
2016-01-07 12:33:57 +01:00 |
|
Christian Schneider
|
0c3d924ada
|
Moving more files to contrib
- Moved files for GifLib, bZip2 and zLib to contrib
- Removed unused .c/.h files.
|
2016-01-07 12:22:18 +01:00 |
|
Christian Schneider
|
7a7cc2e5e1
|
Fixed URLs in readme.txt
|
2016-01-07 09:58:31 +01:00 |
|
Christian Schneider
|
ff30143a42
|
Fixed URLs in readme.md
|
2016-01-07 09:57:28 +01:00 |
|
Christian Schneider
|
01cd3408f7
|
Merge pull request #1 from kraileth/master
Makefile for precomp / translation
|
2016-01-07 06:54:51 +01:00 |
|
Michael Reim
|
259933c7ab
|
Translated German strings in build scripts for win to English
|
2016-01-07 05:32:43 +01:00 |
|
Michael Reim
|
5ae8ff5361
|
Updated build scripts for win to reflect changed "include" dir
|
2016-01-07 05:27:09 +01:00 |
|
Michael Reim
|
c2a8c38bdb
|
Replace "make.sh" shell script with simple Makefile
|
2016-01-06 20:50:20 +01:00 |
|
Michael Reim
|
441bfd7b4b
|
Renamed third party dir "include" -> "contrib"
|
2016-01-06 19:58:05 +01:00 |
|
Christian Schneider
|
585b33e86e
|
Update README.md
typo fixed
|
2016-01-06 13:00:28 +01:00 |
|
Christian Schneider
|
08d1811950
|
Updated README.md
Binaries section added
|
2016-01-06 12:59:32 +01:00 |
|
Christian Schneider
|
2899bc5716
|
Donation remarks added
|
2016-01-06 12:32:00 +01:00 |
|
Christian Schneider
|
37be6f7ff3
|
Apache License URL fixed
|
2016-01-06 12:19:47 +01:00 |
|
Christian Schneider
|
de017b3382
|
Updated README.md
Added some of the content from readme.txt
|
2016-01-06 12:19:00 +01:00 |
|
Christian Schneider
|
2c70814152
|
Initial commit of Precomp 0.4.4 source code
Including readme.txt, make scripts for Windows and Linux.
Readme.txt changed to reflect new license (Apache 2.0)
|
2016-01-06 12:10:58 +01:00 |
|
Christian Schneider
|
f41011c92f
|
Initial commit
|
2014-06-16 11:40:58 +02:00 |
|