summaryrefslogtreecommitdiffstats
path: root/sub/dec_sub.c
Commit message (Expand)AuthorAgeFilesLines
* sub: never set VSFilter aspect if the ASS subtitle is convertedwm42013-06-031-0/+1
* sub: don't check for duplicates on sub conversionwm42013-06-031-1/+6
* sub: make use of libavcodec subtitle converterswm42013-06-031-0/+10
* sub: turn subassconvert_ functions into sub converterswm42013-06-031-5/+62
* sub: basic subtitle converterswm42013-06-031-29/+141
* sub: refactorwm42013-06-011-61/+102
* sub: various minor subtitle related changeswm42013-06-011-20/+0
* sub: add sd_spu.c to wrap spudec, cleanup mplayer.cwm42013-05-301-9/+19
* sub: redo how -no-ass is handledwm42013-05-301-3/+21
* sub, demux: identify subtitle types with the codec namewm42013-04-201-3/+22
* Rename directories, move files (step 2 of 2)wm42012-11-121-2/+2
* VO, sub: refactorwm42012-10-241-2/+2
* sub: never decode subs to old OSD formatwm42012-10-161-3/+0
* sub: cleanup: don't pass parameters via global variableswm42012-10-161-13/+15
* sub: make it easier to set DVD sub decoding with sd_lavcwm42012-10-161-1/+1
* sub: create sub_bitmap array even when using libasswm42012-10-161-1/+2
* subs, vo_vdpau: support RGBA color for PGS subtitlesUoti Urpala2012-09-181-1/+2
* subs, vo: do sub bitmap change detection by comparing IDsUoti Urpala2012-09-181-6/+13
* subs: always use sub decoder framework for libass renderingUoti Urpala2012-09-181-3/+26
* sd_lavc: use subtitle framework for former av_sub.c codeUoti Urpala2012-09-181-1/+5
* subtitles: add framework for subtitle decodersUoti Urpala2011-01-181-0/+72