aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/dec_sub.c
Commit message (Expand)AuthorAge
* sub/osd: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* player: rearrange how subtitle context and stream headers are usedGravatar wm42013-11-23
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* sub: don't print detected charset if it's UTF-8Gravatar wm42013-08-15
* sub: if charset detection fails, treat it as broken UTF-8Gravatar wm42013-08-15
* sub: fix accidental subtitle overlapsGravatar wm42013-08-14
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* demux: remove facility for partial packet readsGravatar wm42013-07-11
* Remove old demuxersGravatar wm42013-07-07
* dec_sub: introduce sub_control(), use it for sub_stepGravatar wm42013-06-29
* dec_sub: fix memory leak when using subtitle codepage conversionGravatar wm42013-06-28
* dec_sub: don't print sub charset of it's emptyGravatar wm42013-06-28
* options: add -sub-speed optionGravatar wm42013-06-25
* dec_sub: add hack to display last MicroDVD subtitle eventGravatar wm42013-06-25
* sub: add hack for Libav SRT demuxerGravatar wm42013-06-25
* dec_sub: allow postprocessing between decodersGravatar wm42013-06-25
* dec_sub: change sublist memory allocationGravatar wm42013-06-25
* dec_sub: move code aroundGravatar wm42013-06-25
* sub: prevent subtitle conversion if subs are known UTF-8Gravatar wm42013-06-25
* sub: add subtitle charset conversionGravatar wm42013-06-25
* sub: attempt to use video FPS for frame based subtitle formatsGravatar wm42013-06-25
* subreader: turn into actual demuxerGravatar wm42013-06-25
* Move/rename subreader.cGravatar wm42013-06-25
* sub: do some timing postprocessing on preloaded subsGravatar wm42013-06-23
* sub: preload external text subtitlesGravatar wm42013-06-23
* sub: add name field to all sub decodersGravatar wm42013-06-03
* sub: never set VSFilter aspect if the ASS subtitle is convertedGravatar wm42013-06-03
* sub: don't check for duplicates on sub conversionGravatar wm42013-06-03
* sub: make use of libavcodec subtitle convertersGravatar wm42013-06-03
* sub: turn subassconvert_ functions into sub convertersGravatar wm42013-06-03
* sub: basic subtitle convertersGravatar wm42013-06-03
* sub: refactorGravatar wm42013-06-01
* sub: various minor subtitle related changesGravatar wm42013-06-01
* sub: add sd_spu.c to wrap spudec, cleanup mplayer.cGravatar wm42013-05-30
* sub: redo how -no-ass is handledGravatar wm42013-05-30
* sub, demux: identify subtitle types with the codec nameGravatar wm42013-04-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* VO, sub: refactorGravatar wm42012-10-24
* sub: never decode subs to old OSD formatGravatar wm42012-10-16
* sub: cleanup: don't pass parameters via global variablesGravatar wm42012-10-16
* sub: make it easier to set DVD sub decoding with sd_lavcGravatar wm42012-10-16
* sub: create sub_bitmap array even when using libassGravatar wm42012-10-16
* subs, vo_vdpau: support RGBA color for PGS subtitlesGravatar Uoti Urpala2012-09-18
* subs, vo: do sub bitmap change detection by comparing IDsGravatar Uoti Urpala2012-09-18
* subs: always use sub decoder framework for libass renderingGravatar Uoti Urpala2012-09-18
* sd_lavc: use subtitle framework for former av_sub.c codeGravatar Uoti Urpala2012-09-18
* subtitles: add framework for subtitle decodersGravatar Uoti Urpala2011-01-18