aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dsd_tablegen.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc/dsd_tablegen: always generate tables at runtimeGanesh Ajjanagadde2015-12-301-38/+0
| | | | | | | | | Commit b272c3a5aa has sped up dsd_tablegen, and now table generation takes ~ 40k cycles. Thus, these tables can always be generated at runtime. Tested with/without --enable-hardcoded-tables. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* Direct Stream Digital (DSD) decoderPeter Ross2014-04-151-0/+38
Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>