aboutsummaryrefslogtreecommitdiffstats
path: root/faad_decoder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move all sources to src/Matthias P. Braendli2016-09-071-177/+0
|
* Replace CMake by autotoolsMatthias P. Braendli2016-09-021-1/+3
|
* Use 960-transformation in libfaad2Stefan Pöschel2015-05-071-92/+44
| | | | | | | | Previously the (default) 1024-transformation was used for PCM output, although DAB+ uses the 960-transformation. This lead to audio being slower and lower than the original source. In libfaad2 the 960-transformation can be enabled by using a carefully crafted AudioSpecificConfig for initialization, which is carried out by this commit.
* Remove AAC ADTS output (960-transformation can't be signalled)Stefan Pöschel2015-05-071-8/+0
|
* Remove warningsMatthias P. Braendli2014-11-211-1/+1
|
* fix segfault, dump dabpMatthias P. Braendli2014-11-211-2/+5
|
* ETISnoop correctly decode audio and write aac and wav filesMatthias P. Braendli2014-11-171-69/+54
|
* Etisnoop add faad_decoderMatthias P. Braendli2014-11-171-0/+243