| Commit message (Expand) | Author | Age | Files | Lines |
* | player: remove higher-level remains of DVD/BD menu support | wm4 | 2015-08-03 | 3 | -22/+0 |
* | charset_conv: make it possible to return an allocated string as guess | wm4 | 2015-08-01 | 1 | -4/+4 |
* | sub: add option for stretching image subtitles to screen | wm4 | 2015-07-18 | 1 | -0/+2 |
* | sub: fix srt subs and other cases | wm4 | 2015-07-07 | 1 | -0/+1 |
* | sub: protect ASS_Renderer state | wm4 | 2015-07-06 | 4 | -3/+16 |
* | demux: merge extradata fields | wm4 | 2015-06-21 | 1 | -2/+2 |
* | player: use an array for stream ID options and such | wm4 | 2015-05-22 | 1 | -2/+2 |
* | sub: add .sup file extension for subtitle autoloading | wm4 | 2015-05-18 | 1 | -1/+1 |
* | path: make mp_path_join accept normal C strings | wm4 | 2015-05-09 | 1 | -3/+3 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 13 | -59/+49 |
* | mp_image: remove redundant flags field | wm4 | 2015-04-10 | 1 | -2/+2 |
* | mp_image: remove redundant chroma_x/y_shift fields | wm4 | 2015-04-10 | 1 | -3/+3 |
* | mp_image: get rid of chroma_width/height fields | wm4 | 2015-04-09 | 1 | -5/+4 |
* | sub: don't truncate timestamps to int | wm4 | 2015-04-08 | 1 | -1/+1 |
* | sub: unprefer libavcodec's MicroDVD converter | wm4 | 2015-04-08 | 1 | -1/+1 |
* | player: load .ac3 files as external files | wm4 | 2015-04-02 | 1 | -1/+1 |
* | sub: add --sub-text-bold option | wm4 | 2015-04-01 | 3 | -0/+3 |
* | video: move colorspace overrides to vf_format, simplify | wm4 | 2015-03-31 | 1 | -3/+5 |
* | vo_opengl: draw subtitles directly onto the video | Niklas Haas | 2015-03-26 | 2 | -0/+3 |
* | video: uninline memcpy_pic functions | wm4 | 2015-03-20 | 1 | -1/+0 |
* | osd: simplify an aspect of change detection handling | wm4 | 2015-03-18 | 6 | -24/+14 |
* | sub: this isn't needed either | wm4 | 2015-03-03 | 2 | -5/+0 |
* | sd_lavc: remove mp4 vobsub extradata hack | wm4 | 2015-03-03 | 1 | -35/+0 |
* | 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 | 2 | -6/+13 |
* | sub: move mp_ass_configure() code | wm4 | 2015-02-24 | 3 | -60/+57 |
* | osd: force alignment for OSD bar | wm4 | 2015-02-24 | 1 | -1/+2 |
* | osd: always reset style params | wm4 | 2015-02-24 | 1 | -11/+8 |
* | sub: apply text subtitle style overrides more eagerly | wm4 | 2015-02-24 | 1 | -1/+3 |
* | libass: remove redundant checks for LIBASS_VERSION | Ben Boeckel | 2015-02-24 | 3 | -25/+0 |
* | find_subfiles: Add 'vtt' to subtitle extensions | Jaime Marquínez Ferrándiz | 2015-02-18 | 1 | -1/+1 |
* | sub: mess with styling defaults, change --ass-use-margins behavior | wm4 | 2015-02-16 | 3 | -15/+24 |
* | osd: customizable subtitle and OSD position | wm4 | 2015-02-16 | 3 | -0/+11 |
* | osd: make it possible to have different subtitle vs. OSD defaults | wm4 | 2015-02-16 | 2 | -26/+43 |
* | sd_ass: fix some corner cases in tag stripping | wm4 | 2015-02-12 | 1 | -5/+14 |
* | player: add external audio file auto-loading | wm4 | 2015-02-02 | 2 | -40/+62 |
* | ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAIL | Ben Boeckel | 2015-01-27 | 1 | -1/+1 |
* | sd_lavc: apply fallback to video resolution only for vobsubs | wm4 | 2015-01-06 | 1 | -14/+11 |
* | csputils: replace float[3][4] with a struct | wm4 | 2015-01-06 | 3 | -14/+14 |
* | csputils: move image_params -> csp_params into a function | wm4 | 2015-01-06 | 1 | -2/+1 |
* | csputils: get rid of mp_csp_details | wm4 | 2015-01-06 | 3 | -8/+7 |
* | sub: add option to not scale subtitles with window | wm4 | 2015-01-05 | 1 | -0/+5 |
* | sd_lavc: ignore image subtitles with unknown duration after 1 minute | wm4 | 2014-12-22 | 1 | -0/+3 |
* | sd_lavc: compensate for a stupid libavcodec API issue | wm4 | 2014-12-21 | 1 | -1/+4 |
* | player: add option not to use OSD/fontconfig | wm4 | 2014-11-25 | 1 | -0/+3 |
* | draw_bmp: make code more obvious, remove assertion | wm4 | 2014-11-21 | 1 | -3/+3 |
* | sub: load .mks files as external subtitles | wm4 | 2014-11-06 | 1 | -1/+1 |
* | sub: remove osd_get_sub() | wm4 | 2014-11-01 | 2 | -8/+0 |
* | osd: slightly change default style | Martin Herkt | 2014-10-23 | 1 | -3/+3 |
* | sd_lavc: strictly letter-box PGS subtitles | wm4 | 2014-10-21 | 2 | -3/+8 |
* | sub: adjustments to --ass-style-override option | wm4 | 2014-10-17 | 1 | -4/+7 |
* | osd: properly redraw external overlays when they are set | wm4 | 2014-10-14 | 1 | -0/+1 |
* | Add some missing "const"s | wm4 | 2014-10-10 | 3 | -6/+6 |
* | sub: round scaled subtitles | wm4 | 2014-10-02 | 1 | -4/+4 |
* | command: allow using ASS tags on OSD messages | wm4 | 2014-09-18 | 3 | -2/+17 |
* | demux: gracefully handle packet allocation failures | wm4 | 2014-09-16 | 1 | -2/+4 |
* | img_convert: sanitizer: avoid invalid left-shifts | Ben Boeckel | 2014-09-14 | 1 | -4/+4 |
* | sanitizer: avoid divide-by-zero instances | Ben Boeckel | 2014-09-14 | 1 | -2/+4 |
* | sub: fix possible deadlock with --no-sub-ass and similar | wm4 | 2014-09-06 | 1 | -0/+2 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 5 | -5/+5 |
* | sd_lavc: remove ineffective code | wm4 | 2014-08-24 | 1 | -4/+1 |
* | osd+osc: Add left-arrow to osd-font | ChrisK2 | 2014-08-21 | 1 | -0/+0 |
* | sub: add option to workaround broken mkv files | wm4 | 2014-08-14 | 1 | -1/+1 |
* | sub: call sub_reset() on seeks only | wm4 | 2014-08-14 | 1 | -9/+3 |
* | ass: remove some pointless ifdeffery | wm4 | 2014-07-22 | 1 | -4/+0 |
* | Revert "Remove DVD and Bluray support" | wm4 | 2014-07-15 | 2 | -0/+19 |
* | Remove DVD and Bluray support | wm4 | 2014-07-14 | 2 | -19/+0 |
* | build: include <strings.h> for strcasecmp() | wm4 | 2014-07-10 | 2 | -0/+2 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 3 | -10/+9 |
* | Basic xdg directory implementation | Kenneth Zhou | 2014-06-26 | 2 | -3/+3 |
* | sd_lavc: fix stupidity | wm4 | 2014-06-19 | 1 | -2/+5 |
* | sd_lavc: improve bitmap subtitle timing | wm4 | 2014-06-18 | 1 | -71/+103 |
* | video: introduce failure path for image allocations | wm4 | 2014-06-17 | 3 | -16/+44 |
* | sub: prefer ffmpeg microdvd converter over internal one | wm4 | 2014-06-15 | 1 | -1/+1 |
* | video/out: change aspects of OSD handling | wm4 | 2014-06-15 | 3 | -20/+0 |
* | sub: add --sub-scale-with-window option | wm4 | 2014-06-14 | 1 | -4/+7 |
* | options: remove use of an inverted option value | wm4 | 2014-06-13 | 1 | -1/+1 |
* | Add more const | wm4 | 2014-06-11 | 6 | -8/+8 |
* | osd: Center the volume icon in the osd font | ChrisK2 | 2014-06-10 | 1 | -0/+0 |
* | sub: remove old style override option | wm4 | 2014-06-05 | 1 | -27/+0 |
* | sub: add --ass-style-override=force option | wm4 | 2014-06-05 | 1 | -0/+9 |
* | osd/libass: use BorderStyle=4 for background | wm4 | 2014-06-01 | 1 | -0/+11 |
* | sub: fix undefined behavior in ASS color calculation (2) | wm4 | 2014-05-10 | 1 | -2/+2 |
* | sub: fix undefined behavior in ASS color calculation | wm4 | 2014-05-10 | 1 | -1/+1 |
* | options: merge ---sub-auto-match with --sub-auto | wm4 | 2014-05-04 | 1 | -2/+2 |
* | osd: make code C99 | wm4 | 2014-04-26 | 1 | -5/+3 |
* | video: make mp_image use mp_image_params directly | wm4 | 2014-04-21 | 1 | -10/+10 |
* | ass_mp: don't use --subcp for --ass-styles | wm4 | 2014-03-31 | 1 | -1/+1 |
* | Remove some more unneeded version checks | wm4 | 2014-03-16 | 1 | -5/+1 |
* | sub: remove old MPlayer DVD sub decoder | wm4 | 2014-03-16 | 5 | -946/+0 |
* | demux_libass: change how external ASS subtitles are loaded | wm4 | 2014-03-15 | 3 | -15/+5 |
* | sub: use new FFmpeg API to check MicroDVD FPS | wm4 | 2014-03-04 | 1 | -3/+5 |
* | sd_ass: add a very simple and evil way to override ASS subtitle styles | wm4 | 2014-03-01 | 1 | -0/+27 |
* | sd_lavc: handle subtitles with no subtitle resolution set | xylosper | 2014-02-14 | 1 | -0/+4 |
* | sub: handle vobsub-in-mp4 | wm4 | 2014-02-13 | 3 | -0/+41 |
* | threads: add wrapper for initializing recursive mutexes | wm4 | 2014-01-31 | 1 | -5/+2 |
* | sd_lavc: skip 0 sized sub-bitmaps | wm4 | 2014-01-29 | 1 | -2/+4 |
* | sub: fix crash with certain uses of --vf=sub | wm4 | 2014-01-26 | 3 | -32/+10 |
* | video/out: don't access aspdat in VOs | wm4 | 2014-01-22 | 2 | -0/+18 |
* | osd: fix dvdnav highlights | wm4 | 2014-01-18 | 1 | -1/+2 |
* | sub: uglify OSD code path with locking | wm4 | 2014-01-18 | 5 | -126/+285 |
* | sub: uglify sub decoder with locking | wm4 | 2014-01-17 | 3 | -6/+79 |
* | sd_lavc: use mp_lavc_set_extradata() | wm4 | 2014-01-11 | 1 | -2/+2 |
* | sub: fix frame based subtitle timestamp handling | wm4 | 2014-01-09 | 1 | -1/+1 |
* | Fix subtitle delay inversion | Martin Herkt | 2014-01-06 | 1 | -1/+1 |
* | vo: dropping subtitle files on the VO window adds them as subtitle files | wm4 | 2014-01-04 | 2 | -0/+9 |
* | osd_libass: use bstr_xappend() | wm4 | 2013-12-30 | 1 | -22/+25 |
* | player: add --secondary-sid for displaying a second subtitle stream | wm4 | 2013-12-24 | 3 | -23/+29 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 1 | -2/+2 |
* | msg: convert defines to enum | wm4 | 2013-12-21 | 1 | -2/+2 |
* | path lookup functions: mp_msg conversions | wm4 | 2013-12-21 | 2 | -11/+9 |
* | charset_conv: mp_msg conversions | wm4 | 2013-12-21 | 1 | -2/+2 |
* | sub/osd: mp_msg conversions | wm4 | 2013-12-21 | 15 | -75/+95 |
* | find_subfiles: mp_msg conversions | wm4 | 2013-12-21 | 2 | -11/+13 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 1 | -0/+1 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 13 | -24/+24 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 9 | -11/+11 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -2/+2 |
* | osd_libass: update styles when OSD changes PlayRes | wm4 | 2013-12-15 | 2 | -8/+15 |
* | osd: use separate ASS_Renderer for each OSD object | wm4 | 2013-12-15 | 3 | -46/+53 |
* | player: don't store subtitle renderer in osd_state | wm4 | 2013-12-15 | 2 | -5/+2 |
* | dvdnav: support mouse interaction | wm4 | 2013-12-13 | 2 | -0/+20 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 | 4 | -4/+26 |
* | sd_lavc: factor out bitmap positioning code | wm4 | 2013-12-12 | 3 | -30/+48 |
* | osd: add option for "unscaled" OSD | wm4 | 2013-12-10 | 3 | -3/+8 |
* | osd: typo in comment | wm4 | 2013-12-10 | 1 | -1/+1 |
* | av_common: add timebase parameter to mp_set_av_packet() | wm4 | 2013-12-04 | 1 | -4/+1 |
* | sub: respect detected language for fuzzy-matched external subtitles | wm4 | 2013-11-25 | 2 | -15/+17 |
* | osd: remove mp_osd_res.video_par field | wm4 | 2013-11-24 | 2 | -3/+1 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 15 | -16/+10 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 | 2 | -2/+0 |
* | player: rearrange how subtitle context and stream headers are used | wm4 | 2013-11-23 | 2 | -15/+17 |
* | demux: rename demux_packet.h to packet.h | wm4 | 2013-11-18 | 1 | -1/+1 |
* | sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs. | Rudolf Polzer | 2013-11-07 | 4 | -8/+40 |
* | sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles. | Rudolf Polzer | 2013-11-07 | 2 | -4/+25 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 2 | -3/+3 |
* | sd_lavc: display DVD subs with unknown duration | wm4 | 2013-10-31 | 1 | -0/+6 |
* | command: sub_seek: avoid getting stuck | wm4 | 2013-10-07 | 1 | -2/+5 |
* | command: add commands for displaying overlays | wm4 | 2013-10-05 | 2 | -0/+8 |
* | command: add properties for retrieving OSD dimensions | wm4 | 2013-10-05 | 2 | -0/+5 |
* | osd_libass: add "Default" dummy style | wm4 | 2013-09-26 | 3 | -2/+11 |
* | Add initial Lua scripting support | wm4 | 2013-09-26 | 4 | -0/+70 |
* | options: allow selecting the libass shaper | wm4 | 2013-09-25 | 1 | -0/+3 |
* | options: make --ass-hinting a choice, instead of using magic numbers | wm4 | 2013-09-25 | 1 | -1/+1 |
* | sd_ass: minor simplification | wm4 | 2013-09-24 | 1 | -14/+8 |
* | sd_ass: remove dead code | wm4 | 2013-09-24 | 1 | -48/+0 |
* | sub/ass_mp: remove superfluous message prefixes | Martin Herkt | 2013-09-23 | 1 | -3/+2 |
* | find_subfiles: fix really dumb bug causing segfaults | wm4 | 2013-09-17 | 1 | -1/+1 |
* | find_subfiles: fix off-by-1 error | Gabriel Peixoto | 2013-09-08 | 1 | -1/+1 |
* | osc: rename osd_font, add some glyphs | ChrisK2 | 2013-09-08 | 2 | -4/+2 |
* | osd_libass: make sure Z-order is well defined for multiple events | wm4 | 2013-09-08 | 1 | -0/+1 |
* | mplayer: don't auto-load explicitly loaded subtitle files | wm4 | 2013-09-07 | 1 | -0/+4 |
* | find_subfiles: don't auto-load .sub file if .idx file exists | wm4 | 2013-09-07 | 1 | -22/+55 |
* | find_subfiles: some cleanups | wm4 | 2013-09-07 | 2 | -8/+0 |
* | find_subfiles: use stat() instead of opening the file to check existence | wm4 | 2013-09-07 | 1 | -3/+1 |
* | find_subfiles: don't try to open URLs as directories | wm4 | 2013-09-07 | 1 | -0/+3 |
* | sd_lavc_conv: fix build with older ffmpeg/libav | wm4 | 2013-08-24 | 1 | -0/+17 |
* | sub: add webvtt-in-webm support | wm4 | 2013-08-24 | 1 | -1/+124 |
* | sd_lavc_conv: don't check AV_CODEC_PROP_TEXT_SUB flag | wm4 | 2013-08-15 | 1 | -7/+3 |
* | sub: don't print detected charset if it's UTF-8 | wm4 | 2013-08-15 | 1 | -1/+1 |
* | sub: if charset detection fails, treat it as broken UTF-8 | wm4 | 2013-08-15 | 1 | -1/+1 |
* | sub: fix accidental subtitle overlaps | wm4 | 2013-08-14 | 1 | -1/+6 |
* | Revert "sub: support straight alpha additionally to premultiplied alpha" | wm4 | 2013-08-12 | 4 | -92/+17 |
* | img_convert: add function to scale RGBA OSD images | wm4 | 2013-08-12 | 2 | -1/+46 |
* | sub: support straight alpha additionally to premultiplied alpha | wm4 | 2013-08-12 | 4 | -16/+91 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 15 | -35/+35 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 2 | -6/+6 |
* | sd_ass: remove unused variable warning | Stefano Pigozzi | 2013-07-20 | 1 | -1/+1 |
* | sws_utils: don't recursively include libswscale header | wm4 | 2013-07-18 | 1 | -0/+1 |
* | sd_lavc: don't stretch DVD subtitles to video aspect | wm4 | 2013-07-16 | 1 | -4/+16 |
* | sd_ass: fix font aspect ratio with non-ASS subs | wm4 | 2013-07-16 | 1 | -4/+4 |
* | Fix build on Libav (again) | wm4 | 2013-07-15 | 1 | -0/+1 |
* | Fix build on Libav | wm4 | 2013-07-15 | 1 | -0/+1 |
* | sd_ass: scale blur by origi |