Commit graph

14 commits

Author SHA1 Message Date
Alex Xu (Hello71)
3a84725d31 use __linux/__unix instead of CMAKE_C(XX)_FLAGS
this allows the user-specified CFLAGS/CXXFLAGS to take effect.

assume that all platforms supporting C++ in 2021 also support stdbool.h.
2021-11-20 10:30:19 -05:00
Christian Schneider
7fc569949e Increase JPG/MP3 in-memory threshold
- maximum size 512 MB instead of 64 MB
- verbose output if JPGs are too large for in-memory (and packJPG is used as fallback)
2019-11-07 00:14:21 +01:00
Deus Libri
677e8c5fb0 Add fix from PackMP3 master.
Without this, some MP3 streams might crash on reconstruction.
2018-06-24 22:33:38 +02:00
Christian
116d7d981d Makefiles for 32 bit version 2017-09-22 18:55:51 +02:00
Gavin Gao
9081053eba Minor bugfixes for precomf/packmp3/packjpg
- Fixed init_comfort(): missing suppress_jpg_parsing_until
- Fixed memory leak and bad huffman table check in packMP3
    0c283d8e1c
- packjpg: add extra range to 172 when (1024+6-1)/6 = 171.5
    https://github.com/packjpg/packJPG/issues/4
- add x64 to VS project with BIT64;COMFORT;
2017-05-04 11:33:35 +08:00
Christian Schneider
64a50242d7 Compile 64 bit versions by default 2017-01-02 10:00:47 +01:00
Christian Schneider
b0e9d813b6 Some Makefile changes
- make.bat: Use other GCC64/GPP64 defaults
- make.bat and Makefiles: No -fsched-spec-load, older compilers don't
support it
- make.bat and Makefiles: Use -std=c99 and -std=c++11 to make sure
everything compiles correct on different compilers
2017-01-02 09:50:57 +01:00
Christian Schneider
d30170d2bc No more compiler warnings for pmp3tbl.h 2016-04-19 06:28:15 +02:00
Christian Schneider
a75eb06711 Recompress MP3 files up to 64 MB in memory
- Added helper functions to copy data, file<->memory
- Related: Issue #14
2016-04-18 14:13:10 +02:00
Christian Schneider
2264a2cb84 Merge with packJPG v2.5k, packMP3 v1.0g
- Code already was up-to-date, except frealloc in packmp3.cpp
- Version numbers and messages updated
- Solves issue #33
2016-04-05 11:46:55 +02:00
Christian Schneider
70e29b2f77 Header files
- Moved contrib declarations from precomp.cpp in header files in contrib
directories
- Moved Precomp declarations to precomp.h
- Renamed old precomp.h to precomp_dll.h
2016-03-05 16:15:19 +01:00
Christian Schneider
3a64e96193 Merge master into refactoring 2016-02-12 07:54:52 +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
9716502da5 PackMP3 library added
PackMP3 library version v1.0f added
2016-01-15 08:01:46 +01:00