2008-01-06 |
diego |
Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
|
2007-12-22 |
reimar |
Typo fix in message
|
2007-12-17 |
ulion |
The function parameter 'preferred_language' should be const char *.
|
2007-10-28 |
iive |
Cleanup guess_buffer_cp() a bit, remove tmp variable, break the loop on success.
|
2007-10-28 |
iive |
Our enca code uses strdup() on the input encoding name, as we don't modify it we can use the original constant string.
|
2007-09-22 |
reimar |
Revert r24103, it was nonsense and add a comment that explains the code
|
2007-08-20 |
reimar |
-subfps makes sense for frame-based subtitle formats as well!
|
2007-06-02 |
eugeni |
Revert r23443, it breaks compilation without libass.
|
2007-06-01 |
eugeni |
Recode the whole subtitle file to utf-8 before parsing.
|
2007-02-19 |
faust3 |
10l: comparison of char* ptrs with string literals
|
2007-02-05 |
uau |
Fix code updating subtitle array which only moved the text, not endpts.
|
2007-01-18 |
eugeni |
In .srt, any line containing only spaces and tabs marks the end of the
|
2007-01-07 |
reimar |
Document sub_add_text and sub_clear_text
|
2007-01-06 |
reimar |
Subtitle handling cleanup: factor out code for parsing embedded subtitles
|
2006-10-18 |
reimar |
redone subcp_recode: get rid of static buffer, skip lines that failed to
|
2006-09-18 |
gpoirier |
Fix missleading msg printed when subcp_open is given NULL as parameter (like as demux_ogg and demux_mkv do)
|
2006-07-31 |
ben |
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
|
2006-07-27 |
reynaldo |
corrects some casts that previously discarded the const qualifier. Patch by Stefan Huehner, stefan AT Huehner-org
|
2006-07-13 |
reynaldo |
marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
|
2006-07-09 |
reynaldo |
Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-07 |
eugeni |
Split guess_cp() in two functions:
|
2006-07-01 |
reynaldo |
this unrelated and erroneus change was applied on my previous commit, reverted
|
2006-07-01 |
reynaldo |
rm unnecesary void* casts - part 1
|
2006-06-30 |
reynaldo |
more sizeof(char) fun
|
2006-06-14 |
gpoirier |
Fix problem when subtitle file name is shorter than ".utf-8"
|
2006-06-14 |
gpoirier |
fix uninitialized pointer value being passed to open_stream, where it is used in comparison.
|
2006-05-18 |
uau |
Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are no
|
2006-05-14 |
rathann |
Fix:
|
2006-04-23 |
reynaldo |
Part 4 of otvos attila's oattila AT chello-hu mp_msg changes, no modifications this time
|
2006-04-06 |
reynaldo |
Acording to manpage -dumpmicrodvdsub dumps to dumpsub.sub not dumpsub.txt
|
2006-03-17 |
iive |
if stream is not seekable calling enca would prevent the real parsing of subtitles.
|
2006-03-17 |
henry |
10l forgotten stream_reset to clear the EOF flag
|
2006-03-16 |
albeu |
And 10L for me. Fix the forgoten enca_fd.
|
2006-03-16 |
albeu |
Move the subread from FILE to stream_t.
|
2005-06-01 |
reimar |
strdup subtitle filename at a more appropriate place, fixing memleaks and
|
2005-05-24 |
henry |
more paranoid return value checking
|
2005-05-09 |
henry |
strdup() of a NULL pointer, truckload of cola for me
|
2005-02-04 |
faust3 |
bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>
|
2004-10-18 |
faust3 |
document global variables used with fribidi
|
2004-10-18 |
faust3 |
correctly display the commas of most hebrew subtitles on the left side
|
2004-09-15 |
faust3 |
This time is a patch to improve subtitle alignment management. It
|
2004-09-02 |
faust3 |
subtitle autodetection regardles of case (bug #65), patches Michal Svec <rebel at atrey.karlin.mff.cuni.cz> and Reynaldo H. Verdejo Pinochet <reynaldo at opendot.cl>
|
2004-07-28 |
reimar |
fixes a crash and unchecked string-handling in ENCA code.
|
2004-06-25 |
diego |
string handling security fixes
|
2004-05-21 |
henry |
1e6l
|
2004-05-09 |
rfelker |
more cola for jindrich
|
2004-05-09 |
rfelker |
1000000l for sig11 without -subcp!!! (and 1l for my first commit :)
|
2004-05-08 |
henry |
ENCA support (http://trific.ath.cx/software/enca/)
|
2004-04-06 |
alex |
MPL2 subreader, patch by Cezary Jackiewicz (cjackiewicz@poczta.onet.pl)
|
2004-04-06 |
alex |
skip {...} parts in SAME subs, patch by Salvatore Falco
|
2004-01-29 |
attila |
Fix the PJS (aka dunnowhat) subtitles
|
2004-01-24 |
attila |
prevent subreader from segfaulting when sami subs dont have
|
2003-11-19 |
luran |
10l
|
2003-10-09 |
faust3 |
sub autoloading fix for windows
|
2003-09-23 |
atlka |
subtitles priority calculation correction
|
2003-09-22 |
atlka |
corrected utf8 files autoselection
|
2003-09-21 |
henry |
Subtitle alignment & smart splitting by Salvatore Falco
|
2003-09-02 |
alex |
Jacosub files can have the extension '.js' too. Patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>
|
2003-08-25 |
mosu |
Support for case insensitive string matching in SAMI subtitle files. Patch by Bruno Lecointre.
|
2003-08-17 |
alex |
Fixes FriBiDi support and extends it with configure options. Patch by Raindel Shachar <raindel@techunix.technion.ac.il>
|