| Commit message (Expand) | Author | Age | Files | Lines |
* | sub/osd: mp_msg conversions | wm4 | 2013-12-21 | 1 | -4/+2 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 | 1 | -4/+15 |
* | sd_lavc: factor out bitmap positioning code | wm4 | 2013-12-12 | 1 | -30/+14 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 1 | -1/+0 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 | 1 | -1/+0 |
* | sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs. | Rudolf Polzer | 2013-11-07 | 1 | -1/+3 |
* | sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles. | Rudolf Polzer | 2013-11-07 | 1 | -3/+21 |
* | sd_lavc: display DVD subs with unknown duration | wm4 | 2013-10-31 | 1 | -0/+6 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | sd_lavc: don't stretch DVD subtitles to video aspect | wm4 | 2013-07-16 | 1 | -4/+16 |
* | Fix build on Libav (again) | wm4 | 2013-07-15 | 1 | -0/+1 |
* | sd_lavc: respect forced subs only setting for DVD subs | wm4 | 2013-06-29 | 1 | -3/+9 |
* | sub: add name field to all sub decoders | wm4 | 2013-06-03 | 1 | -0/+1 |
* | sub: refactor | wm4 | 2013-06-01 | 1 | -20/+17 |
* | sub: various minor subtitle related changes | wm4 | 2013-06-01 | 1 | -8/+5 |
* | sub: add sd_spu.c to wrap spudec, cleanup mplayer.c | wm4 | 2013-05-30 | 1 | -0/+8 |
* | sub: redo how -no-ass is handled | wm4 | 2013-05-30 | 1 | -3/+3 |
* | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 1 | -14/+21 |
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 | 1 | -5/+5 |
* | sd_lavc: keep subs on subtitle track switching | wm4 | 2012-12-12 | 1 | -1/+7 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -2/+2 |
* | VO, sub: refactor | wm4 | 2012-10-24 | 1 | -8/+7 |
* | sub: fix and simplify some change detection details | wm4 | 2012-10-16 | 1 | -8/+4 |
* | sub: never decode subs to old OSD format | wm4 | 2012-10-16 | 1 | -68/+22 |
* | sub: cosmetics: move things around | wm4 | 2012-10-16 | 1 | -0/+1 |
* | sub: cleanup: don't pass parameters via global variables | wm4 | 2012-10-16 | 1 | -4/+5 |
* | sub: make it easier to set DVD sub decoding with sd_lavc | wm4 | 2012-10-16 | 1 | -7/+22 |
* | sub: create sub_bitmap array even when using libass | wm4 | 2012-10-16 | 1 | -2/+3 |
* | subs, vo_vdpau: support RGBA color for PGS subtitles | Uoti Urpala | 2012-09-18 | 1 | -11/+120 |
* | sd_lavc: use subtitle framework for former av_sub.c code | Uoti Urpala | 2012-09-18 | 1 | -0/+162 |