aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
* vo: dropping subtitle files on the VO window adds them as subtitle filesGravatar wm42014-01-04
* osd_libass: use bstr_xappend()Gravatar wm42013-12-30
* player: add --secondary-sid for displaying a second subtitle streamGravatar wm42013-12-24
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* msg: convert defines to enumGravatar wm42013-12-21
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* charset_conv: mp_msg conversionsGravatar wm42013-12-21
* sub/osd: mp_msg conversionsGravatar wm42013-12-21
* find_subfiles: mp_msg conversionsGravatar wm42013-12-21
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* osd_libass: update styles when OSD changes PlayResGravatar wm42013-12-15
* osd: use separate ASS_Renderer for each OSD objectGravatar wm42013-12-15
* player: don't store subtitle renderer in osd_stateGravatar wm42013-12-15
* dvdnav: support mouse interactionGravatar wm42013-12-13
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* sd_lavc: factor out bitmap positioning codeGravatar wm42013-12-12
* osd: add option for "unscaled" OSDGravatar wm42013-12-10
* osd: typo in commentGravatar wm42013-12-10
* av_common: add timebase parameter to mp_set_av_packet()Gravatar wm42013-12-04
* sub: respect detected language for fuzzy-matched external subtitlesGravatar wm42013-11-25
* osd: remove mp_osd_res.video_par fieldGravatar wm42013-11-24
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* Reduce stheader.h includes, move stream types to mp_common.hGravatar wm42013-11-23
* player: rearrange how subtitle context and stream headers are usedGravatar wm42013-11-23
* demux: rename demux_packet.h to packet.hGravatar wm42013-11-18
* sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs.Gravatar Rudolf Polzer2013-11-07
* sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles.Gravatar Rudolf Polzer2013-11-07
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* sd_lavc: display DVD subs with unknown durationGravatar wm42013-10-31
* command: sub_seek: avoid getting stuckGravatar wm42013-10-07
* command: add commands for displaying overlaysGravatar wm42013-10-05
* command: add properties for retrieving OSD dimensionsGravatar wm42013-10-05
* osd_libass: add "Default" dummy styleGravatar wm42013-09-26
* Add initial Lua scripting supportGravatar wm42013-09-26
* options: allow selecting the libass shaperGravatar wm42013-09-25
* options: make --ass-hinting a choice, instead of using magic numbersGravatar wm42013-09-25
* sd_ass: minor simplificationGravatar wm42013-09-24
* sd_ass: remove dead codeGravatar wm42013-09-24
* sub/ass_mp: remove superfluous message prefixesGravatar Martin Herkt2013-09-23
* find_subfiles: fix really dumb bug causing segfaultsGravatar wm42013-09-17
* find_subfiles: fix off-by-1 errorGravatar Gabriel Peixoto2013-09-08
* osc: rename osd_font, add some glyphsGravatar ChrisK22013-09-08
* osd_libass: make sure Z-order is well defined for multiple eventsGravatar wm42013-09-08
* mplayer: don't auto-load explicitly loaded subtitle filesGravatar wm42013-09-07
* find_subfiles: don't auto-load .sub file if .idx file existsGravatar wm42013-09-07
* find_subfiles: some cleanupsGravatar wm42013-09-07
* find_subfiles: use stat() instead of opening the file to check existenceGravatar wm42013-09-07