summaryrefslogtreecommitdiffstats
path: root/sub
Commit message (Expand)AuthorAgeFilesLines
* options: slight cleanup of --sub-ass-style-overrideNiklas Haas2017-06-071-2/+2
* sub: sdh filter fix for nullDan Oscarsson2017-04-281-1/+1
* osd-font: make volume muted glyph slightly thickerRicardo Constantino2017-04-221-0/+0
* sub/osd_font.otf: replace triangle volume by speaker glyphRicardo Constantino2017-04-201-0/+0
* sd_lavc: Free extradata in case of init errorcantabile2017-04-201-0/+2
* sub/osd: relicense to LGPLwm42017-04-202-15/+14
* sd_lavc: change license to LGPLwm42017-04-201-7/+7
* sd_ass: change license to LGPLwm42017-04-201-7/+7
* ass_mp: change license to LGPLwm42017-04-202-14/+14
* filter_sdh: remove pointless set_pos functionwm42017-04-201-17/+10
* filter_sdh: change license to LGPLwm42017-04-201-7/+7
* sub/osd_font.otf: fix fontforge errors/warningsRicardo Constantino2017-04-191-0/+0
* osc: add volume icons to osd font and use themRicardo Constantino2017-04-191-0/+0
* ass_mp: reallocate cached subtitle image data on format changeswm42017-04-181-1/+2
* sub: minor sdh filter fixesDan Oscarsson2017-04-151-1/+2
* sub: add SDH subtitle filterDan Oscarsson2017-03-253-5/+482
* sd_ass: disable --sub-fix-timing if sub style override is fully disabledwm42017-03-151-1/+1
* lavc_conv: pass pkt_timebase to ffmpegAman Gupta2017-02-181-0/+3
* player: add experimental stream recording featurewm42017-02-072-0/+16
* sub: add justify of subtitlesDan Oscarsson2017-02-014-0/+10
* command: shorten long playlists on OSDwm42017-01-263-5/+30
* osd: move some internal declarations to internal headerswm42017-01-263-10/+7
* sub: add option to force using video resolution for image subtitleswm42017-01-231-1/+1
* sd_lavc: remove old broken heuristicwm42017-01-232-39/+10
* Remove compatibility thingswm42016-12-072-8/+0
* dec_sub: avoid full reinit on switches to the same segmentwm42016-11-091-2/+7
* player: show subtitles on VO if --force-window is usedwm42016-10-263-0/+22
* options: rename subtitle optionsDan Oscarsson2016-10-031-4/+4
* sd_ass: fix top alignment of secondary subtitleswm42016-09-251-3/+4
* osd: fix OSD redrawing after removing external overlayswm42016-09-201-0/+2
* options, command: simplify some option updateswm42016-09-191-0/+2
* osd: fix OSD getting stuck with --blend-subtitles=yeswm42016-09-163-19/+18
* osd: fix subtitle/overlay update problemswm42016-09-161-2/+6
* osd: slightly simplify update logicwm42016-09-154-27/+19
* sub: Add SD_CTRL_UPDATE_SPEEDVladimir Panteleev2016-09-132-0/+4
* sub: fix previous commit with older libass releaseswm42016-09-071-0/+2
* sub: actually apply text alignment options to non-ASS subtitleswm42016-09-071-0/+2
* sd_lavc: enable teletextwm42016-09-031-0/+11
* sd_lavc: always set decoder timebasewm42016-08-291-18/+2
* sub: don't potentially discard too many subtitles on seekwm42016-08-143-3/+13
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-032-23/+21
* sub: remove unused sub_bitmaps.scaled fieldwm42016-07-032-5/+0
* sub: move RGBA scaling to vo_vaapiwm42016-07-032-66/+0
* sub: change how libass output is converted to RGBA in some caseswm42016-07-035-132/+103
* sub: move around some codewm42016-07-031-39/+60
* sub: pass preferred OSD format to subtitle rendererswm42016-07-039-18/+22
* sub: set ASS sub bitmap data to correct pointerwm42016-07-011-0/+3
* sub: pack libass bitmaps directly in sd_ass.c and osd_libass.cwm42016-06-306-54/+148
* ass_mp.h: remove conditional inclusion guardswm42016-06-241-6/+2
* bitmap_packet: let max=0 mean unlimitedwm42016-06-181-1/+0
* sd_lavc: fix sub-bitmap alignmentwm42016-06-181-1/+1
* sd_lavc: align sub-bitmaps for the sake of libswscalewm42016-06-182-7/+11
* sd_lavc: fix typowm42016-06-181-1/+1
* sub, vo_opengl: use packed sub-bitmaps directly if availablewm42016-06-173-1/+30
* sd_lavc: change hack against vobsubs with wrong resolutionwm42016-06-171-8/+9
* sub: fix --sub-gausswm42016-06-174-51/+37
* sub: move paletted image handling completely to sd_lavc.cwm42016-06-175-118/+87
* sd_lavc: move AVSubtitle bitmap setup code into its own functionwm42016-06-171-34/+44
* sd_lavc: work around bug in older ffmpeg releaseswm42016-05-101-2/+6
* ass_process_chunk: Use llrint, not lrintRichard H Lee2016-05-101-2/+2
* osd: make osd_ass_0/1 defineswm42016-05-033-11/+9
* sd_ass: minor consistency adjustmentwm42016-04-301-2/+2
* sd_add: replace --sub-ass=no with --ass-style-override=stripwm42016-04-301-1/+2
* osd: add italic font for osdst4t1k2016-04-083-0/+3
* sub: interpret "text" subtitles as srtwm42016-04-061-0/+3
* sd_lavc: use decoder-reordered PTS for PGSwm42016-04-021-3/+21
* sd_lavc: add a comment about duration==0 handlingwm42016-04-021-1/+3
* sd_lavc: fix subtitle display with unknown end timestampswm42016-04-021-1/+1
* sub: force segment switch if video is already aheadwm42016-03-251-0/+8
* vo_opengl, osd: allow osc.lua to react faster on resizeswm42016-03-212-6/+30
* osd: fix build with --disable-libasswm42016-03-161-1/+1
* osd: cleanup: make OSDTYPE_ constants private to OSD codewm42016-03-083-21/+28
* osd, lua: manage multiple ASS overlays set with set_osd_ass() callswm42016-03-085-41/+83
* osd: restructure and move ASS objects into its own structwm42016-03-082-61/+81
* osd: refactor how mp_ass_render_frame() is calledwm42016-03-086-16/+22
* osd, lua: remove weird OSD scalingwm42016-03-074-39/+0
* osd: remove unused osd_coords_to_video()wm42016-03-072-22/+0
* sub: make preloading more robustwm42016-03-064-10/+24
* sd_ass: always clear subtitles on seek if duration unknownwm42016-03-051-1/+1
* sd_ass: always handle subtitles with unknown durationwm42016-03-051-2/+14
* sub: pass all attachments to the subtitle decoderwm42016-03-034-13/+19
* lavc_conv: fix Libav srt subtitleswm42016-02-291-4/+1
* sub: always clip subtitles against segment endwm42016-02-201-1/+5
* Rewrite ordered chapters and timeline stuffwm42016-02-151-2/+57
* sub: move sub decoder init to a functionwm42016-02-151-30/+44
* sub: remove always-true checkwm42016-02-121-1/+1
* sub: implement "sub-seek 0"wm42016-02-041-5/+12
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-195-35/+35
* vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decodingAman Gupta2016-01-181-2/+16
* lavc_conv: pass real_time=1 option to ffmpeg for eia_608 decoderAman Gupta2016-01-181-1/+7
* ass_mp: add mp_ass_flush_old_events()Aman Gupta2016-01-182-0/+15
* sub: fix memory leakswm42016-01-181-3/+6
* osd: make osd-width/height properties watchablewm42016-01-151-2/+7
* demux: merge sh_video/sh_audio/sh_subwm42016-01-124-11/+11
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-117-7/+7
* sub: read subtitles until their timestamps are past videowm42016-01-111-1/+1
* sd_ass: fix memory leaks with --sub-ass=nowm42016-01-041-1/+4
* sub: do not check for duplicates if --sub-clear-on-seek is setwm42015-12-311-1/+5
* sub: change how subtitles are readwm42015-12-292-15/+35
* sub: remove packet list thingwm42015-12-281-27/+1
* sub: do charset conversion in demux_lavf.cwm42015-12-281-34/+2
* sub: refactor initializationwm42015-12-276-135/+66
* sub: minor refactor how video FPS for MicroDVD is setwm42015-12-274-25/+26
* sub: destroy/recreate ASS_Renderer when disabling/enablings subswm42015-12-264-8/+32
* sub: always recreate ASS_Renderer on subtitle decoder reinitwm42015-12-264-38/+74
* sub: cache subtitle state per track instead of per demuxer streamwm42015-12-262-13/+4
* sub: clear subtitle list when crossing timeline boundarywm42015-12-252-4/+13
* sub: use macros to remove code duplicationwm42015-12-241-49/+31
* sub: merge bitmap render functions into one for each kindwm42015-12-241-84/+45
* sub: remove "inaccurate" code pathwm42015-12-241-10/+0
* sub: find GBRP format automatically when rendering to RGBwm42015-12-241-12/+11
* sub: better alpha blending when rendering to alpha surfaceswm42015-12-241-1/+35
* dec_sub: avoid segfault on sub_init_decoder failureAman Gupta2015-12-221-1/+2
* sd_ass: handle --sub-clear-on-seek correctly with non-ASS subswm42015-12-201-1/+3
* lavc_conv: fix invalid writewm42015-12-191-3/+2
* video: switch from using display aspect to sample aspectwm42015-12-193-12/+6
* sub: remove unused video width/height headerswm42015-12-183-14/+0
* sub: rename sd_lavc_conv.c to lavc_conv.cwm42015-12-181-0/+0
* sub: remove subtitle filter chain conceptwm42015-12-186-293/+122
* sub: do not clear subtitle list on seekingwm42015-12-184-28/+38
* sd_ass: remove dead codewm42015-12-173-65/+7
* sub: detect charset in demuxerwm42015-12-171-42/+5
* sub: remove sd_srt.cwm42015-12-152-479/+0
* sub: remove sd_microdvd.cwm42015-12-152-346/+0
* sub: remove sd_lavf_srt.cwm42015-12-152-96/+0
* sub: remove sd_movtext.cwm42015-12-152-63/+1
* csputils: rename "yuv2rgb" functionswm42015-12-092-5/+5
* csputils: remove obscure int_bits matrix scalingwm42015-12-092-12/+9
* sub: increase gap/overlap fixing threshold to 210mswm42015-12-071-2/+2
* sd_ass: slightly better heuristic for applying --sub-fix-timingwm42015-12-061-1/+10
* sub: another minor simplificationwm42015-12-061-6/+5
* sub: minor simplificationswm42015-12-051-30/+10
* sub: move subtitle FPS adjustment to sd_ass.cwm42015-12-053-31/+28
* sub: move --sub-fix-timing handling to rendererwm42015-12-052-36/+69
* sd_lavc: remove small gaps between subtitleswm42015-12-053-2/+10
* sd_lavc: discard empty subtitles and improve sub_seek behaviorwm42015-12-051-27/+49
* sd_lavc: implement sub_step/sub_seekwm42015-12-051-0/+76
* sub: allow feeding bitmap subs in advancewm42015-12-054-8/+44
* sub: remove unused function, move another onewm42015-11-293-40/+24
* osd: fix and cleanup font style managementwm42015-11-292-48/+62
* osd: use the same ASS_Renderer for OSD text and progbarwm42015-11-284-32/+43
* sd_ass: fix secondary subtitle modewm42015-11-221-1/+1
* player: remove OSD subtitle render pathwm42015-11-176-64/+78
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-162-2/+1
* sub: remove an unneeded old hack for MicroDVDwm42015-11-161-11/+0
* sub: remove use of semi-deprecated libass fieldwm42015-10-281-1/+0
* Replace deprecated av_free_packet() callswm42015-10-281-3/+3
* options: remove --use-text-osdwm42015-10-241-3/+0
* sd_lavc: take care of AVPicture deprecationwm42015-10-231-3/+12
* sub: adjust behavior on mismatching video/subtitle aspect mismatchwm42015-10-211-7/+2
* sd_lavc: extend subtitle resolution if images go outsidewm42015-10-211-0/+9
* Take care of libavcodec convergence_duration deprecationwm42015-09-291-0/+2
* player: rename and move find_subfiles.cwm42015-09-202-319/+0
* player: add opus to list of external audio file extensionswm42015-09-201-1/+1
* osd: delay libass initialization as far as possiblewm42015-09-071-5/+9
* sub: always try to use libavcodec text subtitle converterwm42015-09-011-12/+4
* sd_ass: assume negative durations are unknown durations, and handle themwm42015-08-271-5/+27
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-033-22/+0
* charset_conv: make it possible to return an allocated string as guesswm42015-08-011-4/+4
* sub: add option for stretching image subtitles to screenwm42015-07-181-0/+2
* sub: fix srt subs and other caseswm42015-07-071-0/+1
* sub: protect ASS_Renderer statewm42015-07-064-3/+16
* demux: merge extradata fieldswm42015-06-211-2/+2
* player: use an array for stream ID options and suchwm42015-05-221-2/+2
* sub: add .sup file extension for subtitle autoloadingwm42015-05-181-1/+1
* path: make mp_path_join accept normal C stringswm42015-05-091-3/+3
* Update license headersMarcin Kurczewski2015-04-1313-59/+49
* mp_image: remove redundant flags fieldwm42015-04-101-2/+2
* mp_image: remove redundant chroma_x/y_shift fieldswm42015-04-101-3/+3
* mp_image: get rid of chroma_width/height fieldswm42015-04-091-5/+4
* sub: don't truncate timestamps to intwm42015-04-081-1/+1
* sub: unprefer libavcodec's MicroDVD converterwm42015-04-081-1/+1
* player: load .ac3 files as external fileswm42015-04-021-1/+1
* sub: add --sub-text-bold optionwm42015-04-013-0/+3
* video: move colorspace overrides to vf_format, simplifywm42015-03-311-3/+5
* vo_opengl: draw subtitles directly onto the videoNiklas Haas2015-03-262-0/+3
* video: uninline memcpy_pic functionswm42015-03-201-1/+0
* osd: simplify an aspect of change detection handlingwm42015-03-186-24/+14
* sub: this isn't needed eitherwm42015-03-032-5/+0
* sd_lavc: remove mp4 vobsub extradata hackwm42015-03-031-35/+0
* sd_ass: replace a deprecated libass API callwm4