| Commit message (Expand) | Author | Age | Files | Lines |
* | -subfps makes sense for frame-based subtitle formats as well! | reimar | 2007-08-20 | 1 | -1/+1 |
* | Revert r23443, it breaks compilation without libass. | eugeni | 2007-06-02 | 1 | -16/+30 |
* | Recode the whole subtitle file to utf-8 before parsing. | eugeni | 2007-06-01 | 1 | -30/+16 |
* | 10l: comparison of char* ptrs with string literals | faust3 | 2007-02-19 | 1 | -2/+2 |
* | Fix code updating subtitle array which only moved the text, not endpts. | uau | 2007-02-05 | 1 | -1/+3 |
* | In .srt, any line containing only spaces and tabs marks the end of the | eugeni | 2007-01-18 | 1 | -2/+5 |
* | Document sub_add_text and sub_clear_text | reimar | 2007-01-07 | 1 | -0/+18 |
* | Subtitle handling cleanup: factor out code for parsing embedded subtitles | reimar | 2007-01-06 | 1 | -0/+71 |
* | redone subcp_recode: get rid of static buffer, skip lines that failed to | reimar | 2006-10-18 | 1 | -45/+11 |
* | Fix missleading msg printed when subcp_open is given NULL as parameter (like ... | gpoirier | 2006-09-18 | 1 | -1/+2 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -1/+1 |
* | corrects some casts that previously discarded the const qualifier. Patch by S... | reynaldo | 2006-07-27 | 1 | -3/+3 |
* | marks several function without a prototype which arent used outside its sourc... | reynaldo | 2006-07-13 | 1 | -18/+18 |
* | Marks several string parameters as const when they are not modified in the fu... | reynaldo | 2006-07-09 | 1 | -1/+1 |
* | Split guess_cp() in two functions: | eugeni | 2006-07-07 | 1 | -10/+22 |
* | this unrelated and erroneus change was applied on my previous commit, reverted | reynaldo | 2006-07-01 | 1 | -1/+4 |
* | rm unnecesary void* casts - part 1 | reynaldo | 2006-07-01 | 1 | -28/+25 |
* | more sizeof(char) fun | reynaldo | 2006-06-30 | 1 | -2/+2 |
* | Fix problem when subtitle file name is shorter than ".utf-8" | gpoirier | 2006-06-14 | 1 | -1/+1 |
* | fix uninitialized pointer value being passed to open_stream, where it is used... | gpoirier | 2006-06-14 | 1 | -0/+1 |
* | Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are no | uau | 2006-05-18 | 1 | -2/+2 |
* | Fix: | rathann | 2006-05-14 | 1 | -1/+1 |
* | Part 4 of otvos attila's oattila AT chello-hu mp_msg changes, no modification... | reynaldo | 2006-04-23 | 1 | -6/+6 |
* | Acording to manpage -dumpmicrodvdsub dumps to dumpsub.sub not dumpsub.txt | reynaldo | 2006-04-06 | 1 | -3/+3 |
* | if stream is not seekable calling enca would prevent the real parsing of subt... | iive | 2006-03-17 | 1 | -1/+2 |
* | 10l forgotten stream_reset to clear the EOF flag | henry | 2006-03-17 | 1 | -0/+2 |
* | And 10L for me. Fix the forgoten enca_fd. | albeu | 2006-03-16 | 1 | -1/+1 |
* | Move the subread from FILE to stream_t. | albeu | 2006-03-16 | 1 | -49/+50 |
* | strdup subtitle filename at a more appropriate place, fixing memleaks and | reimar | 2005-06-01 | 1 | -2/+1 |
* | more paranoid return value checking | henry | 2005-05-24 | 1 | -1/+1 |
* | strdup() of a NULL pointer, truckload of cola for me | henry | 2005-05-09 | 1 | -3/+11 |
* | bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it> | faust3 | 2005-02-04 | 1 | -4/+4 |
* | document global variables used with fribidi | faust3 | 2004-10-18 | 1 | -3/+3 |
* | correctly display the commas of most hebrew subtitles on the left side | faust3 | 2004-10-18 | 1 | -1/+2 |
* | This time is a patch to improve subtitle alignment management. It | faust3 | 2004-09-15 | 1 | -5/+37 |
* | subtitle autodetection regardles of case (bug #65), patches Michal Svec <rebe... | faust3 | 2004-09-02 | 1 | -1/+1 |
* | fixes a crash and unchecked string-handling in ENCA code. | reimar | 2004-07-28 | 1 | -38/+21 |
* | string handling security fixes | diego | 2004-06-25 | 1 | -1/+1 |
* | 1e6l | henry | 2004-05-21 | 1 | -5/+7 |
* | more cola for jindrich | rfelker | 2004-05-09 | 1 | -1/+1 |
* | 1000000l for sig11 without -subcp!!! (and 1l for my first commit :) | rfelker | 2004-05-09 | 1 | -2/+2 |
* | ENCA support (http://trific.ath.cx/software/enca/) | henry | 2004-05-08 | 1 | -4/+85 |
* | MPL2 subreader, patch by Cezary Jackiewicz (cjackiewicz@poczta.onet.pl) | alex | 2004-04-06 | 1 | -1/+30 |
* | skip {...} parts in SAME subs, patch by Salvatore Falco | alex | 2004-04-06 | 1 | -0/+5 |
* | Fix the PJS (aka dunnowhat) subtitles | attila | 2004-01-29 | 1 | -7/+38 |
* | prevent subreader from segfaulting when sami subs dont have | attila | 2004-01-24 | 1 | -3/+14 |
* | 10l | luran | 2003-11-19 | 1 | -1/+1 |
* | sub autoloading fix for windows | faust3 | 2003-10-09 | 1 | -0/+3 |
* | subtitles priority calculation correction | atlka | 2003-09-23 | 1 | -1/+1 |
* | corrected utf8 files autoselection | atlka | 2003-09-22 | 1 | -1/+2 |
* | Subtitle alignment & smart splitting by Salvatore Falco | henry | 2003-09-21 | 1 | -2/+13 |
* | Jacosub files can have the extension '.js' too. Patch by Vladimir Mosgalin <m... | alex | 2003-09-02 | 1 | -1/+1 |
* | Support for case insensitive string matching in SAMI subtitle files. Patch by... | mosu | 2003-08-25 | 1 | -4/+18 |
* | Fixes FriBiDi support and extends it with configure options. Patch by Raindel... | alex | 2003-08-17 | 1 | -2/+5 |
* | 10l | alex | 2003-08-10 | 1 | -2/+4 |
* | another attempt to fix the subtitle searching | henry | 2003-08-09 | 1 | -6/+13 |
* | some more cola - misplaced break | henry | 2003-08-08 | 1 | -8/+3 |
* | 1, micro-speedup 2, fixed 10l: only prefer utf8 if iconv is present | alex | 2003-07-28 | 1 | -2/+4 |
* | fix against dummy solaris sprintf, bug reported by Gotz Waschk | alex | 2003-07-27 | 1 | -4/+9 |
* | ASS support | henry | 2003-07-20 | 1 | -2/+10 |
* | always treat .utf* files as UTF-8 | atlka | 2003-07-01 | 1 | -2/+0 |
* | sub_utf8 fiddling | atlka | 2003-07-01 | 1 | -6/+12 |
* | small correction of sub_utf8 restoring between reading sub files | atlka | 2003-07-01 | 1 | -11/+12 |
* | prefer UTF-8 encoding subs and automatically recognize them by suffix | atlka | 2003-06-27 | 1 | -3/+17 |
* | 10L | henry | 2003-06-25 | 1 | -1/+1 |
* | warning fixes by Dominik | alex | 2003-06-01 | 1 | -1/+1 |
* | unleak | alex | 2003-05-31 | 1 | -0/+2 |
* | cleanups/bugfixes | henry | 2003-04-09 | 1 | -42/+32 |
* | option for sub match fuzziness level | henry | 2003-04-09 | 1 | -6/+17 |
* | 10l fix by Salvatore Falco <salvatore.falco@katamail.com> | alex | 2003-04-09 | 1 | -1/+1 |
* | turn most of the subtitle matching fuzziness off by default | henry | 2003-04-08 | 1 | -1/+3 |
* | fix compilation without iconv | henry | 2003-04-07 | 1 | -0/+4 |
* | support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl> | henry | 2003-04-07 | 1 | -147/+329 |
* | hebrew support using fribidi libs, patch by Raindel Shachar <raindel@techunix... | alex | 2003-03-21 | 1 | -0/+62 |
* | rt subtitle fixes | arpi | 2003-02-07 | 1 | -1/+10 |
* | compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org> | arpi | 2003-02-02 | 1 | -2/+2 |
* | sub_utf8 handling hopefully fixed | henry | 2003-01-28 | 1 | -2/+2 |
* | maybe fix ogm vs. iconv | arpi | 2003-01-28 | 1 | -4/+6 |
* | Add a command line option (-sub-no-text-pp) to disable subtitles | arpi | 2003-01-27 | 1 | -1/+3 |
* | - add subcp | pontscho | 2003-01-21 | 1 | -3/+15 |
* | 1) Removed the code to remove {} from sub_read_line_ssa | arpi | 2003-01-19 | 1 | -33/+49 |
* | bunkus: fixed a small bug with skipping "{...}" in ssa subs | mosu | 2003-01-13 | 1 | -1/+1 |
* | Overlapping subs are a feature mainly present in subtitling | arpi | 2003-01-10 | 1 | -77/+182 |
* | Since version 2.7 the file extension for JACOsub changed from | arpi | 2003-01-09 | 1 | -6/+6 |
* | some subviewer versions uses : instead of . or , | arpi | 2003-01-05 | 1 | -2/+2 |
* | 10l | arpi | 2003-01-04 | 1 | -1/+1 |
* | 10l | arpi | 2003-01-03 | 1 | -2/+2 |
* | support for subviewer format using dots instead of commas: | arpi | 2002-12-29 | 1 | -2/+2 |
* | This patch adds a call to subcp_recode1(), so this subtitles too are | arpi | 2002-12-28 | 1 | -0/+23 |
* | Attached is a small patch to fix a couple of problems I found when using | arpi | 2002-12-28 | 1 | -1/+16 |
* | dump subtitles in SAMI format | arpi | 2002-12-05 | 1 | -0/+53 |
* | optional (compile-time switch) subtitles-sorting feature | arpi | 2002-12-05 | 1 | -4/+83 |
* | overlapping subtitles support is now optional, can be disabled (-nooverlapsub) | arpi | 2002-12-05 | 1 | -2/+7 |
* | dump in JACOsub format | arpi | 2002-12-04 | 1 | -0/+49 |
* | I recently sent a patch for a new subtitles format, JACOsub. Since then I | arpi | 2002-11-16 | 1 | -155/+151 |
* | allow max 0.2s overlapping without splitting subs | arpi | 2002-11-16 | 1 | -0/+12 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -1/+1 |
* | This patch is to add support for overlapping subtitles, that is | arpi | 2002-10-30 | 1 | -5/+103 |
* | JACOSub is another subtitling format, whose specifications are at: | arpi | 2002-10-30 | 1 | -5/+200 |
* | small memleaks | arpi | 2002-10-17 | 1 | -0/+2 |
* | Enable -subfps for time based subtitles, too. | atmos4 | 2002-10-06 | 1 | -1/+17 |
* | Skip html tags (like <i>) inside subviewer subtitles. | atmos4 | 2002-10-06 | 1 | -2/+21 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -3/+3 |
* | New option for mplayer: -dumpmicrodvdsub | kmkaplan | 2002-09-21 | 1 | -0/+34 |
* | FreeBSD iconv change/fix | nexus | 2002-08-28 | 1 | -4/+0 |
* | Correct dump_srt millisecond output | kmkaplan | 2002-07-25 | 1 | -3/+11 |
* | subrip sometimes uses pipe as newline separator - patch by MOLNAR Andor <dolp... | arpi | 2002-07-06 | 1 | -2/+3 |
* | support for SSA v4 by Dirk <noisyb at gmx.net> | alex | 2002-06-29 | 1 | -4/+26 |
* | msg/i18n fixes and some printf->mp_msg | arpi | 2002-06-03 | 1 | -19/+20 |
* | sub_read_line_ssa sig11 fix by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut... | arpi | 2002-05-31 | 1 | -2/+2 |
* | possible sig11 fixed in .rt parser (weisskreuzova.zip) | arpi | 2002-05-30 | 1 | -2/+7 |
* | added dump subtitles to .srt | iive | 2002-05-27 | 1 | -0/+40 |
* | applied 64bit patch from Ulrich Hecht <uli at suse dot de> | alex | 2002-05-23 | 1 | -1/+1 |
* | patch fixes broken detecniou of AQTitle subtiles and adds support for subtitl... | arpi | 2002-05-13 | 1 | -5/+62 |
* | patch by Didier <did-c-debian@ifrance.com>: | pl | 2002-05-07 | 1 | -2/+38 |
* | accept \N too, patch by Reinder <r.cuperus@student.utwente.nl> | arpi | 2002-05-05 | 1 | -1/+1 |
* | frame-based mpsub parser fix - patch by Rizsanyi Zsolt <rizsanyi@myrealbox.com> | arpi | 2002-04-25 | 1 | -2/+2 |
* | vplayer sub fix by Arkadiusz Podgorski <wodzu@softomat.com.pl> | arpi | 2002-03-27 | 1 | -0/+8 |
* | -subfps and -subdelay alters -dumpmpsub's output | laaz | 2002-02-28 | 1 | -4/+8 |
* | Fixed a bug with -dumpmpsub | laaz | 2002-02-28 | 1 | -3/+3 |
* | too many arguments to sscan in subdetect. | eyck | 2002-02-03 | 1 | -1/+1 |
* | detect microdvd with empty second frame. | eyck | 2002-01-31 | 1 | -0/+2 |
* | fixed mpsub bug requested by Gabucino | laaz | 2002-01-12 | 1 | -2/+5 |
* | 1. subs know are readed after reading AVI header so we already know fps | atlka | 2002-01-09 | 1 | -37/+29 |
* | corrections to adjust_subs_time function which now uses fps if needed | atlka | 2002-01-08 | 1 | -11/+7 |
* | added adjust_subs_time function which corrects bad sub->end time | atlka | 2002-01-08 | 1 | -10/+23 |
* | changed subreader.c to read microdvd lines in form "{%ld}{}[^\r\n]" too | atlka | 2002-01-08 | 1 | -2/+17 |
* | tail_space infinite loop fix by jeon_goon@lycos.co.kr | arpi | 2002-01-01 | 1 | -1/+1 |
* | fix a warning (ambiguous 'if else') | pl | 2001-12-25 | 1 | -5/+10 |
* | vplayer format - no longer crashes on slightly broken subs. | eyck | 2001-12-25 | 1 | -3/+3 |
* | bzero() -> memset() | pl | 2001-12-24 | 1 | -14/+15 |
* | some small sub bug fix | pontscho | 2001-12-17 | 1 | -1/+12 |
* | Patch by artur Zaprzala: | atmos4 | 2001-12-10 | 1 | -2/+8 |
* | patch fixes the showing last line of subtitles and support of SAMI Slacktime ... | arpi | 2001-11-30 | 1 | -5/+19 |
* | fopen(NULL,r) segfault on qnx | iive | 2001-11-15 | 1 | -1/+1 |
* | minor cleanups: | pl | 2001-11-15 | 1 | -60/+55 |
* | 11110001.txt find_sub sig11 fixed | arpi | 2001-11-13 | 1 | -0/+5 |
* | Applied SAMI patch by Evgeny Chukreev <codedj at echo dot ru> | atmos4 | 2001-11-11 | 1 | -5/+10 |
* | mpsub, FORMAT=<frame> alpha version | laaz | 2001-10-26 | 1 | -21/+25 |
* | remowing warning message | atlka | 2001-10-25 | 1 | -2/+2 |
* | added DUMPSUBS recognition if we need compile only subreader.c alone | atlka | 2001-10-24 | 1 | -3/+7 |
* | better FreeBSD iconv implementation | nexus | 2001-10-22 | 1 | -0/+4 |
* | AQT type support patch by Jiri.Svoboda@seznam.cz | arpi | 2001-10-21 | 1 | -2/+51 |
* | MPsub read/write support 0.5 (-dumpmpsub switch) | laaz | 2001-10-12 | 1 | -7/+51 |
* | mpsub read support | laaz | 2001-10-12 | 1 | -2/+46 |
* | modifications to use iconv(3) function to recode text of subs (autodetect) | atlka | 2001-10-10 | 1 | -1/+86 |
* | SSA 2. felvonas (egyre jobban programozok!!!) | laaz | 2001-10-09 | 1 | -3/+18 |
* | ssa worx fine. Testers needed :))) | laaz | 2001-10-09 | 1 | -6/+12 |
* | ehh. sizeof(pointer) bug fixed... | arpi | 2001-08-29 | 1 | -7/+8 |
* | subdump | arpi | 2001-08-29 | 1 | -15/+23 |
* | Fixup to vplayer subtitle submitted to sourceforge by Igor Wojnicki | eyck | 2001-08-22 | 1 | -1/+7 |
* | changes according to -utf8 option, draw_osd() function added | atlka | 2001-08-13 | 1 | -1/+5 |
* | new sub format... | szabii | 2001-06-09 | 1 | -11/+34 |
* | debug stuff removed | laaz | 2001-06-01 | 1 | -1/+1 |
* | Gabucino (CGA user)'s request (finds default.subs well) | laaz | 2001-06-01 | 1 | -6/+15 |
* | more stabile | laaz | 2001-06-01 | 1 | -10/+8 |
* | Added support for .ssa subtitles | laaz | 2001-05-31 | 1 | -4/+31 |
* | corrected strcmp() bug, now it works again with every subs (it was broken) | laaz | 2001-05-31 | 1 | -2/+4 |
* | there is another format that get detected as vplayers. | eyck | 2001-05-28 | 1 | -0/+1 |
* | implemented ~/.mplayer/sub/filename.sub stuff | arpi_esp | 2001-05-27 | 1 | -24/+29 |
* | Wrong header lenght count for vplayer format fixed. | eyck | 2001-05-24 | 1 | -3/+3 |
* | |