RSS feed
	
	
	
		f930bf89
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/12/19 10:41
		
add getopt.h as extra source
		 
	
		5530ffdf
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/12/19 10:40
		
obsolete files removed
		 
	
		1cf5a505
		 – Krzysztof Nikiel <knik0@users.noreply.github.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2017/12/19 10:28
		
Merge pull request #7 from lordmulder/master
		 
	
		ebec9f94
		 – LoRd_MuldeR <mulder2@gmx.de>
 authored
 on 2017/12/19 08:16
		
Fixed indentation.
		 
	
		678aaac1
		 – LoRd_MuldeR <mulder2@gmx.de>
 authored
 on 2017/12/19 08:02
		
Fixed a number of compiler warnings because of unused variables + fixed use of un-initialized variable.
		 
	
		334e7647
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/12/17 15:54
		
version -> 2.8.8
		 
	
		40617a1c
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/12/17 15:54
		
add new files to Makefile.am
		 
	
		20a0a267
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/12/17 12:25
		
version -> 2.8.7
		 
	
		c3c99389
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/12/17 12:21
		
include "utils" in source package
		 
	
		01d7657d
		 – Krzysztof Nikiel <knik0@users.noreply.github.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2017/12/17 12:15
		
Merge pull request #5 from lordmulder/master
		 
	
		ce72f580
		 – LoRd_MuldeR <mulder2@gmx.de>
 authored
 on 2017/12/17 09:54
		
Generate "win32_ver.h" from "configure.h" as a pre-build event + some clean-up of project files.
		 
	
		5e500e97
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/12/17 07:30
		
Add MSVC project files to source package
		 
	
		d5529486
		 – Krzysztof Nikiel <knik0@users.noreply.github.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2017/12/16 16:15
		
Merge pull request #4 from lordmulder/master
		 
	
		623026a3
		 – LoRd_MuldeR <mulder2@gmx.de>
 authored
 on 2017/12/16 15:59
		
Some improvements to "unicode_support.h" + include this file on ALL platforms.
		 
	
		372b2e44
		 – LoRd_MuldeR <mulder2@gmx.de>
 authored
 on 2017/12/16 14:47
		
Fixed possible buffer overflow. Buffer 'percents' was statically allocated with fixed size, but a string of *unbounded* size (because it contains a user-supplied the file name) was written into that buffer via sprintf().
		 
	
		00adf5c3
		 – LoRd_MuldeR <mulder2@gmx.de>
 authored
 on 2017/12/16 14:45
		
Flush 'stderr' stream after each progress message on Win32 platform, when not connected directly to a terminal. This is required so that progress updates don't get stuck in pipes.
		 
	
		435ec28d
		 – LoRd_MuldeR <mulder2@gmx.de>
 authored
 on 2017/12/16 14:44
		
Implemented support for Unicode filenames on Win32 platform.
		 
	
		5a036511
		 – LoRd_MuldeR <mulder2@gmx.de>
 authored
 on 2017/12/16 14:43
		
Fixed compilation of functions 'bswap32' and 'bswap16' on Win32.
		 
	
		f27df305
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/10/10 07:58
		
version -> 2.8.6
		 
	
		9fb50f9f
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/10/09 17:32
		
added dllexport attribute for mingw gcc
		 
	
		983a1533
		 – Krzysztof Nikiel <knik0@users.noreply.github.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2017/10/09 17:28
		
Merge pull request #3 from vividos/master
		 
	
		cec452c0
		 – Michael Fink <michael.fink@asamnet.de>
 authored
 on 2017/10/09 16:55
		
changed VISIBLE macro back to NEAACDECAPI and specify visibility attribute for gcc, and nothing for Visual Studio (continuing using the .def file); also removed CDECL, as everything is wrapped in a extern "C" {} scope
		 
	
		66fe7de7
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/10/07 07:04
		
renamed ATTR to VISIBLE; added dllexport attribute
		 
	
		1111ed43
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/10/06 07:30
		
merge pull request #2
		 
	
		2e9e68b1
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/10/06 07:26
		
split NEAACDECAPI into ATTR/CDECL for GCC/VC compatibility
		 
	
		022b3e5c
		 – Michael Fink <michael.fink@asamnet.de>
 authored
 on 2017/10/05 19:20
		
fixed syntax errors when NEAACDECAPI is actually defined to __cdecl
		 
	
		bdab1053
		 – Michael Fink <michael.fink@asamnet.de>
 authored
 on 2017/10/05 19:20
		
