aboutsummaryrefslogtreecommitdiffstats
path: root/libar2_decode_params.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-17Some fixes1.2Mattias Andrée1-0/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-17m + add tests for optimisationsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-16Fix previous commitMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-16Strict parameter order in parameter string (this is what is done in the reference implementation and is the desirable behaviour)Mattias Andrée1-40/+21
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-16Fix check for 0-prefixed integers parameter stringMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-16More tests and some small improvementsMattias Andrée1-4/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-12Use params->version == 0 for implicit specification of version 1.0Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>