aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/sd_lavc.c
Commit message (Expand)AuthorAge
* options: move most subtitle and OSD rendering options to sub structsGravatar wm42018-01-02
* sub: move all subtitle timestamp messing code to a central placeGravatar wm42018-01-02
* Replace remaining avcodec_close() callsGravatar wm42017-07-16
* ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context()Gravatar wm42017-07-06
* sd_lavc: Free extradata in case of init errorGravatar cantabile2017-04-20
* sd_lavc: change license to LGPLGravatar wm42017-04-20
* sub: add option to force using video resolution for image subtitlesGravatar wm42017-01-23
* sd_lavc: remove old broken heuristicGravatar wm42017-01-23
* Remove compatibility thingsGravatar wm42016-12-07
* sd_lavc: enable teletextGravatar wm42016-09-03
* sd_lavc: always set decoder timebaseGravatar wm42016-08-29
* sub: don't potentially discard too many subtitles on seekGravatar wm42016-08-14
* sub: pass preferred OSD format to subtitle renderersGravatar wm42016-07-03
* bitmap_packet: let max=0 mean unlimitedGravatar wm42016-06-18
* sd_lavc: fix sub-bitmap alignmentGravatar wm42016-06-18
* sd_lavc: align sub-bitmaps for the sake of libswscaleGravatar wm42016-06-18
* sd_lavc: fix typoGravatar wm42016-06-18
* sub, vo_opengl: use packed sub-bitmaps directly if availableGravatar wm42016-06-17
* sd_lavc: change hack against vobsubs with wrong resolutionGravatar wm42016-06-17
* sub: fix --sub-gaussGravatar wm42016-06-17
* sub: move paletted image handling completely to sd_lavc.cGravatar wm42016-06-17
* sd_lavc: move AVSubtitle bitmap setup code into its own functionGravatar wm42016-06-17
* sd_lavc: work around bug in older ffmpeg releasesGravatar wm42016-05-10
* sd_lavc: use decoder-reordered PTS for PGSGravatar wm42016-04-02
* sd_lavc: add a comment about duration==0 handlingGravatar wm42016-04-02
* sd_lavc: fix subtitle display with unknown end timestampsGravatar wm42016-04-02
* 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