RSS feed
	
	
	
		6ae31138
		 – menno <menno>
 authored
 on 2000/02/23 08:26
		
Removed winswitch.c
		 
	
		fc2a0b22
		 – thebard <thebard>
 authored
 on 2000/02/22 23:02
		
Now encoding faster than realtime with suggested compiler options in Makefile. Still alot of room left for assembler and/or thread tweaking.
		 
	
		0a245e18
		 – thebard <thebard>
 authored
 on 2000/02/22 21:57
		
Got run time down 100%. It looks like gcc is starving registers or causing
		 
	
		4f1e884b
		 – thebard <thebard>
 authored
 on 2000/02/22 15:04
		
inlined output_bits, not that it matters much in performance...
		 
	
		b6506738
		 – menno <menno>
 authored
 on 2000/02/22 13:59
		
Made ADTS quality same as other files quality
		 
	
		daa08cf2
		 – thebard <thebard>
 authored
 on 2000/02/22 13:54
		
Macroized double_to_int. Shaved off a few seconds (avoided all the function call overhead)
		 
	
		cd5b5533
		 – thebard <thebard>
 authored
 on 2000/02/22 12:10
		
Added the profiling text file.
		 
	
		46776d3c
		 – thebard <thebard>
 authored
 on 2000/02/22 11:23
		
Changes the ending return to an exit so we can profile.
		 
	
		8d45c274
		 – thebard <thebard>
 authored
 on 2000/02/22 11:11
		
Timer now works correctly for unix.
		 
	
		730fd809
		 – thebard <thebard>
 authored
 on 2000/02/21 22:55
		
Makefile changes for default compile and nots on options, Also added an include so that faac.c links.
		 
	
		7f1ce1d6
		 – lenox <lenox>
 authored
 on 2000/02/19 07:59
		
added faac.c
		 
	
		89b2c57b
		 – lenox <lenox>
 authored
 on 2000/02/19 07:51
		
added faac.c
		 
	
		fbc0f3f6
		 – lenox <lenox>
 authored
 on 2000/02/19 07:48
		
restructure
		 
	
		7740b9ad
		 – oxygene <oxygene>
 authored
 on 2000/02/19 07:35
		
Uninstall target added
		 
	
		f8432247
		 – menno <menno>
 authored
 on 2000/02/18 04:35
		
Added libsndfile.lib
		 
	
		d9455dcc
		 – lenox <lenox>
 authored
 on 2000/02/18 04:21
		
new interface functions
		 
	
		1bed7216
		 – lenox <lenox>
 authored
 on 2000/02/18 04:19
		
cleanup
		 
	
		c83a95dc
		 – menno <menno>
 authored
 on 2000/02/17 10:51
		
Removed some debug code
		 
	
		aba0b8bd
		 – menno <menno>
 authored
 on 2000/02/17 10:23
		
Bugfixes for bit counting
		 
	
		f30881d4
		 – lenox <lenox>
 authored
 on 2000/02/17 02:52
		
added support for all headers
		 
	
		65a49204
		 – oxygene <oxygene>
 authored
 on 2000/02/16 18:51
		
Install target added.
		 
	
		8c68332f
		 – menno <menno>
 authored
 on 2000/02/15 12:03
		
Added ADTS header writing
		 
	
		bbaf76df
		 – menno <menno>
 authored
 on 2000/02/15 04:10
		
Fixed DLL
		 
	
		895e70ce
		 – lenox <lenox>
 authored
 on 2000/02/15 04:00
		
new parsing function
		 
	
		79423297
		 – menno <menno>
 authored
 on 2000/02/15 02:49
		
Made DLL compile
		 
	
		9b4a10a7
		 – lenox <lenox>
 authored
 on 2000/02/15 02:01
		
restructure (aacconfig eliminated)
		 
	
		9631e24e
		 – lenox <lenox>
 authored
 on 2000/02/14 05:36
		
removed rdft stuff
		 
	
		e2bbb893
		 – lenox <lenox>
 authored
 on 2000/02/14 05:35
		
removed rdft due to new real fft
		 
	
		5346aad4
		 – lenox <lenox>
 authored
 on 2000/02/14 03:22
		
new rft (reference to fftw removed, sorry :) )
		 
	
		0b18a49e
		 – oxygene2000 <oxygene2000>
 authored
 on 2000/02/09 16:19
		
Placed fftw_init/destroy where they have to be
		 
	
		ad1f6640
		 – oxygene2000 <oxygene2000>
 authored
 on 2000/02/09 15:51
		
Another mistake, argh!
		 
	
		56714d3e
		 – oxygene2000 <oxygene2000>
 authored
 on 2000/02/09 15:47
		
Added fixed fftw-stuff. Use rdft_spectrum2.c instead of rdft_spectrum.c
		 
	
		72c4ab22
		 – menno <menno>
 authored
 on 2000/02/09 13:50
		
