| Commit message (Expand) | Author | Age |
* | Replace platform preprocessor check by HAVE_DOS_PATHS. | komh | 2010-02-19 |
* | Add license header to all top-level files missing them. | diego | 2010-01-30 |
* | Fix sub_free to actually free the subtitle data. | reimar | 2010-01-22 |
* | Fix a memory leak in the subreader. | reimar | 2010-01-22 |
* | Replace strncat by av_strlcat which is easier to verify for correctness. | reimar | 2010-01-22 |
* | Use !isspace() to replace isalnum() to avoid filename mismatch under MBCS | zuxy | 2010-01-10 |
* | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 |
* | Fix crash with partial fribidi conversion. | reimar | 2009-11-22 |
* | Make fribidi (i.e. right-to-left) support work with embedded subtitles. | reimar | 2009-11-22 |
* | sub_fribidi should be static, it is not used outside subreader.c | reimar | 2009-11-20 |
* | Use early return instead of block over whole function. | reimar | 2009-11-20 |
* | Use FFMAX instead of a custom max macro. | reimar | 2009-11-20 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Get rid of some more trailing whitespace | reynaldo | 2009-05-12 |
* | Reduce subtitle parsing verbosity. | diego | 2009-04-12 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 |
* | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
* | Clear iconv conversion state after each subtitle line. | eugeni | 2008-05-29 |
* | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 |
* | subreader.c: remove unused code | uau | 2008-04-12 |
* | Move sub_utf8_prev declaration out of the DUMPSUBS #ifdef. | diego | 2008-03-18 |
* | On Win32 and OS/2, 'x:filename' path style without '\' path separator | diego | 2008-02-24 |
* | Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved | diego | 2008-01-06 |
* | Typo fix in message | reimar | 2007-12-22 |
* | The function parameter 'preferred_language' should be const char *. | ulion | 2007-12-17 |
* | Cleanup guess_buffer_cp() a bit, remove tmp variable, break the loop on success. | iive | 2007-10-28 |
* | Our enca code uses strdup() on the input encoding name, as we don't modify it... | iive | 2007-10-28 |
* | Revert r24103, it was nonsense and add a comment that explains the code | reimar | 2007-09-22 |
* | -subfps makes sense for frame-based subtitle formats as well! | reimar | 2007-08-20 |
* | Revert r23443, it breaks compilation without libass. | eugeni | 2007-06-02 |
* | Recode the whole subtitle file to utf-8 before parsing. | eugeni | 2007-06-01 |
* | 10l: comparison of char* ptrs with string literals | faust3 | 2007-02-19 |
* | Fix code updating subtitle array which only moved the text, not endpts. | uau | 2007-02-05 |
* | In .srt, any line containing only spaces and tabs marks the end of the | eugeni | 2007-01-18 |
* | Document sub_add_text and sub_clear_text | reimar | 2007-01-07 |
* | Subtitle handling cleanup: factor out code for parsing embedded subtitles | reimar | 2007-01-06 |
* | redone subcp_recode: get rid of static buffer, skip lines that failed to | reimar | 2006-10-18 |
* | Fix missleading msg printed when subcp_open is given NULL as parameter (like ... | gpoirier | 2006-09-18 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 |
* | corrects some casts that previously discarded the const qualifier. Patch by S... | reynaldo | 2006-07-27 |
* | marks several function without a prototype which arent used outside its sourc... | reynaldo | 2006-07-13 |
* | Marks several string parameters as const when they are not modified in the fu... | reynaldo | 2006-07-09 |
* | Split guess_cp() in two functions: | eugeni | 2006-07-07 |
* | this unrelated and erroneus change was applied on my previous commit, reverted | reynaldo | 2006-07-01 |
* | rm unnecesary void* casts - part 1 | reynaldo | 2006-07-01 |
* | more sizeof(char) fun | reynaldo | 2006-06-30 |
* | Fix problem when subtitle file name is shorter than ".utf-8" | gpoirier | 2006-06-14 |
* | fix uninitialized pointer value being passed to open_stream, where it is used... | gpoirier | 2006-06-14 |