summaryrefslogtreecommitdiff
path: root/tests/fate/aac.mak
Commit message (Collapse)AuthorAge
* fate: fix dependencies on SAMPLES being setMans Rullgard2012-05-19
| | | | | | | This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: improve dependenciesMans Rullgard2012-05-09
| | | | | | | This makes only tests actually using avconv depend on it. The remaining tests already depend on what they need. Signed-off-by: Mans Rullgard <mans@mansr.com>
* FATE: use updated reference for aac-latm_stereo_to_51Justin Ruggles2012-04-24
| | | | This uses correct stereo to 5.1 upmixing via libavresample.
* aacdec: Try to sniff a reasonable channel layout for PCE based configurations.Alex Converse2012-02-09
| | | | This changes the output order of multichannel PCE based streams.
* fate: Add tests for more AAC features.Gaurav Narula2012-01-09
| | | | | | | | al15_44 uses independent coupling. al18_44 uses PNS (perceptual noise substitution). am05_44 uses main prediction and independent coupling. Signed-off-by: Alex Converse <alex.converse@gmail.com>
* aacdec: Add a fate test for 5.1 channel SBR.Alex Converse2012-01-09
|
* latmdec: add fate test for audio config changeJanne Grunau2011-12-04
|
* aacdec: add more fate tests covering SBR and PSJanne Grunau2011-11-25
| | | | | | Add all seven test bitstreams of Coding Technologies "aacPlus Decoder Check Package". The streams cover different ways to signal SBR and PS in different formats.
* fate-aac: Expand coverage.Alex Converse2011-07-01
| | | | Add al05_44, al06_44, al17_44.
* Add an aac sample which uses LTP to fate-aac.Justin Ruggles2011-05-14
|
* fate: add AAC LATM testJanne Grunau2011-04-06
|
* fate: move some groups of related tests to their own filesMåns Rullgård2010-08-04
This moves some groups of tests for single codecs to separate files, and adds shorthands for running all tests in a group. Originally committed as revision 24697 to svn://svn.ffmpeg.org/ffmpeg/trunk