summaryrefslogtreecommitdiffstats
path: root/sub
Commit message (Expand)AuthorAgeFilesLines
* 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 callwm42015-02-251-1/+1
* sub: fully update plaintext subtitle styles at runtimewm42015-02-242-6/+13
* sub: move mp_ass_configure() codewm42015-02-243-60/+57
* osd: force alignment for OSD barwm42015-02-241-1/+2
* osd: always reset style paramswm42015-02-241-11/+8
* sub: apply text subtitle style overrides more eagerlywm42015-02-241-1/+3
* libass: remove redundant checks for LIBASS_VERSIONBen Boeckel2015-02-243-25/+0
* find_subfiles: Add 'vtt' to subtitle extensionsJaime Marquínez Ferrándiz2015-02-181-1/+1
* sub: mess with styling defaults, change --ass-use-margins behaviorwm42015-02-163-15/+24
* osd: customizable subtitle and OSD positionwm42015-02-163-0/+11
* osd: make it possible to have different subtitle vs. OSD defaultswm42015-02-162-26/+43
* sd_ass: fix some corner cases in tag strippingwm42015-02-121-5/+14
* player: add external audio file auto-loadingwm42015-02-022-40/+62
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILBen Boeckel2015-01-271-1/+1
* sd_lavc: apply fallback to video resolution only for vobsubswm42015-01-061-14/+11
* csputils: replace float[3][4] with a structwm42015-01-063-14/+14
* csputils: move image_params -> csp_params into a functionwm42015-01-061-2/+1
* csputils: get rid of mp_csp_detailswm42015-01-063-8/+7
* sub: add option to not scale subtitles with windowwm42015-01-051-0/+5
* sd_lavc: ignore image subtitles with unknown duration after 1 minutewm42014-12-221-0/+3
* sd_lavc: compensate for a stupid libavcodec API issuewm42014-12-211-1/+4
* player: add option not to use OSD/fontconfigwm42014-11-251-0/+3
* draw_bmp: make code more obvious, remove assertionwm42014-11-211-3/+3
* sub: load .mks files as external subtitleswm42014-11-061-1/+1
* sub: remove osd_get_sub()wm42014-11-012-8/+0
* osd: slightly change default styleMartin Herkt2014-10-231-3/+3
* sd_lavc: strictly letter-box PGS subtitleswm42014-10-212-3/+8
* sub: adjustments to --ass-style-override optionwm42014-10-171-4/+7
* osd: properly redraw external overlays when they are setwm42014-10-141-0/+1
* Add some missing "const"swm42014-10-103-6/+6
* sub: round scaled subtitleswm42014-10-021-4/+4
* command: allow using ASS tags on OSD messageswm42014-09-183-2/+17
* demux: gracefully handle packet allocation failureswm42014-09-161-2/+4
* img_convert: sanitizer: avoid invalid left-shiftsBen Boeckel2014-09-141-4/+4
* sanitizer: avoid divide-by-zero instancesBen Boeckel2014-09-141-2/+4
* sub: fix possible deadlock with --no-sub-ass and similarwm42014-09-061-0/+2
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-295-5/+5
* sd_lavc: remove ineffective codewm42014-08-241-4/+1
* osd+osc: Add left-arrow to osd-fontChrisK22014-08-211-0/+0
* sub: add option to workaround broken mkv fileswm42014-08-141-1/+1
* sub: call sub_reset() on seeks onlywm42014-08-141-9/+3
* ass: remove some pointless ifdefferywm42014-07-221-4/+0
* Revert "Remove DVD and Bluray support"wm42014-07-152-0/+19
* Remove DVD and Bluray supportwm42014-07-142-19/+0
* build: include <strings.h> for strcasecmp()wm42014-07-102-0/+2
* Audit and replace all ctype.h useswm42014-07-013-10/+9
* Basic xdg directory implementationKenneth Zhou2014-06-262-3/+3
* sd_lavc: fix stupiditywm42014-06-191-2/+5
* sd_lavc: improve bitmap subtitle timingwm42014-06-181-71/+103
* video: introduce failure path for image allocationswm42014-06-173-16/+44
* sub: prefer ffmpeg microdvd converter over internal onewm42014-06-151-1/+1
* video/out: change aspects of OSD handlingwm42014-06-153-20/+0
* sub: add --sub-scale-with-window optionwm42014-06-141-4/+7
* options: remove use of an inverted option valuewm42014-06-131-1/+1
* Add more constwm42014-06-116-8/+8
* osd: Center the volume icon in the osd fontChrisK22014-06-101-0/+0
* sub: remove old style override optionwm42014-06-051-27/+0
* sub: add --ass-style-override=force optionwm42014-06-051-0/+9
* osd/libass: use BorderStyle=4 for backgroundwm42014-06-011-0/+11
* sub: fix undefined behavior in ASS color calculation (2)wm42014-05-101-2/+2
* sub: fix undefined behavior in ASS color calculationwm42014-05-101-1/+1
* options: merge ---sub-auto-match with --sub-autowm42014-05-041-2/+2
* osd: make code C99wm42014-04-261-5/+3
* video: make mp_image use mp_image_params directlywm42014-04-211-10/+10
* ass_mp: don't use --subcp for --ass-styleswm42014-03-311-1/+1
* Remove some more unneeded version checkswm42014-03-161-5/+1
* sub: remove old MPlayer DVD sub decoderwm42014-03-165-946/+0
* demux_libass: change how external ASS subtitles are loadedwm42014-03-153-15/+5
* sub: use new FFmpeg API to check MicroDVD FPSwm42014-03-041-3/+5
* sd_ass: add a very simple and evil way to override ASS subtitle styleswm42014-03-011-0/+27
* sd_lavc: handle subtitles with no subtitle resolution setxylosper2014-02-141-0/+4
* sub: handle vobsub-in-mp4wm42014-02-133-0/+41
* threads: add wrapper for initializing recursive mutexeswm42014-01-311-5/+2
* sd_lavc: skip 0 sized sub-bitmapswm42014-01-291-2/+4
* sub: fix crash with certain uses of --vf=subwm42014-01-263-32/+10
* video/out: don't access aspdat in VOswm42014-01-222-0/+18
* osd: fix dvdnav highlightswm42014-01-181-1/+2
* sub: uglify OSD code path with lockingwm42014-01-185-126/+285
* sub: uglify sub decoder with lockingwm42014-01-173-6/+79
* sd_lavc: use mp_lavc_set_extradata()wm42014-01-111-2/+2
* sub: fix frame based subtitle timestamp handlingwm42014-01-091-1/+1
* Fix subtitle delay inversionMartin Herkt2014-01-061-1/+1
* vo: dropping subtitle files on the VO window adds them as subtitle fileswm42014-01-042-0/+9
* osd_libass: use bstr_xappend()wm42013-12-301-22/+25
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-243-23/+29
* msg: rename mp_msg_log -> mp_msgwm42013-12-211-2/+2
* msg: convert defines to enumwm42013-12-211-2/+2
* path lookup functions: mp_msg conversionswm42013-12-212-11/+9
* charset_conv: mp_msg conversion