Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-26 | Fix a bug which may cause infinite loop | weili | |
When the condition is "status == FXCODEC_STATUS_DECODE_TOBECONTINUE" while |status| never gets updated in the loop, it would enter infinite loop. Also, since Start_decode_MMR() never returns FXCODEC_STATUS_DECODE_TOBECONTINUE, there is no point to check on the return value for that. Review-Url: https://codereview.chromium.org/2013263002 | |||
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez | |
Review URL: https://codereview.chromium.org/1832173003 | |||
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair | |
This CL moves the core/src/ files up to core/ and fixes up the include guards, includes and build files. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1800523005 . |