summaryrefslogtreecommitdiffstats
path: root/sub
Commit message (Expand)AuthorAgeFilesLines
* 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 conversionswm42013-12-211-2/+2
* sub/osd: mp_msg conversionswm42013-12-2115-75/+95
* find_subfiles: mp_msg conversionswm42013-12-212-11/+13
* Reduce recursive config.h inclusions in headerswm42013-12-181-0/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-1713-24/+24
* Move options/config related files from mpvcore/ to options/wm42013-12-179-11/+11
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-2/+2
* osd_libass: update styles when OSD changes PlayReswm42013-12-152-8/+15
* osd: use separate ASS_Renderer for each OSD objectwm42013-12-153-46/+53
* player: don't store subtitle renderer in osd_statewm42013-12-152-5/+2
* dvdnav: support mouse interactionwm42013-12-132-0/+20
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-124-4/+26
* sd_lavc: factor out bitmap positioning codewm42013-12-123-30/+48
* osd: add option for "unscaled" OSDwm42013-12-103-3/+8
* osd: typo in commentwm42013-12-101-1/+1
* av_common: add timebase parameter to mp_set_av_packet()wm42013-12-041-4/+1
* sub: respect detected language for fuzzy-matched external subtitleswm42013-11-252-15/+17
* osd: remove mp_osd_res.video_par fieldwm42013-11-242-3/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-2415-16/+10
* Reduce stheader.h includes, move stream types to mp_common.hwm42013-11-232-2/+0
* player: rearrange how subtitle context and stream headers are usedwm42013-11-232-15/+17
* demux: rename demux_packet.h to packet.hwm42013-11-181-1/+1
* sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs.Rudolf Polzer2013-11-074-8/+40
* sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles.Rudolf Polzer2013-11-072-4/+25
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-032-3/+3
* sd_lavc: display DVD subs with unknown durationwm42013-10-311-0/+6
* command: sub_seek: avoid getting stuckwm42013-10-071-2/+5
* command: add commands for displaying overlayswm42013-10-052-0/+8
* command: add properties for retrieving OSD dimensionswm42013-10-052-0/+5
* osd_libass: add "Default" dummy stylewm42013-09-263-2/+11
* Add initial Lua scripting supportwm42013-09-264-0/+70
* options: allow selecting the libass shaperwm42013-09-251-0/+3
* options: make --ass-hinting a choice, instead of using magic numberswm42013-09-251-1/+1
* sd_ass: minor simplificationwm42013-09-241-14/+8
* sd_ass: remove dead codewm42013-09-241-48/+0
* sub/ass_mp: remove superfluous message prefixesMartin Herkt2013-09-231-3/+2
* find_subfiles: fix really dumb bug causing segfaultswm42013-09-171-1/+1
* find_subfiles: fix off-by-1 errorGabriel Peixoto2013-09-081-1/+1
* osc: rename osd_font, add some glyphsChrisK22013-09-082-4/+2
* osd_libass: make sure Z-order is well defined for multiple eventswm42013-09-081-0/+1
* mplayer: don't auto-load explicitly loaded subtitle fileswm42013-09-071-0/+4
* find_subfiles: don't auto-load .sub file if .idx file existswm42013-09-071-22/+55
* find_subfiles: some cleanupswm42013-09-072-8/+0
* find_subfiles: use stat() instead of opening the file to check existencewm42013-09-071-3/+1
* find_subfiles: don't try to open URLs as directorieswm42013-09-071-0/+3
* sd_lavc_conv: fix build with older ffmpeg/libavwm42013-08-241-0/+17
* sub: add webvtt-in-webm supportwm42013-08-241-1/+124
* sd_lavc_conv: don't check AV_CODEC_PROP_TEXT_SUB flagwm42013-08-151-7/+3
* sub: don't print detected charset if it's UTF-8wm42013-08-151-1/+1
* sub: if charset detection fails, treat it as broken UTF-8wm42013-08-151-1/+1
* sub: fix accidental subtitle overlapswm42013-08-141-1/+6
* Revert "sub: support straight alpha additionally to premultiplied alpha"wm42013-08-124-92/+17
* img_convert: add function to scale RGBA OSD imageswm42013-08-122-1/+46
* sub: support straight alpha additionally to premultiplied alphawm42013-08-124-16/+91
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-0615-35/+35
* Fix some -Wshadow warningswm42013-07-232-6/+6
* sd_ass: remove unused variable warningStefano Pigozzi2013-07-201-1/+1
* sws_utils: don't recursively include libswscale headerwm42013-07-181-0/+1
* sd_lavc: don't stretch DVD subtitles to video aspectwm42013-07-161-4/+16
* sd_ass: fix font aspect ratio with non-ASS subswm42013-07-161-4/+4
* Fix build on Libav (again)wm42013-07-151-0/+1
* Fix build on Libavwm42013-07-151-0/+1
* sd_ass: scale blur by original video size if requestedwm42013-07-151-0/+9
* sd_add: add terrible hack for (xy-)vsfilter compatibilitywm42013-07-152-9/+133
* Cleanup some include statementswm42013-07-121-1/+1
* demux: remove facility for partial packet readswm42013-07-111-2/+3
* Merge branch 'master' into remove_old_demuxerswm42013-07-081-1/+1
|\
| * sub: Do not use deprecated “Sans” fontconfig aliasMartin Herkt2013-07-081-1/+1
* | Remove old demuxerswm42013-07-071-0/+1
|/
*