| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace remaining avcodec_close() calls | wm4 | 2017-07-16 | 1 | -3/+1 |
* | ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context() | wm4 | 2017-07-06 | 1 | -3/+1 |
* | sd_lavc: Free extradata in case of init error | cantabile | 2017-04-20 | 1 | -0/+2 |
* | sd_lavc: change license to LGPL | wm4 | 2017-04-20 | 1 | -7/+7 |
* | sub: add option to force using video resolution for image subtitles | wm4 | 2017-01-23 | 1 | -1/+1 |
* | sd_lavc: remove old broken heuristic | wm4 | 2017-01-23 | 1 | -38/+10 |
* | Remove compatibility things | wm4 | 2016-12-07 | 1 | -5/+0 |
* | sd_lavc: enable teletext | wm4 | 2016-09-03 | 1 | -0/+11 |
* | sd_lavc: always set decoder timebase | wm4 | 2016-08-29 | 1 | -18/+2 |
* | sub: don't potentially discard too many subtitles on seek | wm4 | 2016-08-14 | 1 | -1/+11 |
* | sub: pass preferred OSD format to subtitle renderers | wm4 | 2016-07-03 | 1 | -2/+2 |
* | bitmap_packet: let max=0 mean unlimited | wm4 | 2016-06-18 | 1 | -1/+0 |
* | sd_lavc: fix sub-bitmap alignment | wm4 | 2016-06-18 | 1 | -1/+1 |
* | sd_lavc: align sub-bitmaps for the sake of libswscale | wm4 | 2016-06-18 | 1 | -1/+9 |
* | sd_lavc: fix typo | wm4 | 2016-06-18 | 1 | -1/+1 |
* | sub, vo_opengl: use packed sub-bitmaps directly if available | wm4 | 2016-06-17 | 1 | -1/+12 |
* | sd_lavc: change hack against vobsubs with wrong resolution | wm4 | 2016-06-17 | 1 | -8/+9 |
* | sub: fix --sub-gauss | wm4 | 2016-06-17 | 1 | -4/+21 |
* | sub: move paletted image handling completely to sd_lavc.c | wm4 | 2016-06-17 | 1 | -12/+87 |
* | sd_lavc: move AVSubtitle bitmap setup code into its own function | wm4 | 2016-06-17 | 1 | -34/+44 |
* | sd_lavc: work around bug in older ffmpeg releases | wm4 | 2016-05-10 | 1 | -2/+6 |
* | sd_lavc: use decoder-reordered PTS for PGS | wm4 | 2016-04-02 | 1 | -3/+21 |
* | sd_lavc: add a comment about duration==0 handling | wm4 | 2016-04-02 | 1 | -1/+3 |
* | sd_lavc: fix subtitle display with unknown end timestamps | wm4 | 2016-04-02 | 1 | -1/+1 |
* | sub: implement "sub-seek 0" | wm4 | 2016-02-04 | 1 | -5/+12 |
* | demux: merge sh_video/sh_audio/sh_sub | wm4 | 2016-01-12 | 1 | -2/+2 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | sub: refactor initialization | wm4 | 2015-12-27 | 1 | -17/+13 |
* | video: switch from using display aspect to sample aspect | wm4 | 2015-12-19 | 1 | -4/+3 |
* | sub: remove subtitle filter chain concept | wm4 | 2015-12-18 | 1 | -2/+3 |
* | sd_lavc: remove small gaps between subtitles | wm4 | 2015-12-05 | 1 | -0/+3 |
* | sd_lavc: discard empty subtitles and improve sub_seek behavior | wm4 | 2015-12-05 | 1 | -27/+49 |
* | sd_lavc: implement sub_step/sub_seek | wm4 | 2015-12-05 | 1 | -0/+76 |
* | sub: allow feeding bitmap subs in advance | wm4 | 2015-12-05 | 1 | -1/+32 |
* | sd_lavc: take care of AVPicture deprecation | wm4 | 2015-10-23 | 1 | -3/+12 |
* | sd_lavc: extend subtitle resolution if images go outside | wm4 | 2015-10-21 | 1 | -0/+9 |
* | sub: add option for stretching image subtitles to screen | wm4 | 2015-07-18 | 1 | -0/+2 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -4/+4 |
* | osd: simplify an aspect of change detection handling | wm4 | 2015-03-18 | 1 | -1/+1 |
* | sd_lavc: remove mp4 vobsub extradata hack | wm4 | 2015-03-03 | 1 | -35/+0 |
* | 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 | 1 | -3/+3 |
* | 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 |
* | sd_lavc: strictly letter-box PGS subtitles | wm4 | 2014-10-21 | 1 | -1/+3 |
* | sd_lavc: remove ineffective code | wm4 | 2014-08-24 | 1 | -4/+1 |
* | sub: call sub_reset() on seeks only | wm4 | 2014-08-14 | 1 | -9/+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 |
* | sub: remove old MPlayer DVD sub decoder | wm4 | 2014-03-16 | 1 | -5/+0 |
* | 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 | 1 | -0/+36 |
* | 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 | 1 | -1/+4 |
* | sd_lavc: use mp_lavc_set_extradata() | wm4 | 2014-01-11 | 1 | -2/+2 |
* | sub/osd: mp_msg conversions | wm4 | 2013-12-21 | 1 | -4/+2 |
* | 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 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 | 1 | -4/+15 |
* | sd_lavc: factor out bitmap positioning code | wm4 | 2013-12-12 | 1 | -30/+14 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 1 | -1/+0 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 | 1 | -1/+0 |
* | sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs. | Rudolf Polzer | 2013-11-07 | 1 | -1/+3 |
* | sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles. | Rudolf Polzer | 2013-11-07 | 1 | -3/+21 |
* | sd_lavc: display DVD subs with unknown duration | wm4 | 2013-10-31 | 1 | -0/+6 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | sd_lavc: don't stretch DVD subtitles to video aspect | wm4 | 2013-07-16 | 1 | -4/+16 |
* | Fix build on Libav (again) | wm4 | 2013-07-15 | 1 | -0/+1 |
* | sd_lavc: respect forced subs only setting for DVD subs | wm4 | 2013-06-29 | 1 | -3/+9 |
* | sub: add name field to all sub decoders | wm4 | 2013-06-03 | 1 | -0/+1 |
* | sub: refactor | wm4 | 2013-06-01 | 1 | -20/+17 |
* | sub: various minor subtitle related changes | wm4 | 2013-06-01 | 1 | -8/+5 |
* | sub: add sd_spu.c to wrap spudec, cleanup mplayer.c | wm4 | 2013-05-30 | 1 | -0/+8 |
* | sub: redo how -no-ass is handled | wm4 | 2013-05-30 | 1 | -3/+3 |
* | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 1 | -14/+21 |
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 | 1 | -5/+5 |
* | sd_lavc: keep subs on subtitle track switching | wm4 | 2012-12-12 | 1 | -1/+7 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -2/+2 |
* | VO, sub: refactor | wm4 | 2012-10-24 | 1 | -8/+7 |
* | sub: fix and simplify some change detection details | wm4 | 2012-10-16 | 1 | -8/+4 |
* | sub: never decode subs to old OSD format | wm4 | 2012-10-16 | 1 | -68/+22 |
* | 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 | -4/+5 |
* | sub: make it easier to set DVD sub decoding with sd_lavc | wm4 | 2012-10-16 | 1 | -7/+22 |
* | sub: create sub_bitmap array even when using libass | wm4 | 2012-10-16 | 1 | -2/+3 |
* | subs, vo_vdpau: support RGBA color for PGS subtitles | Uoti Urpala | 2012-09-18 | 1 | -11/+120 |
* | sd_lavc: use subtitle framework for former av_sub.c code | Uoti Urpala | 2012-09-18 | 1 | -0/+162 |