summaryrefslogtreecommitdiffstats
path: root/sub_cc.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: make some arguments const, "unsigned char"->uint8_treimar2010-12-161-7/+7
* sub_cc: modify parsing to fix problem with one samplereimar2010-11-141-6/+3
* sub_cc: Allow selecting the Close Captioning channelreimar2010-11-141-10/+16
* sub_cc.c: minor cleanupreimar2010-11-141-6/+5
* cleanup: don't check for NULL before free()diego2010-11-081-2/+5
* Move code to avoid forward declarations in top-level .c filesdiego2010-11-021-8/+8
* sub_cc: remote pointless assignmentsreimar2010-11-021-6/+1
* Merge svn changes up to r30475Uoti Urpala2010-03-091-3/+18
|\
| * Add license header to all top-level files missing them.diego2010-01-301-3/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-5/+4
|/
* Some reformating to avoid two too long linesreynaldo2009-05-121-3/+3
* Get rid of some more trailing whitespacereynaldo2009-05-121-21/+21
* cosmetics: Remove file names from file header, it only causes trouble.diego2009-03-151-2/+2
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* Basic support for Closed Captioning Roll-up mode.voroshil2007-10-271-0/+45
* Sanity-check number of lines in CC subtitlereimar2006-11-251-1/+1
* Cleanup for uselessly complicated closed-caption subtitle handlingreimar2006-11-251-10/+2
* Add a sanity check to unsafe-looking code.uau2006-11-251-0/+2
* Change some printf calls to fprintf.diego2006-03-271-1/+1
* include config.h before includes that need itiive2006-02-161-0/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-3/+3
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+1
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-1/+1
* codmetics :)arpi2002-07-251-6/+6
* DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, sm...atmos42002-07-251-0/+292