aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
* player: remove OSD subtitle render pathGravatar wm42015-11-17
* player: use demuxer ts offset to simplify timeline ts handlingGravatar wm42015-11-16
* sub: remove an unneeded old hack for MicroDVDGravatar wm42015-11-16
* sub: remove use of semi-deprecated libass fieldGravatar wm42015-10-28
* Replace deprecated av_free_packet() callsGravatar wm42015-10-28
* options: remove --use-text-osdGravatar wm42015-10-24
* sd_lavc: take care of AVPicture deprecationGravatar wm42015-10-23
* sub: adjust behavior on mismatching video/subtitle aspect mismatchGravatar wm42015-10-21
* sd_lavc: extend subtitle resolution if images go outsideGravatar wm42015-10-21
* Take care of libavcodec convergence_duration deprecationGravatar wm42015-09-29
* player: rename and move find_subfiles.cGravatar wm42015-09-20
* player: add opus to list of external audio file extensionsGravatar wm42015-09-20
* osd: delay libass initialization as far as possibleGravatar wm42015-09-07
* sub: always try to use libavcodec text subtitle converterGravatar wm42015-09-01
* sd_ass: assume negative durations are unknown durations, and handle themGravatar wm42015-08-27
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03
* charset_conv: make it possible to return an allocated string as guessGravatar wm42015-08-01
* sub: add option for stretching image subtitles to screenGravatar wm42015-07-18
* sub: fix srt subs and other casesGravatar wm42015-07-07
* sub: protect ASS_Renderer stateGravatar wm42015-07-06
* demux: merge extradata fieldsGravatar wm42015-06-21
* player: use an array for stream ID options and suchGravatar wm42015-05-22
* sub: add .sup file extension for subtitle autoloadingGravatar wm42015-05-18
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* Update license headersGravatar Marcin Kurczewski2015-04-13
* mp_image: remove redundant flags fieldGravatar wm42015-04-10
* mp_image: remove redundant chroma_x/y_shift fieldsGravatar wm42015-04-10
* mp_image: get rid of chroma_width/height fieldsGravatar wm42015-04-09
* sub: don't truncate timestamps to intGravatar wm42015-04-08
* sub: unprefer libavcodec's MicroDVD converterGravatar wm42015-04-08
* player: load .ac3 files as external filesGravatar wm42015-04-02
* sub: add --sub-text-bold optionGravatar wm42015-04-01
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* vo_opengl: draw subtitles directly onto the videoGravatar Niklas Haas2015-03-26
* video: uninline memcpy_pic functionsGravatar wm42015-03-20
* osd: simplify an aspect of change detection handlingGravatar wm42015-03-18
* sub: this isn't needed eitherGravatar wm42015-03-03
* sd_lavc: remove mp4 vobsub extradata hackGravatar wm42015-03-03
* sd_ass: replace a deprecated libass API callGravatar wm42015-02-25
* sub: fully update plaintext subtitle styles at runtimeGravatar wm42015-02-24
* sub: move mp_ass_configure() codeGravatar wm42015-02-24
* osd: force alignment for OSD barGravatar wm42015-02-24
* osd: always reset style paramsGravatar wm42015-02-24
* sub: apply text subtitle style overrides more eagerlyGravatar wm42015-02-24
* libass: remove redundant checks for LIBASS_VERSIONGravatar Ben Boeckel2015-02-24
* find_subfiles: Add 'vtt' to subtitle extensionsGravatar Jaime Marquínez Ferrándiz2015-02-18
* sub: mess with styling defaults, change --ass-use-margins behaviorGravatar wm42015-02-16
* osd: customizable subtitle and OSD positionGravatar wm42015-02-16
* osd: make it possible to have different subtitle vs. OSD defaultsGravatar wm42015-02-16
* sd_ass: fix some corner cases in tag strippingGravatar wm42015-02-12