summaryrefslogtreecommitdiff
path: root/tests/ref/acodec/pcm_f64le
Commit message (Collapse)AuthorAge
* fate: convert codec-regression.sh to makefile rulesMans Rullgard2012-05-29
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* avconv: use default channel layouts when they are unknownJustin Ruggles2012-04-10
| | | | | | | | | If either input or output layout is known and the channel counts match, use the known layout for both. Otherwise choose the default layout based on av_get_default_channel_layout(). Changed some FATE references due to some WAVE files now having a non-zero channel mask.
* fate: split acodec-pcm into individual testsJustin Ruggles2011-12-01
this removes 2 redundant tests for pcm in mkv. we can add the coverage back in later as fate-lavf tests if needed.