summaryrefslogtreecommitdiffstats
path: root/subreader.c
Commit message (Expand)AuthorAgeFilesLines
* On Win32 and OS/2, 'x:filename' path style without '\' path separatordiego2008-02-241-1/+2
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-061-1/+1
* Typo fix in messagereimar2007-12-221-1/+1
* The function parameter 'preferred_language' should be const char *.ulion2007-12-171-2/+2
* Cleanup guess_buffer_cp() a bit, remove tmp variable, break the loop on success.iive2007-10-281-7/+6
* Our enca code uses strdup() on the input encoding name, as we don't modify it...iive2007-10-281-12/+7
* Revert r24103, it was nonsense and add a comment that explains the codereimar2007-09-221-1/+3
* -subfps makes sense for frame-based subtitle formats as well!reimar2007-08-201-1/+1
* Revert r23443, it breaks compilation without libass.eugeni2007-06-021-16/+30
* Recode the whole subtitle file to utf-8 before parsing.eugeni2007-06-011-30/+16
* 10l: comparison of char* ptrs with string literalsfaust32007-02-191-2/+2
* Fix code updating subtitle array which only moved the text, not endpts.uau2007-02-051-1/+3
* In .srt, any line containing only spaces and tabs marks the end of theeugeni2007-01-181-2/+5
* Document sub_add_text and sub_clear_textreimar2007-01-071-0/+18
* Subtitle handling cleanup: factor out code for parsing embedded subtitlesreimar2007-01-061-0/+71
* redone subcp_recode: get rid of static buffer, skip lines that failed toreimar2006-10-181-45/+11
* Fix missleading msg printed when subcp_open is given NULL as parameter (like ...gpoirier2006-09-181-1/+2
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-1/+1
* corrects some casts that previously discarded the const qualifier. Patch by S...reynaldo2006-07-271-3/+3
* marks several function without a prototype which arent used outside its sourc...reynaldo2006-07-131-18/+18
* Marks several string parameters as const when they are not modified in the fu...reynaldo2006-07-091-1/+1
* Split guess_cp() in two functions:eugeni2006-07-071-10/+22
* this unrelated and erroneus change was applied on my previous commit, revertedreynaldo2006-07-011-1/+4
* rm unnecesary void* casts - part 1reynaldo2006-07-011-28/+25
* more sizeof(char) funreynaldo2006-06-301-2/+2
* Fix problem when subtitle file name is shorter than ".utf-8"gpoirier2006-06-141-1/+1
* fix uninitialized pointer value being passed to open_stream, where it is used...gpoirier2006-06-141-0/+1
* Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are nouau2006-05-181-2/+2
* Fix:rathann2006-05-141-1/+1
* Part 4 of otvos attila's oattila AT chello-hu mp_msg changes, no modification...reynaldo2006-04-231-6/+6
* Acording to manpage -dumpmicrodvdsub dumps to dumpsub.sub not dumpsub.txtreynaldo2006-04-061-3/+3
* if stream is not seekable calling enca would prevent the real parsing of subt...iive2006-03-171-1/+2
* 10l forgotten stream_reset to clear the EOF flaghenry2006-03-171-0/+2
* And 10L for me. Fix the forgoten enca_fd.albeu2006-03-161-1/+1
* Move the subread from FILE to stream_t.albeu2006-03-161-49/+50
* strdup subtitle filename at a more appropriate place, fixing memleaks andreimar2005-06-011-2/+1
* more paranoid return value checkinghenry2005-05-241-1/+1
* strdup() of a NULL pointer, truckload of cola for mehenry2005-05-091-3/+11
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-041-4/+4
* document global variables used with fribidifaust32004-10-181-3/+3
* correctly display the commas of most hebrew subtitles on the left sidefaust32004-10-181-1/+2
* This time is a patch to improve subtitle alignment management. Itfaust32004-09-151-5/+37
* subtitle autodetection regardles of case (bug #65), patches Michal Svec <rebe...faust32004-09-021-1/+1
* fixes a crash and unchecked string-handling in ENCA code.reimar2004-07-281-38/+21
* string handling security fixesdiego2004-06-251-1/+1
* 1e6lhenry2004-05-211-5/+7
* more cola for jindrichrfelker2004-05-091-1/+1
* 1000000l for sig11 without -subcp!!! (and 1l for my first commit :)rfelker2004-05-091-2/+2
* ENCA support (http://trific.ath.cx/software/enca/)henry2004-05-081-4/+85
* MPL2 subreader, patch by Cezary Jackiewicz (cjackiewicz@poczta.onet.pl)alex2004-04-061-1/+30
* skip {...} parts in SAME subs, patch by Salvatore Falcoalex2004-04-061-0/+5
* Fix the PJS (aka dunnowhat) subtitlesattila2004-01-291-7/+38
* prevent subreader from segfaulting when sami subs dont haveattila2004-01-241-3/+14
* 10lluran2003-11-191-1/+1
* sub autoloading fix for windowsfaust32003-10-091-0/+3
* subtitles priority calculation correctionatlka2003-09-231-1/+1
* corrected utf8 files autoselectionatlka2003-09-221-1/+2
* Subtitle alignment & smart splitting by Salvatore Falcohenry2003-09-211-2/+13
* Jacosub files can have the extension '.js' too. Patch by Vladimir Mosgalin <m...alex2003-09-021-1/+1
* Support for case insensitive string matching in SAMI subtitle files. Patch by...mosu2003-08-251-4/+18
* Fixes FriBiDi support and extends it with configure options. Patch by Raindel...alex2003-08-171-2/+5
* 10lalex2003-08-101-2/+4
* another attempt to fix the subtitle searchinghenry2003-08-091-6/+13
* some more cola - misplaced breakhenry2003-08-081-8/+3
* 1, micro-speedup 2, fixed 10l: only prefer utf8 if iconv is presentalex2003-07-281-2/+4
* fix against dummy solaris sprintf, bug reported by Gotz Waschkalex2003-07-271-4/+9
* ASS supporthenry2003-07-201-2/+10
* always treat .utf* files as UTF-8atlka2003-07-011-2/+0
* sub_utf8 fiddlingatlka2003-07-011-6/+12
* small correction of sub_utf8 restoring between reading sub filesatlka2003-07-011-11/+12
* prefer UTF-8 encoding subs and automatically recognize them by suffixatlka2003-06-271-3/+17
* 10Lhenry2003-06-251-1/+1
* warning fixes by Dominikalex2003-06-011-1/+1
* unleakalex2003-05-311-0/+2
* cleanups/bugfixeshenry2003-04-091-42/+32
* option for sub match fuzziness levelhenry2003-04-091-6/+17
* 10l fix by Salvatore Falco <salvatore.falco@katamail.com>alex2003-04-091-1/+1
* turn most of the subtitle matching fuzziness off by defaulthenry2003-04-081-1/+3
* fix compilation without iconvhenry2003-04-071-0/+4
* support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>henry2003-04-071-147/+329
* hebrew support using fribidi libs, patch by Raindel Shachar <raindel@techunix...alex2003-03-211-0/+62
* rt subtitle fixesarpi2003-02-071-1/+10
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-02-021-2/+2
* sub_utf8 handling hopefully fixedhenry2003-01-281-2/+2
* maybe fix ogm vs. iconvarpi2003-01-281-4/+6
* Add a command line option (-sub-no-text-pp) to disable subtitlesarpi2003-01-271-1/+3
* - add subcppontscho2003-01-211-3/+15
* 1) Removed the code to remove {} from sub_read_line_ssaarpi2003-01-191-33/+49
* bunkus: fixed a small bug with skipping "{...}" in ssa subsmosu2003-01-131-1/+1
* Overlapping subs are a feature mainly present in subtitlingarpi2003-01-101-77/+182
* Since version 2.7 the file extension for JACOsub changed fromarpi2003-01-091-6/+6
* some subviewer versions uses : instead of . or ,arpi2003-01-051-2/+2
* 10larpi2003-01-041-1/+1
* 10larpi2003-01-031-2/+2
* support for subviewer format using dots instead of commas:arpi2002-12-291-2/+2
* This patch adds a call to subcp_recode1(), so this subtitles too arearpi2002-12-281-0/+23
* Attached is a small patch to fix a couple of problems I found when usingarpi2002-12-281-1/+16
* dump subtitles in SAMI formatarpi2002-12-051-0/+53
* optional (compile-time switch) subtitles-sorting featurearpi2002-12-051-4/+83
* overlapping subtitles support is now optional, can be disabled (-nooverlapsub)arpi2002-12-051-2/+7
* dump in JACOsub formatarpi2002-12-041-0/+49
* I recently sent a patch for a new subtitles format, JACOsub. Since then Iarpi2002-11-161-155/+151
* allow max 0.2s overlapping without splitting subsarpi2002-11-161-0/+12
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+1
* This patch is to add support for overlapping subtitles, that isarpi2002-10-301-5/+103
* JACOSub is another subtitling format, whose specifications are at:arpi2002-10-301-5/+200
* small memleaksarpi2002-10-171-0/+2
* Enable -subfps for time based subtitles, too.atmos42002-10-061-1/+17
* Skip html tags (like <i>) inside subviewer subtitles.atmos42002-10-061-2/+21
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-3/+3
* New option for mplayer: -dumpmicrodvdsubkmkaplan2002-09-211-0/+34
* FreeBSD iconv change/fixnexus2002-08-281-4/+0
* Correct dump_srt millisecond outputkmkaplan2002-07-251-3/+11
* subrip sometimes uses pipe as newline separator - patch by MOLNAR Andor <dolp...arpi2002-07-061-2/+3
* support for SSA v4 by Dirk <noisyb at gmx.net>alex2002-06-291-4/+26
* msg/i18n fixes and some printf->mp_msgarpi2002-06-031-19/+20
* sub_read_line_ssa sig11 fix by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut...arpi2002-05-311-2/+2
* possible sig11 fixed in .rt parser (weisskreuzova.zip)arpi2002-05-301-2/+7
* added dump subtitles to .srtiive2002-05-271-0/+40
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>alex2002-05-231-1/+1
* patch fixes broken detecniou of AQTitle subtiles and adds support for subtitl...arpi2002-05-131-5/+62
* patch by Didier <did-c-debian@ifrance.com>:pl2002-05-071-2/+38
* accept \N too, patch by Reinder <r.cuperus@student.utwente.nl>arpi2002-05-051-1/+1
* frame-based mpsub parser fix - patch by Rizsanyi Zsolt <rizsanyi@myrealbox.com>arpi2002-04-251-2/+2
* vplayer sub fix by Arkadiusz Podgorski <wodzu@softomat.com.pl>arpi2002-03-271-0/+8
* -subfps and -subdelay alters -dumpmpsub's outputlaaz2002-02-281-4/+8
* Fixed a bug with -dumpmpsublaaz2002-02-281-3/+3
* too many arguments to sscan in subdetect.eyck2002-02-031-1/+1
* detect microdvd with empty second frame.eyck2002-01-311-0/+2
* fixed mpsub bug requested by Gabucinolaaz2002-01-121-2/+5
* 1. subs know are readed after reading AVI header so we already know fpsatlka2002-01-091-37/+29
* corrections to adjust_subs_time function which now uses fps if neededatlka2002-01-081-11/+7
* added adjust_subs_time function which corrects bad sub->end timeatlka2002-01-081-10/+23
* changed subreader.c to read microdvd lines in form "{%ld}{}[^\r\n]" tooatlka2002-01-081-2/+17
* tail_space infinite loop fix by jeon_goon@lycos.co.krarpi2002-01-011-1/+1
* fix a warning (ambiguous 'if else')pl2001-12-251-5/+10
* vplayer format - no longer crashes on slightly broken subs.eyck2001-12-251-3/+3
* bzero() -> memset()pl2001-12-241-14/+15
* some small sub bug fixpontscho2001-12-171-1/+12
* Patch by artur Zaprzala:atmos42001-12-101-2/+8
* patch fixes the showing last line of subtitles and support of SAMI Slacktime ...arpi2001-11-301-5/+19
* fopen(NULL,r) segfault on qnxiive2001-11-151-1/+1
* minor cleanups:pl2001-11-151-60/+55
* 11110001.txt find_sub sig11 fixedarpi2001-11-131-0/+5
* Applied SAMI patch by Evgeny Chukreev <codedj at echo dot ru>atmos42001-11-111-5/+10
* mpsub, FORMAT=<frame> alpha versionlaaz2001-10-261-21/+25
* remowing warning messageatlka2001-10-251-2/+2
* added DUMPSUBS recognition if we need compile only subreader.c aloneatlka2001-10-241-3/+7
* better FreeBSD iconv implementationnexus2001-10-221-0/+4
* AQT type support patch by Jiri.Svoboda@seznam.czarpi2001-10-211-2/+51
* MPsub read/write support 0.5 (-dumpmpsub switch)laaz2001-10-121-7/+51
* mpsub read supportlaaz2001-10-121-2/+46
* modifications to use iconv(3) function to recode text of subs (autodetect)atlka2001-10-101-1/+86
* SSA 2. felvonas (egyre jobban programozok!!!)laaz2001-10-091-3/+18
* ssa worx fine. Testers needed :)))laaz2001-10-091-6/+12
* ehh. sizeof(pointer) bug fixed...arpi2001-08-291-7/+8
* subdumparpi2001-08-291-15/+23
* Fixup to vplayer subtitle submitted to sourceforge by Igor Wojnickieyck2001-08-221-1/+7
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-1/+5
* new sub format...szabii2001-06-091-11/+34
* debug stuff removedlaaz2001-06-011-1/+1
* Gabucino (CGA user)'s request (finds default.subs well)laaz2001-06-011-6/+15
* more stabilelaaz2001-06-011-10/+8
* Added support for .ssa subtitleslaaz2001-05-311-4/+31
* corrected strcmp() bug, now it works again with every subs (it was broken)laaz2001-05-311-2/+4
* there is another format that get detected as vplayers.eyck2001-05-281-0/+1
* implemented ~/.mplayer/sub/filename.sub stuffarpi_esp2001-05-271-24/+29
* Wrong header lenght count for vplayer format fixed.eyck2001-05-241-3/+3
* Preliminary support for RT-type subs.eyck2001-05-221-5/+54
* Support for vplayer subtitleseyck2001-05-171-2/+46
* better .smi support and display two-byte characters- patch by Sunjin Yangarpi_esp2001-05-061-37/+71
* Fixed segfault (microdvd format, many lines)laaz2001-05-011-1/+1
* #if 0 'd main()laaz2001-04-241-0/+2
* added support for SAMI subtitle support (.smi)laaz200