Sat, 02 Jun 2007 13:00:38 +0000 |
eugeni |
Revert r23443, it breaks compilation without libass.
|
Fri, 01 Jun 2007 19:58:29 +0000 |
eugeni |
Recode the whole subtitle file to utf-8 before parsing.
|
Mon, 19 Feb 2007 10:48:50 +0000 |
faust3 |
10l: comparison of char* ptrs with string literals
|
Mon, 05 Feb 2007 23:25:50 +0000 |
uau |
Fix code updating subtitle array which only moved the text, not endpts.
|
Thu, 18 Jan 2007 14:50:32 +0000 |
eugeni |
In .srt, any line containing only spaces and tabs marks the end of the
|
Sun, 07 Jan 2007 12:06:48 +0000 |
reimar |
Document sub_add_text and sub_clear_text
|
Sat, 06 Jan 2007 19:07:58 +0000 |
reimar |
Subtitle handling cleanup: factor out code for parsing embedded subtitles
|
Wed, 18 Oct 2006 16:09:59 +0000 |
reimar |
redone subcp_recode: get rid of static buffer, skip lines that failed to
|
Mon, 18 Sep 2006 11:47:41 +0000 |
gpoirier |
Fix missleading msg printed when subcp_open is given NULL as parameter (like as demux_ogg and demux_mkv do)
|
Mon, 31 Jul 2006 17:39:17 +0000 |
ben |
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
|
Thu, 27 Jul 2006 18:15:35 +0000 |
reynaldo |
corrects some casts that previously discarded the const qualifier. Patch by Stefan Huehner, stefan AT Huehner-org
|
Thu, 13 Jul 2006 20:59:18 +0000 |
reynaldo |
marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
|
Sun, 09 Jul 2006 17:45:36 +0000 |
reynaldo |
Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org
|
Fri, 07 Jul 2006 18:07:39 +0000 |
eugeni |
Split guess_cp() in two functions:
|
Sat, 01 Jul 2006 04:55:54 +0000 |
reynaldo |
this unrelated and erroneus change was applied on my previous commit, reverted
|
Sat, 01 Jul 2006 03:56:13 +0000 |
reynaldo |
rm unnecesary void* casts - part 1
|
Fri, 30 Jun 2006 04:09:29 +0000 |
reynaldo |
more sizeof(char) fun
|
Wed, 14 Jun 2006 11:19:39 +0000 |
gpoirier |
Fix problem when subtitle file name is shorter than ".utf-8"
|
Wed, 14 Jun 2006 11:17:21 +0000 |
gpoirier |
fix uninitialized pointer value being passed to open_stream, where it is used in comparison.
|
Thu, 18 May 2006 18:31:14 +0000 |
uau |
Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are no
|
Sun, 14 May 2006 22:06:59 +0000 |
rathann |
Fix:
|
Sun, 23 Apr 2006 04:33:09 +0000 |
reynaldo |
Part 4 of otvos attila's oattila AT chello-hu mp_msg changes, no modifications this time
|
Thu, 06 Apr 2006 03:27:20 +0000 |
reynaldo |
Acording to manpage -dumpmicrodvdsub dumps to dumpsub.sub not dumpsub.txt
|
Fri, 17 Mar 2006 23:38:46 +0000 |
iive |
if stream is not seekable calling enca would prevent the real parsing of subtitles.
|
Fri, 17 Mar 2006 19:39:30 +0000 |
henry |
10l forgotten stream_reset to clear the EOF flag
|
Thu, 16 Mar 2006 19:16:07 +0000 |
albeu |
And 10L for me. Fix the forgoten enca_fd.
|
Thu, 16 Mar 2006 14:42:51 +0000 |
albeu |
Move the subread from FILE to stream_t.
|
Wed, 01 Jun 2005 09:01:41 +0000 |
reimar |
strdup subtitle filename at a more appropriate place, fixing memleaks and
|
Tue, 24 May 2005 08:42:20 +0000 |
henry |
more paranoid return value checking
|
Mon, 09 May 2005 18:28:41 +0000 |
henry |
strdup() of a NULL pointer, truckload of cola for me
|