summaryrefslogtreecommitdiffstats
path: root/sub/sd_lavc.c
Commit message (Expand)AuthorAgeFilesLines
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-121-4/+15
* sd_lavc: factor out bitmap positioning codewm42013-12-121-30/+14
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+0
* Reduce stheader.h includes, move stream types to mp_common.hwm42013-11-231-1/+0
* sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs.Rudolf Polzer2013-11-071-1/+3
* sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles.Rudolf Polzer2013-11-071-3/+21
* sd_lavc: display DVD subs with unknown durationwm42013-10-311-0/+6
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* sd_lavc: don't stretch DVD subtitles to video aspectwm42013-07-161-4/+16
* Fix build on Libav (again)wm42013-07-151-0/+1
* sd_lavc: respect forced subs only setting for DVD subswm42013-06-291-3/+9
* sub: add name field to all sub decoderswm42013-06-031-0/+1
* sub: refactorwm42013-06-011-20/+17
* sub: various minor subtitle related changeswm42013-06-011-8/+5
* sub: add sd_spu.c to wrap spudec, cleanup mplayer.cwm42013-05-301-0/+8
* sub: redo how -no-ass is handledwm42013-05-301-3/+3
* sub, demux: identify subtitle types with the codec namewm42013-04-201-14/+21
* Prefix CODEC_ID_ with AV_wm42013-03-131-5/+5
* sd_lavc: keep subs on subtitle track switchingwm42012-12-121-1/+7
* Rename directories, move files (step 2 of 2)wm42012-11-121-2/+2
* VO, sub: refactorwm42012-10-241-8/+7
* sub: fix and simplify some change detection detailswm42012-10-161-8/+4
* sub: never decode subs to old OSD formatwm42012-10-161-68/+22
* sub: cosmetics: move things aroundwm42012-10-161-0/+1
* sub: cleanup: don't pass parameters via global variableswm42012-10-161-4/+5
* sub: make it easier to set DVD sub decoding with sd_lavcwm42012-10-161-7/+22
* sub: create sub_bitmap array even when using libasswm42012-10-161-2/+3
* subs, vo_vdpau: support RGBA color for PGS subtitlesUoti Urpala2012-09-181-11/+120
* sd_lavc: use subtitle framework for former av_sub.c codeUoti Urpala2012-09-181-0/+162