summaryrefslogtreecommitdiffstats
path: root/sub/sub.h
Commit message (Collapse)AuthorAgeFilesLines
* core: allocate OSD text buffers dynamicallyharklu2011-08-091-1/+2
| | | | | | | The OSD text buffers (mp_osd_msg_t.text and osd_state.text) used to be static arrays, with the buffer sizes spread all over the code as magic constants. Make the buffers dynamically allocated and remove the arbitrary length limits.
* cleanup: move global ass_force_reload to struct osd_stateUoti Urpala2011-08-081-0/+2
|
* cleanup: subs: remove global ass_library variableUoti Urpala2011-07-231-0/+1
|
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-0/+167