added visual studio 2017 projects in folder project/msvc and removed old projects
		 
	
		f62f2261
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/09/30 10:33
		
fixed spelling
		 
	
		4e60057d
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/09/30 05:44
		
add manpage to source tarball
		 
	
		44419c98
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/09/29 09:32
		
changelog update
		 
	
		35fffb62
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/09/29 09:20
		
version -> 2.8.4; small build fix
		 
	
		e899f1d4
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/09/23 11:08
		
version -> 2.8.3
		 
	
		d34519c5
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/09/23 11:06
		
autotools support update
		 
	
		de3ae8b4
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/09/23 07:02
		
unnest function for clang compatibility
		 
	
		37d7acc5
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/09/22 08:06
		
version -> 2.8.2
		 
	
		1b7910fe
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/09/16 06:35
		
fixed RNG bug in pns.c
		 
	
		da52b8d1
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/09/06 08:16
		
added -no-undefined to LDFLAGS (MSYS2 project)
		 
	
		fbd505b3
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/09/06 07:57
		
fixed compile error and autotools packing
		 
	
		e2d3ad8e
		 – Krzysztof Nikiel <knik@users.sourceforge.net>
 authored
 on 2017/08/09 12:06
		
fixed extended tag('----') read
		 
	
		706209c9
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/26 10:04
		
remove useless prints
		 
	
		8d045444
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/26 08:14
		
initial version of new mp4 input code
		 
	
		f58984cb
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/20 08:14
		
dummy FAAD2_VERSION macro
		 
	
		ce90f3b2
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/19 10:08
		
typoe fixed
		 
	
		3a59b952
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/19 09:56
		
update
		 
	
		10c4ca7a
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/19 09:55
		
new API: NeAACDecGetVersion
		 
	
		6c2b587f
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/17 10:37
		
version -> 2.8.1
		 
	
		3e8a74a0
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/17 10:04
		
use <stdint.h> on all systems
		 
	
		d8e1ff74
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/17 10:02
		
use <stdint.h> on all systems
		 
	
		0c3e2b52
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/17 08:52
		
removed uint*_t typedefs and use <stdint.h> on all systems
		 
	
		a67c75ed
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/17 05:28
		
I really hope the patch for multiple vulnerabilities will work this time
		 
	
		06240023
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/16 04:19
		
in the end it turned out faad crashes with Fabian's recent patches
		 
	
		ef31633a
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/14 06:49
		
even better fix for multiple vulnerabilities
		 
	
		85420dc7
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/13 03:44
		
more gitignorance
		 
	
		7c348bdb
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/12 06:06
		
hopefully the last patch in the "multiple vulnerabilities" series
		 
	
		09b0228f
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/11 04:12
		
Working patch to fix previous broken commit "multiple vulnerabilities"
		 
	
		cfb21cfb
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/10 11:50
		
multiple vulnerabilities fixed (Fabian Greffrath)
		 
	
		8e846b64
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/10 11:38
		
fixed the man page by avoiding a line break (Fabian Greffrath)
		 
	
		c9daaeb2
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/10 11:31
		
Seeking support for MP4 files in faad. (awy)
		 
	
		25e39415
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/07 10:17
		
AM_CONFIG_HEADER is deprecated, use AC_CONFIG_HEADERS (Philip Chimento)
		 
	
		5739fd20
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/06 17:04
		
version -> 2.8.0
		 
	
		99773883
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/06 16:56
		
Added link to SF project page
		 
	
		6c435a74
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/06 16:35
		
improved autotools support
		 
	
		3256f173
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/05 16:04
		
chmod +x
		 
	
		a5f9bb80
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/04 14:41
		
renamed: configure.in -> configure.ac
		 
	
		85f3e2e7
		 – knik <knik@users.sourceforge.net>
 authored
 on 2017/07/04 14:30
		
new file: .gitignore
		 
	
		eac0bcb0
		 – knik <knik>
 authored
 on 2017/07/03 07:55
		
fix autotools warnings
		 
	
		f84bc9bf
		 – knik <knik>
 authored
 on 2016/11/11 06:25
		
Fixed implicit SBR detection via AudioSpecificConfig fail when char is unsigned.
		 
	
		b44f998f
		 – knik <knik>
 authored
 on 2015/02/22 05:09
		
The bugfix does not fully fix DRC processing in FAAD2 but
		 
	
		37365c52
		 – knik <knik>
 authored
 on 2015/01/26 12:48
		
Added missing #ifndef HAVE_LRINTF
		 
	
		712d0cf9
		 – knik <knik>
 authored
 on 2015/01/24 09:21
		
