summaryrefslogtreecommitdiffstats
path: root/sub/subreader.h
Commit message (Collapse)AuthorAgeFilesLines
* core: display subtitle codec in track listingwm42013-04-201-0/+1
| | | | | Also switch the subrip and subviewer names, which obviously have been confused.
* subreader: replace sub_free() by talloc destructorwm42012-11-161-1/+0
| | | | Makes it less annoying to free the sub_data.
* Remove dead codewm42012-08-011-6/+0
| | | | | | | | | | | | | This was done with the help of callcatcher [1]. Only functions which are statically known to be unused are removed. Some unused functions are not removed yet, because they might be needed in the near future (such as open_output_stream for the encode branch). There is one user visible change: the --subcc option did nothing, and is removed with this commit. [1] http://www.skynet.ie/~caolan/Packages/callcatcher.html
* osd: remove freetype font rendering codewm42012-07-281-4/+0
| | | | | | | | | | | | The previous commit made libass the default OSD renderer. This commit removes the disabled freetype renderer completely. The commits were done separately to make rolling back easier, because using libass for OSD rendering is a risky choice. Also remove freetype/fontconfig/fribidi code. This is all done by libass now. If mplayer is compiled without libass, no OSD is displayed.
* find_subfiles: move sub_filenames() hereClément Bœsch2011-04-201-3/+0
| | | | | | | | | | Move sub_filenames() and related code from subreader.c to new file find_subfiles.c. This function is used to find subtitle files that should be loaded for the current video; this functionality is not specific to the particular kind of text subtitle handling implemented in subreader.c. Also reindent and prettify the moved code a bit.
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-0/+114