aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_subreader.c
Commit message (Expand)AuthorAge
* demux: fix timestamp type for seek callsGravatar wm42014-07-21
* demux: minor simplification to internal APIGravatar wm42014-07-05
* demux: move packet list functionsGravatar wm42014-07-05
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* demux_subreader: remove support for some subtitle formatsGravatar wm42014-05-19
* Kill all tabsGravatar wm42014-04-13
* sub: use new FFmpeg API to check MicroDVD FPSGravatar wm42014-03-04
* demux_subreader: reject file if not opened by --subGravatar wm42014-01-04
* subreader: replace some strcpy callsGravatar wm42013-12-22
* subreader: remove overlapping strcpyGravatar wm42013-12-22
* demux: 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
* demux: make determining seek capability genericGravatar wm42013-11-03
* demux: remove unused audio_delay parameter from demux_seek()Gravatar wm42013-08-22
* demux_subreader: report what subtitle format has been foundGravatar wm42013-08-12
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* demux_subreader: make clang happy to fix warningGravatar wm42013-07-15
* demux: make claiming accurate seek the defaultGravatar wm42013-07-12
* demux: assume correct-pts mode by defaultGravatar wm42013-07-12
* demux: remove useless author/comment fieldsGravatar wm42013-07-12
* demux: rewrite probing and demuxer initializationGravatar wm42013-07-12
* demux: change signature of open functions, cleanupsGravatar wm42013-07-11
* core: don't access demux_stream outside of demux.c, make it privateGravatar wm42013-07-11
* sub: prevent subtitle conversion if subs are known UTF-8Gravatar wm42013-06-25
* demux_subreader: remove iconv/enca codeGravatar 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