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