Restored small mistakes.
		 
	
		2372727c
		 – lenox <lenox>
 authored
 on 2000/02/09 13:32
		
fix to use without fttw
		 
	
		0876f43a
		 – oxygene2000 <oxygene2000>
 authored
 on 2000/02/09 10:44
		
Added additional implementation of rdft using fftw (from rank 1 to rank
		 
	
		d79e7721
		 – oxygene2000 <oxygene2000>
 authored
 on 2000/02/08 09:38
		
Why calculating sqrt(2) if it is present as constant?
		 
	
		8e1e9a12
		 – oxygene2000 <oxygene2000>
 authored
 on 2000/02/08 07:12
		
really small speed-up in psy_step6
		 
	
		a15f8540
		 – menno <menno>
 authored
 on 2000/02/08 02:47
		
Made advantage of Oxygene2000's optimization, to use more accurate delay estimation
		 
	
		c7130b0b
		 – menno <menno>
 authored
 on 2000/02/08 02:46
		
Better quantization of short blocks
		 
	
		6e3f1580
		 – lenox <lenox>
 authored
 on 2000/02/08 02:37
		
removed old FFT & some restucture
		 
	
		867af417
		 – menno <menno>
 authored
 on 2000/02/07 14:52
		
Change in window switching parameters
		 
	
		131b8013
		 – lenox <lenox>
 authored
 on 2000/02/07 14:46
		
fixed bug with atan2()
		 
	
		5a054581
		 – menno <menno>
 authored
 on 2000/02/07 14:27
		
Bug fix
		 
	
		0e4e9fe8
		 – menno <menno>
 authored
 on 2000/02/07 14:13
		
One step closer to window shape switching
		 
	
		590521f8
		 – menno <menno>
 authored
 on 2000/02/07 13:57
		
Same change to short blocks as oxy2000 made to long blocks
		 
	
		a3cce095
		 – menno <menno>
 authored
 on 2000/02/07 13:50
		
Changed command line (TNS is now off by default)
		 
	
		28bd7ce5
		 – oxygene2000 <oxygene2000>
 authored
 on 2000/02/07 13:35
		
Made more variables to tune gcc
		 
	
		c4fdf5a1
		 – menno <menno>
 authored
 on 2000/02/07 13:17
		
Changed last changes back, they made no difference
		 
	
		cd5c3547
		 – menno <menno>
 authored
 on 2000/02/07 12:59
		
Bugs fixed in psych
		 
	
		b6ed5e8c
		 – oxygene2000 <oxygene2000>
 authored
 on 2000/02/07 12:44
		
Another speedup by solving calculations into something more simple but equivalent
		 
	
		fd44160c
		 – oxygene2000 <oxygene2000>
 authored
 on 2000/02/07 11:43
		
Commented out unused loop
		 
	
		3e883f89
		 – lenox <lenox>
 authored
 on 2000/02/07 03:24
		
some cleanup
		 
	
		f5a6ef57
		 – lenox <lenox>
 authored
 on 2000/02/07 02:49
		
bugfix
		 
	
		8bbe025b
		 – lenox <lenox>
 authored
 on 2000/02/07 02:45
		
added support for different window shapes
		 
	
		31d76c76
		 – lenox <lenox>
 authored
 on 2000/02/07 02:38
		
cleanup
		 
	
		e440a71d
		 – lenox <lenox>
 authored
 on 2000/02/07 02:31
		
added kbd window tables
		 
	
		b872592a
		 – oxygene2000 <oxygene2000>
 authored
 on 2000/02/07 01:53
		
Fixed missing dependency rateconv.c
		 
	
		59bb4941
		 – oxygene2000 <oxygene2000>
 authored
 on 2000/02/07 01:52
		
Speeded up estimate_delay
		 
	
		42578885
		 – menno <menno>
 authored
 on 2000/02/06 17:37
		
Quite some bug fixes
		 
	
		6255a18d
		 – menno <menno>
 authored
 on 2000/02/06 17:36
		
Speedup
		 
	
		2185b597
		 – menno <menno>
 authored
 on 2000/02/05 15:00
		
Psych changed and pulse coding updated
		 
	
		cde1d3c8
		 – menno <menno>
 authored
 on 2000/02/05 10:09
		
Bugfixes
		 
	
		945b363f
		 – menno <menno>
 authored
 on 2000/02/05 09:30
		
Fixed lower bitrates (continued)
		 
	
		55308e39
		 – menno <menno>
 authored
 on 2000/02/05 09:23
		
SMR values were one frame ahead of data. Big quality improvement.
		 
	
		b4fe06fd
		 – menno <menno>
 authored
 on 2000/02/05 04:51
		
More fixes
		 
	
		5df05050
		 – menno <menno>
 authored
 on 2000/02/05 04:19
		
Fixed lower bitrate encoding
		 
	
		2a2cde96
		 – menno <menno>
 authored
 on 2000/02/04 16:24
		
Window switching back to old
		 
	
		9bffa38f
		 – menno <menno>
 authored
 on 2000/02/04 15:31
		
Bugs fixed
		 
	
		baf65449
		 – menno <menno>
 authored
 on 2000/02/04 12:03
		
Fixed mistake. This caused a very bad sound
		 
	
		efb5b357
		 – menno <menno>
 authored
 on 2000/02/04 11:26
		
Psycho speedup
		 
	
		ff6d543c
		 – menno <menno>
 authored
 on 2000/02/03 04:02
		
Printing options to screen
		 
	
		e5ed4042
		 – menno <menno>
 authored
 on 2000/02/03 03:13
		
bugfix for blocks with only 0's
		 
	
		20abca8d
		 – menno <menno>
 authored
 on 2000/02/02 17:38
		
Serious bugfixes and speedups
		 
	
		cbda22fb
		 – menno <menno>
 authored
 on 2000/02/02 15:20
		
Bug fixes
		 
	
		3101a0f1
		 – menno <menno>
 authored
 on 2000/02/02 12:08
		
Big quantizer change
		 
	
		38aafc36
		 – menno <menno>
 authored
 on 2000/01/31 13:59
		
Reduced psycho complexity (same result)
		 
	
		7188c9c6
		 – lenox <lenox>
 authored
 on 2000/01/31 03:00
		
cleanup
		 
	
		cbeac732
		 – lenox <lenox>
 authored
 on 2000/01/31 02:59
		
bugfix & cleanup
		 
	
		35f79caa
		 – menno <menno>
 authored
 on 2000/01/30 17:24
		
FFT change (cleanup)
		 
	
		c6251d2d
		 – lenox <lenox>
 authored
 on 2000/01/29 12:12
		
removed imdct.c
		 
	
		8d9323d6
		 – lenox <lenox>
 authored
 on 2000/01/29 12:12
		
no message
		 
	
		db4f5b7c
		 – lenox <lenox>
 authored
 on 2000/01/29 12:11
		
changed T/F transformation
		 
	
		d378fcfb
		 – menno <menno>
 authored
 on 2000/01/27 12:25
		
New block switching (sounds bad for now)
		 
	
		0eed3700
		 – lenox <lenox>
 authored
 on 2000/01/24 12:18
		
removed unneeded stuff for LTP off
		 
	
		4275e773
		 – menno <menno>
 authored
 on 2000/01/24 09:33
		
Unneeded calls to functions removed
		 
	
		6d6d8e83
		 – menno <menno>
 authored
 on 2000/01/24 04:21
		
Command line parsing fixed
		 
	
		2cb6f6fc
		 – menno <menno>
 authored
 on 2000/01/21 10:41
		
Bug fix
		 
	
		2ed7f5e8
		 – menno <menno>
 authored
 on 2000/01/21 07:40
		
Version upgraded
		 
	
		6d1a5cff
		 – menno <menno>
 authored
 on 2000/01/19 10:13
		
LTP fixed and some other bugs.
		 
	
		9eaa1e96
		 – menno <menno>
 authored
 on 2000/01/18 11:34
		
Oops
		 
	
		9809ab27
		 – menno <menno>
 authored
 on 2000/01/18 11:10
		
Added frequency cut-off option (-c)
		 
	
		6f5ed87b
		 – menno <menno>
 authored
 on 2000/01/18 09:16
		
Fixed encoding of some samplerates
		 
	
		0d1f2bd7
		 – menno <menno>
 authored
 on 2000/01/17 16:53
		
Added sampling rate conversion (-s), buggy with some sample rates
		 
	
		fa41e695
		 – menno <menno>
 authored
 on 2000/01/14 09:23
		
First attempt at doing PNS (use -pns). Also every bitrate higher than 16kbps is now supported in step of 1kbps
		 
	
		40499425
		 – menno <menno>
 authored
 on 2000/01/12 08:08
		
Cleanup
		 
	
		830e9c94
		 – menno <menno>
 authored
 on 2000/01/10 14:50
		
All psycho values now calculated by formulas
		 
	
		b598e13a
		 – menno <menno>
 authored
 on 2000/01/10 14:49
		
Small fix
		 
	
		8c4d9478
		 – menno <menno>
 authored
 on 2000/01/10 10:56
		
Added support for all sampling rates
		 
	
		d06f08c3
		 – menno <menno>
 authored
 on 2000/01/10 10:14
		
Full support of all sample rates, and some other fixes
		 
	
		58e1670f
		 – menno <menno>
 authored
 on 2000/01/09 17:36
		
restored previous change
		 
Next