aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/dec_sub.c
Commit message (Expand)AuthorAge
...
* demux: gracefully handle packet allocation failuresGravatar wm42014-09-16
* sub: fix possible deadlock with --no-sub-ass and similarGravatar wm42014-09-06
* sub: prefer ffmpeg microdvd converter over internal oneGravatar wm42014-06-15
* options: remove use of an inverted option valueGravatar wm42014-06-13
* Add more constGravatar wm42014-06-11
* sub: remove old MPlayer DVD sub decoderGravatar wm42014-03-16
* demux_libass: change how external ASS subtitles are loadedGravatar wm42014-03-15
* sub: use new FFmpeg API to check MicroDVD FPSGravatar wm42014-03-04
* sub: handle vobsub-in-mp4Gravatar wm42014-02-13
* threads: add wrapper for initializing recursive mutexesGravatar wm42014-01-31
* sub: uglify sub decoder with lockingGravatar wm42014-01-17
* sub: fix frame based subtitle timestamp handlingGravatar wm42014-01-09
* charset_conv: mp_msg conversionsGravatar wm42013-12-21
* 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