aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/sd_lavc.c
Commit message (Expand)AuthorAge
* sub: implement "sub-seek 0"Gravatar wm42016-02-04
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* sub: refactor initializationGravatar wm42015-12-27
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* sub: remove subtitle filter chain conceptGravatar wm42015-12-18
* sd_lavc: remove small gaps between subtitlesGravatar wm42015-12-05
* sd_lavc: discard empty subtitles and improve sub_seek behaviorGravatar wm42015-12-05
* sd_lavc: implement sub_step/sub_seekGravatar wm42015-12-05
* sub: allow feeding bitmap subs in advanceGravatar wm42015-12-05
* sd_lavc: take care of AVPicture deprecationGravatar wm42015-10-23
* sd_lavc: extend subtitle resolution if images go outsideGravatar wm42015-10-21
* sub: add option for stretching image subtitles to screenGravatar wm42015-07-18
* Update license headersGravatar Marcin Kurczewski2015-04-13
* osd: simplify an aspect of change detection handlingGravatar wm42015-03-18
* sd_lavc: remove mp4 vobsub extradata hackGravatar wm42015-03-03
* sd_lavc: apply fallback to video resolution only for vobsubsGravatar wm42015-01-06
* csputils: replace float[3][4] with a structGravatar wm42015-01-06
* sd_lavc: ignore image subtitles with unknown duration after 1 minuteGravatar wm42014-12-22
* sd_lavc: compensate for a stupid libavcodec API issueGravatar wm42014-12-21
* sd_lavc: strictly letter-box PGS subtitlesGravatar wm42014-10-21
* sd_lavc: remove ineffective codeGravatar wm42014-08-24
* sub: call sub_reset() on seeks onlyGravatar wm42014-08-14
* sd_lavc: fix stupidityGravatar wm42014-06-19
* sd_lavc: improve bitmap subtitle timingGravatar wm42014-06-18
* sub: remove old MPlayer DVD sub decoderGravatar wm42014-03-16
* sd_lavc: handle subtitles with no subtitle resolution setGravatar xylosper2014-02-14
* sub: handle vobsub-in-mp4Gravatar wm42014-02-13
* sd_lavc: skip 0 sized sub-bitmapsGravatar wm42014-01-29
* sub: fix crash with certain uses of --vf=subGravatar wm42014-01-26
* sd_lavc: use mp_lavc_set_extradata()Gravatar wm42014-01-11
* sub/osd: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* sd_lavc: factor out bitmap positioning codeGravatar wm42013-12-12
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* Reduce stheader.h includes, move stream types to mp_common.hGravatar wm42013-11-23
* sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs.Gravatar Rudolf Polzer2013-11-07
* sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles.Gravatar Rudolf Polzer2013-11-07
* sd_lavc: display DVD subs with unknown durationGravatar wm42013-10-31
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* sd_lavc: don't stretch DVD subtitles to video aspectGravatar wm42013-07-16
* Fix build on Libav (again)Gravatar wm42013-07-15
* sd_lavc: respect forced subs only setting for DVD subsGravatar wm42013-06-29
* sub: add name field to all sub decodersGravatar wm42013-06-03
* sub: refactorGravatar wm42013-06-01
* sub: various minor subtitle related changesGravatar wm42013-06-01
* sub: add sd_spu.c to wrap spudec, cleanup mplayer.cGravatar wm42013-05-30
* sub: redo how -no-ass is handledGravatar wm42013-05-30