Palana
7766f5a42f
coreaudio-encoder: Register get_properties
2015-07-02 10:05:31 +02:00
Palana
61dd42565c
coreaudio-encoder: Add missing da_free call
...
Fortunately this didn't actually leak memory since the function was
never called
2015-07-02 10:05:20 +02:00
Palana
e45f9f1b9a
coreaudio-encoder: Use HE-AAC for low bitrates
2015-06-25 21:16:15 +02:00
Palana
eb6aa9ba47
coreaudio-encoder: Add format id to string helper
2015-06-25 21:16:15 +02:00
Palana
ca15e71129
coreaudio-encoder: Add missing format ids for windows
2015-06-25 21:16:15 +02:00
Palana
0d12ffb559
coreaudio-encoder: Extract encoder creation
2015-06-25 21:16:15 +02:00
Palana
7a430000fc
coreaudio-encoder: Fix low bitrate sound (≤64 kbit/s)
2015-06-25 21:16:15 +02:00
Palana
f02db95d07
coreaudio-encoder: Fix input buffer freeing in complex_input_data_proc
...
When the bitrate was set to 64 CoreAudio would call
complex_input_data_proc more than once, which in turn would cause
consumed bytes in the input buffer to be "freed" more than once (once
for every additional call of complex_input_data_proc and once in
aac_encode)
2015-06-07 05:33:12 +02:00
Palana
897fbcfe1c
coreaudio-encoder: Make encoder available on windows
2015-06-07 04:22:24 +02:00
Palana
df44e5c0ed
Add CoreAudio AAC encoder
2015-06-07 04:22:24 +02:00