| Commit message (Expand) | Author | Age | Files | Lines |
* | osd: refactor how mp_ass_render_frame() is called | wm4 | 2016-03-08 | 1 | -4/+10 |
* | sub: make preloading more robust | wm4 | 2016-03-06 | 1 | -0/+2 |
* | sd_ass: always clear subtitles on seek if duration unknown | wm4 | 2016-03-05 | 1 | -1/+1 |
* | sd_ass: always handle subtitles with unknown duration | wm4 | 2016-03-05 | 1 | -2/+14 |
* | sub: pass all attachments to the subtitle decoder | wm4 | 2016-03-03 | 1 | -3/+3 |
* | vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decoding | Aman Gupta | 2016-01-18 | 1 | -2/+16 |
* | demux: merge sh_video/sh_audio/sh_sub | wm4 | 2016-01-12 | 1 | -5/+5 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | sd_ass: fix memory leaks with --sub-ass=no | wm4 | 2016-01-04 | 1 | -1/+4 |
* | sub: do not check for duplicates if --sub-clear-on-seek is set | wm4 | 2015-12-31 | 1 | -1/+5 |
* | sub: refactor initialization | wm4 | 2015-12-27 | 1 | -7/+0 |
* | sub: minor refactor how video FPS for MicroDVD is set | wm4 | 2015-12-27 | 1 | -13/+25 |
* | sub: destroy/recreate ASS_Renderer when disabling/enablings subs | wm4 | 2015-12-26 | 1 | -8/+22 |
* | sub: always recreate ASS_Renderer on subtitle decoder reinit | wm4 | 2015-12-26 | 1 | -16/+67 |
* | sub: cache subtitle state per track instead of per demuxer stream | wm4 | 2015-12-26 | 1 | -12/+4 |
* | sub: clear subtitle list when crossing timeline boundary | wm4 | 2015-12-25 | 1 | -4/+12 |
* | sd_ass: handle --sub-clear-on-seek correctly with non-ASS subs | wm4 | 2015-12-20 | 1 | -1/+3 |
* | video: switch from using display aspect to sample aspect | wm4 | 2015-12-19 | 1 | -4/+2 |
* | sub: remove subtitle filter chain concept | wm4 | 2015-12-18 | 1 | -15/+30 |
* | sub: do not clear subtitle list on seeking | wm4 | 2015-12-18 | 1 | -17/+33 |
* | sd_ass: remove dead code | wm4 | 2015-12-17 | 1 | -57/+7 |
* | csputils: rename "yuv2rgb" functions | wm4 | 2015-12-09 | 1 | -3/+3 |
* | csputils: remove obscure int_bits matrix scaling | wm4 | 2015-12-09 | 1 | -8/+4 |
* | sd_ass: slightly better heuristic for applying --sub-fix-timing | wm4 | 2015-12-06 | 1 | -1/+10 |
* | sub: move subtitle FPS adjustment to sd_ass.c | wm4 | 2015-12-05 | 1 | -2/+20 |
* | sub: move --sub-fix-timing handling to renderer | wm4 | 2015-12-05 | 1 | -2/+69 |
* | sub: remove unused function, move another one | wm4 | 2015-11-29 | 1 | -0/+24 |
* | sd_ass: fix secondary subtitle mode | wm4 | 2015-11-22 | 1 | -1/+1 |
* | player: remove OSD subtitle render path | wm4 | 2015-11-17 | 1 | -15/+65 |
* | sd_ass: assume negative durations are unknown durations, and handle them | wm4 | 2015-08-27 | 1 | -5/+27 |
* | sub: protect ASS_Renderer state | wm4 | 2015-07-06 | 1 | -1/+9 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | video: move colorspace overrides to vf_format, simplify | wm4 | 2015-03-31 | 1 | -3/+5 |
* | sd_ass: replace a deprecated libass API call | wm4 | 2015-02-25 | 1 | -1/+1 |
* | sub: fully update plaintext subtitle styles at runtime | wm4 | 2015-02-24 | 1 | -5/+13 |
* | sub: move mp_ass_configure() code | wm4 | 2015-02-24 | 1 | -0/+57 |
* | libass: remove redundant checks for LIBASS_VERSION | Ben Boeckel | 2015-02-24 | 1 | -4/+0 |
* | sub: mess with styling defaults, change --ass-use-margins behavior | wm4 | 2015-02-16 | 1 | -1/+1 |
* | sd_ass: fix some corner cases in tag stripping | wm4 | 2015-02-12 | 1 | -5/+14 |
* | csputils: replace float[3][4] with a struct | wm4 | 2015-01-06 | 1 | -7/+7 |
* | csputils: get rid of mp_csp_details | wm4 | 2015-01-06 | 1 | -4/+4 |
* | sub: add option to workaround broken mkv files | wm4 | 2014-08-14 | 1 | -1/+1 |
* | sub: remove old style override option | wm4 | 2014-06-05 | 1 | -27/+0 |
* | sub: fix undefined behavior in ASS color calculation (2) | wm4 | 2014-05-10 | 1 | -2/+2 |
* | demux_libass: change how external ASS subtitles are loaded | wm4 | 2014-03-15 | 1 | -9/+4 |
* | sd_ass: add a very simple and evil way to override ASS subtitle styles | wm4 | 2014-03-01 | 1 | -0/+27 |
* | sub: fix crash with certain uses of --vf=sub | wm4 | 2014-01-26 | 1 | -1/+4 |
* | sub/osd: mp_msg conversions | wm4 | 2013-12-21 | 1 | -4/+4 |
* | 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 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 1 | -1/+0 |
* | sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles. | Rudolf Polzer | 2013-11-07 | 1 | -1/+4 |
* | command: sub_seek: avoid getting stuck | wm4 | 2013-10-07 | 1 | -2/+5 |
* | sd_ass: minor simplification | wm4 | 2013-09-24 | 1 | -14/+8 |
* | sd_ass: remove dead code | wm4 | 2013-09-24 | 1 | -48/+0 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | sd_ass: remove unused variable warning | Stefano Pigozzi | 2013-07-20 | 1 | -1/+1 |
* | sd_ass: fix font aspect ratio with non-ASS subs | wm4 | 2013-07-16 | 1 | -4/+4 |
* | Fix build on Libav | wm4 | 2013-07-15 | 1 | -0/+1 |
* | sd_ass: scale blur by original video size if requested | wm4 | 2013-07-15 | 1 | -0/+9 |
* | sd_add: add terrible hack for (xy-)vsfilter compatibility | wm4 | 2013-07-15 | 1 | -9/+132 |
* | sd_ass: convert pts to integer for get_text() | wm4 | 2013-06-29 | 1 | -3/+2 |
* | dec_sub: introduce sub_control(), use it for sub_step | wm4 | 2013-06-29 | 1 | -10/+15 |
* | sd_ass: fix nonsense | wm4 | 2013-06-25 | 1 | -1/+4 |
* | sd_ass: disable special handling of subtitles with duration 0 | wm4 | 2013-06-25 | 1 | -0/+20 |
* | sd_ass: handle libavformat ASS comment packets as well | wm4 | 2013-06-23 | 1 | -17/+13 |
* | sub: add name field to all sub decoders | wm4 | 2013-06-03 | 1 | -0/+1 |
* | sd_ass: add default style if there aren't any styles | wm4 | 2013-06-03 | 1 | -4/+8 |
* | sub: never set VSFilter aspect if the ASS subtitle is converted | wm4 | 2013-06-03 | 1 | -1/+2 |
* | sub: don't check for duplicates on sub conversion | wm4 | 2013-06-03 | 1 | -5/+7 |
* | sd_ass: strip empty/whitespace lines in -no-ass mode | wm4 | 2013-06-03 | 1 | -1/+13 |
* | sub: make use of libavcodec subtitle converters | wm4 | 2013-06-03 | 1 | -0/+7 |
* | sub: turn subassconvert_ functions into sub converters | wm4 | 2013-06-03 | 1 | -23/+15 |
* | sub: basic subtitle converters | wm4 | 2013-06-03 | 1 | -3/+2 |
* | sub: refactor | wm4 | 2013-06-01 | 1 | -41/+39 |
* | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 | 1 | -27/+5 |
* | sub: various minor subtitle related changes | wm4 | 2013-06-01 | 1 | -0/+14 |
* | sub: add sd_spu.c to wrap spudec, cleanup mplayer.c | wm4 | 2013-05-30 | 1 | -1/+0 |
* | sub: redo how -no-ass is handled | wm4 | 2013-05-30 | 1 | -8/+94 |
* | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 1 | -4/+13 |
* | sd_ass: free external subtitle tracks | wm4 | 2012-12-14 | 1 | -0/+6 |
* | sub: clear libavformat demuxed subtitles on seeking | wm4 | 2012-12-03 | 1 | -0/+6 |
* | sd_ass: fix ASS subtitles coming from demux_lavf | wm4 | 2012-11-16 | 1 | -3/+7 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -4/+4 |
* | VO, sub: refactor | wm4 | 2012-10-24 | 1 | -6/+6 |
* | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactor | wm4 | 2012-10-24 | 1 | -2/+2 |
* | Merge branch 'master' into osd_changes | wm4 | 2012-10-16 | 1 | -1/+3 |
|\ |
|
| * | sub: add --ass-style-override option to disable style overrides | wm4 | 2012-10-12 | 1 | -1/+3 |
* | | 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 | -5/+6 |
* | | sub: remove logic for disabling hinting on scaled EOSD | wm4 | 2012-10-16 | 1 | -1/+1 |
* | | sub: allow rendering OSD in ASS image format directly, simplify | wm4 | 2012-10-16 | 1 | -33/+3 |
* | | sub: create sub_bitmap array even when using libass | wm4 | 2012-10-16 | 1 | -1/+27 |
|/ |
|
* | subs, vo_vdpau: support RGBA color for PGS subtitles | Uoti Urpala | 2012-09-18 | 1 | -0/+1 |
* | subs: restore support for sub_step command with libass | wm4 | 2012-09-18 | 1 | -0/+10 |
* | subs, vo: do sub bitmap change detection by comparing IDs | Uoti Urpala | 2012-09-18 | 1 | -1/+6 |
* | subs: always use sub decoder framework for libass rendering | Uoti Urpala | 2012-09-18 | 1 | -10/+43 |
* | subs: libass: use a single persistent renderer for subtitles | Uoti Urpala | 2012-09-18 | 1 | -1/+0 |
* | sd_lavc: use subtitle framework for former av_sub.c code | Uoti Urpala | 2012-09-18 | 1 | -1/+2 |
* | sd_ass.c: set event->Style to fix --ass-styles | Uoti Urpala | 2011-09-23 | 1 | -0/+1 |
* | options: move libass-related options to struct | Uoti Urpala | 2011-09-03 | 1 | -1/+1 |
* | aviheader.h: avoid including demuxer.h | Uoti Urpala | 2011-08-19 | 1 | -0/+1 |
* | cleanup: subs: remove global ass_library variable | Uoti Urpala | 2011-07-23 | 1 | -2/+2 |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -1/+1 |
* | cleanup: rename ass_* functions to mp_ass_* | Uoti Urpala | 2011-01-26 | 1 | -1/+1 |
* | subs: use correct font aspect ratio for libass + converted subs | Uoti Urpala | 2011-01-26 | 1 | -0/+2 |
* | sd_ass: remove subreader use, support plaintext markup | Uoti Urpala | 2011-01-18 | 1 | -12/+66 |
* | subtitles: add framework for subtitle decoders | Uoti Urpala | 2011-01-18 | 1 | -0/+98 |