mpv/sub
wm4 cc05910f16 sub: cosmetics: move things around
Move sub-bitmap definitions from dec_sub.h to sub.h. While it's a bit
odd that OSD data structures are in a file named sub.h, it's definitely
way too strange to have them in a file about subtitle decoding. (Maybe
sub.h/.c and the sub/ directory should be split out and renamed "osd"
at a later point.)

Remove including ass_mp.h (and the libass headers) where possible.

Remove typedefs for mp_eosd_res and sub_bitmaps structs.

Store a mp_eosd_res struct in osd_state instead of just w/h. Note that
sbtitles might be rendered using different sizes/margins when filters
are involved (the subtitle renderer is not supposed to use the OSD res
directly, and the "dim" member removed in the previous commit is
something different).
2012-10-16 07:26:32 +02:00
..
ass_mp.c sub: remove logic for disabling hinting on scaled EOSD 2012-10-16 07:26:31 +02:00
ass_mp.h sub: remove logic for disabling hinting on scaled EOSD 2012-10-16 07:26:31 +02:00
dec_sub.c sub: cleanup: don't pass parameters via global variables 2012-10-16 07:26:32 +02:00
dec_sub.h sub: cosmetics: move things around 2012-10-16 07:26:32 +02:00
find_sub.c
find_subfiles.c sub: silence output of subtitle search message 2012-07-30 01:45:07 +02:00
find_subfiles.h subs: options: add -sub-paths 2011-04-20 04:22:52 +03:00
img_convert.c sub: allow converting DVD subs to RGBA 2012-10-16 07:26:30 +02:00
img_convert.h sub: allow converting DVD subs to RGBA 2012-10-16 07:26:30 +02:00
osd_dummy.c sub: allow rendering OSD in ASS image format directly, simplify 2012-10-16 07:26:30 +02:00
osd_font.pfb osd: osd_font.h -> osd_font.pfb 2012-07-28 23:36:08 +02:00
osd_libass.c sub: cosmetics: move things around 2012-10-16 07:26:32 +02:00
sd.h sub: cleanup: don't pass parameters via global variables 2012-10-16 07:26:32 +02:00
sd_ass.c sub: cosmetics: move things around 2012-10-16 07:26:32 +02:00
sd_lavc.c sub: cosmetics: move things around 2012-10-16 07:26:32 +02:00
spudec.c sub: allow rendering OSD in ASS image format directly, simplify 2012-10-16 07:26:30 +02:00
spudec.h sub: allow rendering OSD in ASS image format directly, simplify 2012-10-16 07:26:30 +02:00
sub.c sub: cosmetics: move things around 2012-10-16 07:26:32 +02:00
sub.h sub: cosmetics: move things around 2012-10-16 07:26:32 +02:00
subassconvert.c subassconvert: order colour names alphabetically / better match W3 list 2012-08-03 03:47:09 +02:00
subassconvert.h
subreader.c sub: simplify code by always defining sub_cp 2012-08-03 06:53:10 +02:00
subreader.h Remove dead code 2012-08-01 17:07:35 +02:00
vobsub.c Remove dead code 2012-08-01 17:07:35 +02:00
vobsub.h Remove dead code 2012-08-01 17:07:35 +02:00