mpv/sub
wm4 331982b99c sub, demux: identify subtitle types with the codec name
Get rid of the 1-char subtitle type field. Use sh_stream->codec instead
just like audio and video do. Use codec names as defined by libavcodec
for simplicity, even if they're somewhat verbose and annoying.

Note that ffmpeg might switch to "ass" as codec name for ASS, so we
don't bother with the current silly "ssa" name.
2013-04-20 23:28:27 +02:00
..
ass_mp.c sub: add --osd-blur and --sub-text-blur options 2013-04-13 18:53:03 +02:00
ass_mp.h cleanup: ass_mp.h: remove dummy declarations 2013-01-06 16:22:50 +01:00
dec_sub.c sub, demux: identify subtitle types with the codec name 2013-04-20 23:28:27 +02:00
dec_sub.h sub, demux: identify subtitle types with the codec name 2013-04-20 23:28:27 +02:00
draw_bmp.c sub: don't crash on GBRP video 2013-03-28 21:46:17 +01:00
draw_bmp.h vo_xv, vo_x11: simplify OSD redrawing 2013-01-13 20:04:12 +01:00
find_sub.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
find_subfiles.c path: add mp_find_config_file and reorganize some of the code 2012-12-15 17:38:00 +01:00
find_subfiles.h sub: remove vobsub reader in favor of ffmpeg vobsub demuxer 2012-12-11 00:37:54 +01:00
img_convert.c img_convert: use multiple bounding boxes for ASS->RGBA 2013-01-13 20:04:16 +01:00
img_convert.h img_convert: add sub_bitmap bounding box functions 2013-01-13 20:04:16 +01:00
osd_dummy.c
osd_font.pfb
osd_libass.c osd_libass: actually free ASS_Tracks 2013-04-12 19:02:58 +02:00
sd.h sub, demux: identify subtitle types with the codec name 2013-04-20 23:28:27 +02:00
sd_ass.c sub, demux: identify subtitle types with the codec name 2013-04-20 23:28:27 +02:00
sd_lavc.c sub, demux: identify subtitle types with the codec name 2013-04-20 23:28:27 +02:00
spudec.c sub: remove vobsub reader in favor of ffmpeg vobsub demuxer 2012-12-11 00:37:54 +01:00
spudec.h options: remove --ffactor switch 2012-10-24 21:56:35 +02:00
sub.c sub: add --osd-blur and --sub-text-blur options 2013-04-13 18:53:03 +02:00
sub.h sub: add --osd-blur and --sub-text-blur options 2013-04-13 18:53:03 +02:00
subassconvert.c Fix missing ctype.h includes 2013-03-04 23:25:45 +01:00
subassconvert.h
subreader.c Fix missing ctype.h includes 2013-03-04 23:25:45 +01:00
subreader.h subreader: replace sub_free() by talloc destructor 2012-11-16 21:21:15 +01:00