aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/adpcm-thp
Commit message (Collapse)AuthorAgeFilesLines
* avformat/framehash: also print channel layout as a stringJames Almer2016-11-051-0/+1
| | | | | | | | This should be more useful for users since numerical values for channel layout can be confusing and unintuitive. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/framecrc: enable new outputJames Almer2016-04-131-0/+4
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* lavc/adpcm: THP: don't use the ADPC/SEEK table when not seekingRodger Combs2015-06-211-70/+70
| | | | | | This is almost certainly closer to how the actual Nintendo players work, and fixes some output pops in files with blank ADPC/SEEK tables (like those from brawlcustommusic).
* fate: split some combined tests into separate audio and video testsDiego Biurrun2012-05-091-145/+72
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov2012-02-031-143/+145
| | | | | | | | | | | | | Right now those muxers use the default timebase in all cases(1/90000). This patch avoid unnecessary rescaling and makes the printed timestamps more readable. Also, extend the printed information to include the timebases and packet pts/duration and align the columns. Obviously changes the results of all fate tests which use those two muxers.
* fate: Give some tests more sensible names.Diego Biurrun2012-01-191-0/+143