| Commit message (Expand) | Author | Age |
* | sub/osd: mp_msg conversions | wm4 | 2013-12-21 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 |
* | sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles. | Rudolf Polzer | 2013-11-07 |
* | command: sub_seek: avoid getting stuck | wm4 | 2013-10-07 |
* | sd_ass: minor simplification | wm4 | 2013-09-24 |
* | sd_ass: remove dead code | wm4 | 2013-09-24 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 |
* | sd_ass: remove unused variable warning | Stefano Pigozzi | 2013-07-20 |
* | sd_ass: fix font aspect ratio with non-ASS subs | wm4 | 2013-07-16 |
* | Fix build on Libav | wm4 | 2013-07-15 |
* | sd_ass: scale blur by original video size if requested | wm4 | 2013-07-15 |
* | sd_add: add terrible hack for (xy-)vsfilter compatibility | wm4 | 2013-07-15 |
* | sd_ass: convert pts to integer for get_text() | wm4 | 2013-06-29 |
* | dec_sub: introduce sub_control(), use it for sub_step | wm4 | 2013-06-29 |
* | sd_ass: fix nonsense | wm4 | 2013-06-25 |
* | sd_ass: disable special handling of subtitles with duration 0 | wm4 | 2013-06-25 |
* | sd_ass: handle libavformat ASS comment packets as well | wm4 | 2013-06-23 |
* | sub: add name field to all sub decoders | wm4 | 2013-06-03 |
* | sd_ass: add default style if there aren't any styles | wm4 | 2013-06-03 |
* | sub: never set VSFilter aspect if the ASS subtitle is converted | wm4 | 2013-06-03 |
* | sub: don't check for duplicates on sub conversion | wm4 | 2013-06-03 |
* | sd_ass: strip empty/whitespace lines in -no-ass mode | wm4 | 2013-06-03 |
* | sub: make use of libavcodec subtitle converters | wm4 | 2013-06-03 |
* | sub: turn subassconvert_ functions into sub converters | wm4 | 2013-06-03 |
* | sub: basic subtitle converters | wm4 | 2013-06-03 |
* | sub: refactor | wm4 | 2013-06-01 |
* | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 |
* | sub: various minor subtitle related changes | wm4 | 2013-06-01 |
* | sub: add sd_spu.c to wrap spudec, cleanup mplayer.c | wm4 | 2013-05-30 |
* | sub: redo how -no-ass is handled | wm4 | 2013-05-30 |
* | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 |
* | sd_ass: free external subtitle tracks | wm4 | 2012-12-14 |
* | sub: clear libavformat demuxed subtitles on seeking | wm4 | 2012-12-03 |
* | sd_ass: fix ASS subtitles coming from demux_lavf | wm4 | 2012-11-16 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 |
* | VO, sub: refactor | wm4 | 2012-10-24 |
* | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactor | wm4 | 2012-10-24 |
* | Merge branch 'master' into osd_changes | wm4 | 2012-10-16 |
|\ |
|
* | | sub: cosmetics: move things around | wm4 | 2012-10-16 |
* | | sub: cleanup: don't pass parameters via global variables | wm4 | 2012-10-16 |
* | | sub: remove logic for disabling hinting on scaled EOSD | wm4 | 2012-10-16 |
* | | sub: allow rendering OSD in ASS image format directly, simplify | wm4 | 2012-10-16 |
* | | sub: create sub_bitmap array even when using libass | wm4 | 2012-10-16 |
| * | sub: add --ass-style-override option to disable style overrides | wm4 | 2012-10-12 |
|/ |
|
* | subs, vo_vdpau: support RGBA color for PGS subtitles | Uoti Urpala | 2012-09-18 |
* | subs: restore support for sub_step command with libass | wm4 | 2012-09-18 |
* | subs, vo: do sub bitmap change detection by comparing IDs | Uoti Urpala | 2012-09-18 |
* | subs: always use sub decoder framework for libass rendering | Uoti Urpala | 2012-09-18 |