Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove True option to getVar calls | André Draszik | 2019-01-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | getVar() has been defaulting to expanding by default for a long time (2016), thus remove the True option from getVar() calls with a regex search and replace. Search & replace made using the following command: sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \ -i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \ | cut -d':' -f1 \ | sort -u) Signed-off-by: André Draszik <andre.draszik@jci.com> | ||||
* | imx-parser: Upgrade version from 4.4.0 to 4.4.2 | Yuqing Zhu | 2018-10-01 | 1 | -0/+46 |
Update EULA to V26 Bugfix: Fix last PES not processed by ts parser Make H264 parser reset correctly when seeking Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |