aboutsummaryrefslogtreecommitdiffhomepage
path: root/subreader.c
Commit message (Expand)AuthorAge
* The function parameter 'preferred_language' should be const char *.Gravatar ulion2007-12-17
* Cleanup guess_buffer_cp() a bit, remove tmp variable, break the loop on success.Gravatar iive2007-10-28
* Our enca code uses strdup() on the input encoding name, as we don't modify it...Gravatar iive2007-10-28
* Revert r24103, it was nonsense and add a comment that explains the codeGravatar reimar2007-09-22
* -subfps makes sense for frame-based subtitle formats as well!Gravatar reimar2007-08-20
* Revert r23443, it breaks compilation without libass.Gravatar eugeni2007-06-02
* Recode the whole subtitle file to utf-8 before parsing.Gravatar eugeni2007-06-01
* 10l: comparison of char* ptrs with string literalsGravatar faust32007-02-19
* Fix code updating subtitle array which only moved the text, not endpts.Gravatar uau2007-02-05
* In .srt, any line containing only spaces and tabs marks the end of theGravatar eugeni2007-01-18
* Document sub_add_text and sub_clear_textGravatar reimar2007-01-07
* Subtitle handling cleanup: factor out code for parsing embedded subtitlesGravatar reimar2007-01-06
* redone subcp_recode: get rid of static buffer, skip lines that failed toGravatar reimar2006-10-18
* Fix missleading msg printed when subcp_open is given NULL as parameter (like ...Gravatar gpoirier2006-09-18
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* corrects some casts that previously discarded the const qualifier. Patch by S...Gravatar reynaldo2006-07-27
* marks several function without a prototype which arent used outside its sourc...Gravatar reynaldo2006-07-13
* Marks several string parameters as const when they are not modified in the fu...Gravatar reynaldo2006-07-09
* Split guess_cp() in two functions:Gravatar eugeni2006-07-07
* this unrelated and erroneus change was applied on my previous commit, revertedGravatar reynaldo2006-07-01
* rm unnecesary void* casts - part 1Gravatar reynaldo2006-07-01
* more sizeof(char) funGravatar reynaldo2006-06-30
* Fix problem when subtitle file name is shorter than ".utf-8"Gravatar gpoirier2006-06-14
* fix uninitialized pointer value being passed to open_stream, where it is used...Gravatar gpoirier2006-06-14
* Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are noGravatar uau2006-05-18
* Fix:Gravatar rathann2006-05-14
* Part 4 of otvos attila's oattila AT chello-hu mp_msg changes, no modification...Gravatar reynaldo2006-04-23
* Acording to manpage -dumpmicrodvdsub dumps to dumpsub.sub not dumpsub.txtGravatar reynaldo2006-04-06
* if stream is not seekable calling enca would prevent the real parsing of subt...Gravatar iive2006-03-17
* 10l forgotten stream_reset to clear the EOF flagGravatar henry2006-03-17
* And 10L for me. Fix the forgoten enca_fd.Gravatar albeu2006-03-16
* Move the subread from FILE to stream_t.Gravatar albeu2006-03-16
* strdup subtitle filename at a more appropriate place, fixing memleaks andGravatar reimar2005-06-01
* more paranoid return value checkingGravatar henry2005-05-24
* strdup() of a NULL pointer, truckload of cola for meGravatar henry2005-05-09
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>Gravatar faust32005-02-04
* document global variables used with fribidiGravatar faust32004-10-18
* correctly display the commas of most hebrew subtitles on the left sideGravatar faust32004-10-18
* This time is a patch to improve subtitle alignment management. ItGravatar faust32004-09-15
* subtitle autodetection regardles of case (bug #65), patches Michal Svec <rebe...Gravatar faust32004-09-02
* fixes a crash and unchecked string-handling in ENCA code.Gravatar reimar2004-07-28
* string handling security fixesGravatar diego2004-06-25
* 1e6lGravatar henry2004-05-21
* more cola for jindrichGravatar rfelker2004-05-09
* 1000000l for sig11 without -subcp!!! (and 1l for my first commit :)Gravatar rfelker2004-05-09
* ENCA support (http://trific.ath.cx/software/enca/)Gravatar henry2004-05-08
* MPL2 subreader, patch by Cezary Jackiewicz (cjackiewicz@poczta.onet.pl)Gravatar alex2004-04-06
* skip {...} parts in SAME subs, patch by Salvatore FalcoGravatar alex2004-04-06
* Fix the PJS (aka dunnowhat) subtitlesGravatar attila2004-01-29
* prevent subreader from segfaulting when sami subs dont haveGravatar attila2004-01-24