aboutsummaryrefslogtreecommitdiffhomepage
path: root/subreader.c
Commit message (Expand)AuthorAge
* subreader.c: malloc+memset -> callocGravatar cehoyos2010-11-02
* subreader.c: Simplify comparisonGravatar cehoyos2010-11-02
* subreader: fix crash with un-commonly formated ASS filesGravatar aurel2010-11-02
* Simplify code: make open_stream() accept NULL file_format argumentGravatar reimar2010-11-02
* subreader.c: place conditionally declaration under #ifdefGravatar diego2010-11-02
* subreader.c: Extract duplicated code into a separate function.Gravatar reimar2010-11-02
* subreader.c: check for max line count in SAMI subtitle readerGravatar reimar2010-11-02
* cosmetics: Fix typo in commentGravatar hyc2010-11-02
* options: move -alang and -slang to option structGravatar Uoti Urpala2010-05-22
* subreader.c: allow compilation with old FriBiDi 0.10Gravatar Uoti Urpala2010-05-16
* subreader: remove pointless messageGravatar Uoti Urpala2010-05-08
* subreader.c: fix fribidi variable typeGravatar Uoti Urpala2010-05-08
* Merge svn changes up to r30815Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\ \ \
* \ \ \ Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\ \ \ \
* \ \ \ \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \
| | | | | * Extend stream_read_line to support reading lines from UTF-16 encoded filesGravatar reimar2010-02-28
| | | | |/
| | | | * sub_utf8 is handled as a value, not flags everywhere else, so changeGravatar reimar2010-02-28
| | | | * Make array describing the subtitle reader modules const.Gravatar reimar2010-02-28
| | | |/
| | | * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
| | |/
| | * Replace platform preprocessor check by HAVE_DOS_PATHS.Gravatar komh2010-02-19
| |/
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Merge svn changes up to r30419Gravatar Uoti Urpala2010-01-25
|\|
* | Merge svn changes up to r30264Gravatar Uoti Urpala2010-01-25
|\ \
| | * Fix sub_free to actually free the subtitle data.Gravatar reimar2010-01-22
| | * Fix a memory leak in the subreader.Gravatar reimar2010-01-22
| | * Replace strncat by av_strlcat which is easier to verify for correctness.Gravatar reimar2010-01-22
| |/
* | subreader.c: fix excessive memory use with some external subtitlesGravatar Uoti Urpala2010-01-16
| * Use !isspace() to replace isalnum() to avoid filename mismatch under MBCSGravatar zuxy2010-01-10
|/
* Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* Fix crash with partial fribidi conversion.Gravatar reimar2009-11-22
* Make fribidi (i.e. right-to-left) support work with embedded subtitles.Gravatar reimar2009-11-22
* sub_fribidi should be static, it is not used outside subreader.cGravatar reimar2009-11-20
* Use early return instead of block over whole function.Gravatar reimar2009-11-20
* Use FFMAX instead of a custom max macro.Gravatar reimar2009-11-20
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Get rid of some more trailing whitespaceGravatar reynaldo2009-05-12
* Reduce subtitle parsing verbosity.Gravatar diego2009-04-12
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Clear iconv conversion state after each subtitle line.Gravatar eugeni2008-05-29
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* subreader.c: remove unused codeGravatar uau2008-04-12
* Move sub_utf8_prev declaration out of the DUMPSUBS #ifdef.Gravatar diego2008-03-18
* On Win32 and OS/2, 'x:filename' path style without '\' path separatorGravatar diego2008-02-24
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06
* Typo fix in messageGravatar reimar2007-12-22