Commit Graph

540 Commits

Author SHA1 Message Date
Akim Sadaoui
29aa63c23c Fixed a typo in smptett header 2014-12-19 16:50:21 +01:00
Anshul Maheshwari
7083a36ecb Merge remote-tracking branch 'carlos/master' 2014-11-30 21:09:40 +05:30
Anshul Maheshwari
38421e886e Merge remote-tracking branch 'carlos/master' 2014-11-28 19:42:19 +01:00
Akim Sadaoui
b0de53c351 Added default style to smptett header 2014-11-28 15:57:50 +01:00
Akim Sadaoui
09dcb8b7c0 Fixed a rare bug with some teletext input
In rare cases, the output had the last line written after the footer (i.e. for
smptett the last </div></tt> was after the last <p>).
2014-11-28 15:56:28 +01:00
Akim Sadaoui
13ab9e6a4e Fixed line break in output for teletext input 2014-11-28 15:56:06 +01:00
Akim Sadaoui
08ae34bc24 Added smptett support for teletext input 2014-11-28 15:54:40 +01:00
Akim Sadaoui
f5f1a70eb8 fixed a typo in generated smptett 2014-11-28 15:54:35 +01:00
Anshul Maheshwari
471c130928 updated version to 0.75 2014-11-26 18:31:01 +05:30
cfsmp3
4db37e7ac3 Merge branch 'pr/n121_anshul1912' 2014-11-26 13:57:53 +01:00
Anshul Maheshwari
3953f806b0 corrected sign of argument 2014-11-26 18:02:25 +05:30
Anshul Maheshwari
cf0ebd27f7 corrected initial value of ret 2014-11-26 18:00:53 +05:30
Anshul Maheshwari
559d05c478 added flag in CCExtractor Cmake to build with FFMpeg 2014-11-26 17:58:49 +05:30
Anshul Maheshwari
4d7e629ba5 in ffmpeg intigration logic, removed unneeded malloc and free 2014-11-26 17:57:41 +05:30
Anshul Maheshwari
866c4ea159 added flag in CCExtractor Cmake to build with FFMpeg 2014-11-26 17:55:20 +05:30
Anshul Maheshwari
cf508653f2 documented how to compile ccextractor with FFmpeg using cmake 2014-11-26 17:53:12 +05:30
Anshul Maheshwari
b3b683aa83 Instruction on how to build ccextractor with CMake 2014-11-25 15:00:39 +05:30
Anshul Maheshwari
9f6309ef14 More elaborate warning for DVB subtitle's 2014-11-14 18:12:48 +05:30
cfsmp3
b95e06c21c Merge branch 'pr/n118_anshul1912' 2014-11-11 13:35:37 +01:00
Anshul Maheshwari
7ed99097ba removed libpng15 requirement in cmake 2014-10-31 04:44:38 +05:30
Anshul Maheshwari
3f4bbbde25 addd some platform specific library path 2014-10-31 04:38:06 +05:30
Anshul Maheshwari
5828f50210 init timing while initilaizing library 2014-10-31 04:19:53 +05:30
Anshul Maheshwari
b5931e8749 added dinit function to remove some memory leaks 2014-10-29 21:23:41 +05:30
Anshul Maheshwari
c588b42e0a remove redundant write format 2014-10-20 04:06:51 +05:30
Anshul Maheshwari
f9ee9570a4 remove internal use of ccx_decoders_common_settings_t 2014-10-20 03:16:57 +05:30
Anshul Maheshwari
55e408bbb7 made seprate decoder context 2014-10-19 22:36:02 +05:30
Anshul Maheshwari
93a5ae9728 cmake:generate pkg-config pc file on make install 2014-10-17 22:02:08 +05:30
cfsmp3
5c7430cff5 Merge branch 'pr/n116_anshul1912' 2014-10-12 09:56:02 +02:00
cfsmp3
fecf14bc15 Merge branch 'pr/n117_wforums' 2014-10-12 09:55:18 +02:00
wforums
a4275eba62 MAC build command fix
Fixed.
2014-10-12 00:47:47 +02:00
wforums
3873e8fd30 Bugfix for output filename fix
Getting tired :( Forgot to change header.
2014-10-12 00:45:08 +02:00
Anshul Maheshwari
5e22be2576 reverted back the changes of adding exra byte 2014-10-12 03:56:00 +05:30
cfsmp3
0b568cb168 Merge branch 'pr/n115_wforums' 2014-10-11 22:53:25 +02:00
cfsmp3
017d539710 Merge branch 'pr/n114_anshul1912' 2014-10-11 22:52:40 +02:00
wforums
06c8f69056 Output filename fix
The provided names in -o1 and -o2 were not passed on between argument
passing and initialisation of write structures, resulting in default
names.
2014-10-11 22:47:16 +02:00
Anshul Maheshwari
b06654b760 increased 1 byte of cc_data according to spec
According to CEA-708-D August 2008
cc_data() {
    reserved                   1 bit
    proccess_cc_data_flag      1 bit
    zero bit                   1 bit
    cc_count                   5 bit
    reserved                   8 bit
    for( i = 0; i < cc_count; i++) {
        one_bit_4_compatibility      1 bit
        reserved                     4 bit
        cc_valid                     1 bit
        cc_type                      2 bit
        cc_data_1                    8 bit
        cc_data_2                    8 bit
    }
}
2014-10-12 00:55:08 +05:30
cfsmp3
4ff49c2010 Merge branch 'pr/n113_anshul1912' 2014-10-11 13:02:11 +02:00
Anshul Maheshwari
0c650711cf corrected ffmpeg enabled build 2014-10-11 14:54:02 +05:30
cfsmp3
3128f10fb5 In srt, use -lf to change CRLF for LF. 2014-10-11 11:23:18 +02:00
cfsmp3
63b209929e Version push (to 0.75) 2014-10-11 10:48:12 +02:00
cfsmp3
5f68a9166f -Added -bom 2014-10-11 10:39:56 +02:00
Anshul Maheshwari
15616edea8 updated changes 2014-10-11 12:26:54 +05:30
cfsmp3
cce4ec5e1a Merge branch 'pr/n111_wforums' 2014-10-11 08:05:02 +02:00
Anshul Maheshwari
72ecd279cf passing ctx to store_hdcc 2014-10-11 10:47:06 +05:30
Anshul Maheshwari
87f1a3845c remove more global variables from header files 2014-10-11 02:25:58 +05:30
Anshul Maheshwari
4ae5f3483c removed global variable from header files 2014-10-11 01:48:57 +05:30
Anshul Maheshwari
38876690f8 Merge branch 'master' of https://github.com/anshul1912/ccextractor 2014-10-10 23:57:55 +05:30
Anshul Maheshwari
7bb4e842dd corrected function declaration 2014-10-10 23:56:53 +05:30
wforums
26d9584a93 Windows projext fix 2014-10-10 18:49:46 +02:00
wforums
9d5ce9aaae UCLA bug fix?
-
2014-10-10 18:49:39 +02:00