Fixed libfaad crash on fuzzed file. Patch by Fabian Greffrath.
		 
	
		7d0b06cb
		 – knik <knik>
 authored
 on 2015/01/22 05:04
		
Fixed syntax error: an unescaped hyphen is used as a minus sign. Patch by Fabian Greffrath
		 
	
		00cea4f4
		 – knik <knik>
 authored
 on 2015/01/22 04:40
		
Fixed segfaults on amd64 due to incorrect pointer size
		 
	
		157eb063
		 – knik <knik>
 authored
 on 2015/01/22 03:55
		
Fix visibility attribute compiler warnings. Patch by Fabian Greffrath
		 
	
		023295e0
		 – knik <knik>
 authored
 on 2015/01/19 04:46
		
Fix advance_buffer problem with large ID3v2 tags. Patch by Mike Crowe
		 
	
		802af12a
		 – knik <knik>
 authored
 on 2014/11/25 02:42
		
New manpage by Julian Cable
		 
	
		881b5e26
		 – knik <knik>
 authored
 on 2014/11/10 03:10
		
Patch by Julian Cable: build the DRM version of the library as well as the normal version.
		 
	
		720f7004
		 – knik <knik>
 authored
 on 2012/03/04 04:59
		
Dynamically allocate file name buffers.
		 
	
		bfab0b0a
		 – knik <knik>
 authored
 on 2012/03/02 10:29
		
Set appropriate symbol visibility attributes.
		 
	
		ae68cd1f
		 – knik <knik>
 authored
 on 2012/03/02 10:28
		
The patch enables input on stdin for AAC/AAC+ streams.
		 
	
		35b2e5b0
		 – knik <knik>
 authored
 on 2012/03/02 10:27
		
libmp4ff ist not packaged, so do not install it either.
		 
	
		39dd3421
		 – knik <knik>
 authored
 on 2012/03/02 10:25
		
Fix hyphen in manpage.
		 
	
		41a763e5
		 – menno <menno>
 authored
 on 2010/06/04 16:47
		
Fixed PNS correlation between left and right channel. Incorrect scaling of right channel.
		 
	
		b42afd42
		 – menno <menno>
 authored
 on 2009/10/12 17:06
		
Added missing exports
		 
	
		d32a4900
		 – menno <menno>
 authored
 on 2009/07/27 14:12
		
manpage copying to wrong location
		 
	
		a8e8a915
		 – menno <menno>
 authored
 on 2009/06/05 12:32
		
Compile fixes
		 
	
		42b2e469
		 – menno <menno>
 authored
 on 2009/03/09 17:22
		
Patch for MP4 iTunes metadata
		 
	
		f04f98d2
		 – menno <menno>
 authored
 on 2009/02/06 11:03
		
Made manpage install
		 
	
		b54f42f0
		 – menno <menno>
 authored
 on 2009/02/06 09:24
		
Build script fix
		 
	
		66d2a35d
		 – menno <menno>
 authored
 on 2009/02/05 22:39
		
Fixed difference in declarations
		 
	
		0878897b
		 – menno <menno>
 authored
 on 2009/02/04 19:51
		
Final fixes to version numbers and use of external header
		 
	
		583b72bd
		 – menno <menno>
 authored
 on 2009/02/02 18:37
		
Final changes for version 2.7 release
		 
	
		bf186d7c
		 – menno <menno>
 authored
 on 2009/01/28 19:41
		
Minor compile fixes
		 
	
		c320c723
		 – menno <menno>
 authored
 on 2009/01/26 18:51
		
Use public headers internally to prevent duplicate declarations
		 
	
		d2f41a3b
		 – menno <menno>
 authored
 on 2009/01/26 18:01
		
FAAD manpage
		 
	
		815548b5
		 – menno <menno>
 authored
 on 2009/01/26 17:51
		
Build libmp4ff statically
		 
	
		bb4d5f6e
		 – menno <menno>
 authored
 on 2009/01/26 17:32
		
DAB+ support
		 
	
		e1d13b17
		 – menno <menno>
 authored
 on 2009/01/25 15:32
		
Remove outdated code
		 
	
		220c2d5a
		 – menno <menno>
 authored
 on 2009/01/25 15:25
		
Update project files
		 
	
		b98919ac
		 – menno <menno>
 authored
 on 2009/01/25 15:14
		
Solved copyright symbol issues in tagupdate
		 
	
		9e74e752
		 – menno <menno>
 authored
 on 2009/01/25 13:33
		
Minor update in readme
		 
Next