aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
...
* sub: Add SD_CTRL_UPDATE_SPEEDGravatar Vladimir Panteleev2016-09-13
* sub: fix previous commit with older libass releasesGravatar wm42016-09-07
* sub: actually apply text alignment options to non-ASS subtitlesGravatar wm42016-09-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
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* sub: remove unused sub_bitmaps.scaled fieldGravatar wm42016-07-03
* sub: move RGBA scaling to vo_vaapiGravatar wm42016-07-03
* sub: change how libass output is converted to RGBA in some casesGravatar wm42016-07-03
* sub: move around some codeGravatar wm42016-07-03
* sub: pass preferred OSD format to subtitle renderersGravatar wm42016-07-03
* sub: set ASS sub bitmap data to correct pointerGravatar wm42016-07-01
* sub: pack libass bitmaps directly in sd_ass.c and osd_libass.cGravatar wm42016-06-30
* ass_mp.h: remove conditional inclusion guardsGravatar wm42016-06-24
* 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
* ass_process_chunk: Use llrint, not lrintGravatar Richard H Lee2016-05-10
* osd: make osd_ass_0/1 definesGravatar wm42016-05-03
* sd_ass: minor consistency adjustmentGravatar wm42016-04-30
* sd_add: replace --sub-ass=no with --ass-style-override=stripGravatar wm42016-04-30
* osd: add italic font for osdGravatar st4t1k2016-04-08
* sub: interpret "text" subtitles as srtGravatar wm42016-04-06
* 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: force segment switch if video is already aheadGravatar wm42016-03-25
* vo_opengl, osd: allow osc.lua to react faster on resizesGravatar wm42016-03-21
* osd: fix build with --disable-libassGravatar wm42016-03-16
* osd: cleanup: make OSDTYPE_ constants private to OSD codeGravatar wm42016-03-08
* osd, lua: manage multiple ASS overlays set with set_osd_ass() callsGravatar wm42016-03-08
* osd: restructure and move ASS objects into its own structGravatar wm42016-03-08
* osd: refactor how mp_ass_render_frame() is calledGravatar wm42016-03-08
* osd, lua: remove weird OSD scalingGravatar wm42016-03-07
* osd: remove unused osd_coords_to_video()Gravatar wm42016-03-07
* sub: make preloading more robustGravatar wm42016-03-06
* sd_ass: always clear subtitles on seek if duration unknownGravatar wm42016-03-05
* sd_ass: always handle subtitles with unknown durationGravatar wm42016-03-05
* sub: pass all attachments to the subtitle decoderGravatar wm42016-03-03
* lavc_conv: fix Libav srt subtitlesGravatar wm42016-02-29
* sub: always clip subtitles against segment endGravatar wm42016-02-20
* Rewrite ordered chapters and timeline stuffGravatar wm42016-02-15