Anshul Maheshwari
95e2f7665b
corrected time roll up
2014-07-12 11:28:43 +05:30
Anshul Maheshwari
a5ef2d1574
some memory check before accessing
2014-07-11 13:13:48 -07:00
Anshul Maheshwari
cc0a786004
compile on windows
2014-07-11 22:13:33 +05:30
Anshul Maheshwari
4d6693d948
cleaned mp4.c file
2014-07-11 19:09:34 +05:30
Anshul Maheshwari
9c0792c5a0
using time from data structure
2014-07-11 18:51:04 +05:30
Anshul Maheshwari
0f06f47ab4
logic to devide time between frames
2014-07-11 18:40:00 +05:30
Anshul Maheshwari
5371f854fc
indentation of 608_srt.c
2014-07-11 16:59:20 +05:30
Anshul Maheshwari
015a50bafd
put wtv specific dump in WTV_DEBUG macro
2014-07-07 18:02:59 +05:30
wforums
b7b8adf517
Bugfix for DVR-MS files
...
Moved all statics to a struct. Solves the issues on windows with the
DVR-MS files, which were due to the static parsebuf.
2014-07-06 15:36:30 +02:00
wforums
83faf38070
Revert "Bugfix for DVR-MS files"
...
This reverts commit c2d4de1442
.
2014-07-06 15:34:47 +02:00
wforums
c2d4de1442
Bugfix for DVR-MS files
...
Wouldn't process any DVR-MS files on windows. Bug traced back to
changing from cpp to c in 8980e807a8
.
Reverting this was OK for the version of 20 May
(f7c0000add
) with an own project, but not
for the current master.
Hence the change in the vcxproj, where a switch was causing this
behaviour.
2014-07-06 11:52:57 +02:00
cfsmp3
83a5957bc7
changed version number
2014-07-05 11:24:43 +02:00
Anshul Maheshwari
ab9bb5dfd6
fixing configuration file
2014-07-05 14:52:34 +05:30
cfsmp3
714906b5c2
Merge branch 'pr/n62_rkuchumov'
2014-07-04 10:02:32 +02:00
Ruslan Kuchumov
134762d6eb
608.c collision with Anshul's code
2014-07-03 22:22:57 +00:00
Ruslan Kuchumov
732e129d07
mp4.c unused variables
2014-07-03 22:14:11 +00:00
Ruslan Kuchumov
e1f9749c97
skip_u32() & commented unused vars
2014-07-03 22:05:46 +00:00
Anshul Maheshwari
385946ecd3
changed space to tab 608.c
...
also commented one unused function
2014-07-03 23:45:17 +05:30
Ruslan Kuchumov
8d073accd4
removed warnings (-Wall)
2014-07-03 15:48:29 +00:00
Anshul Maheshwari
175806b87f
added configuration's source file in vcxproj
2014-07-03 19:37:15 +05:30
Anshul Maheshwari
6f33566e89
added details of using configuration option
2014-07-03 19:31:54 +05:30
Anshul Maheshwari
b470072451
deleted binary file
2014-07-03 19:31:46 +05:30
wforums
f6554f1468
Changes.TXT
...
Updated.
2014-07-02 19:22:56 +02:00
cfsmp3
63f4c2e9d6
Updated CHANGES.TXT.
2014-07-02 09:50:28 +02:00
Anshul Maheshwari
05e5887772
Updated Readme File
2014-07-02 11:38:16 +05:30
Anshul Maheshwari
57df6a5d9c
Changed Refrence fram cpp to c files in comments
...
Now our source code does not contain any cpp files
2014-07-02 11:32:22 +05:30
Anshul Maheshwari
8fb135efcb
removed redundant declaration of get_fts
...
Its already declared in ccextractor.c
2014-07-02 11:25:52 +05:30
Anshul Maheshwari
8ad13c0083
update CHANGES.TXT
2014-07-02 11:23:07 +05:30
Anshul Maheshwari
0c29b8b27d
Support for configuration file
2014-07-01 17:49:21 +05:30
cfsmp3
a8e123efbe
Merge branch 'pr/n54_anshul1912'
2014-07-01 12:28:53 +02:00
cfsmp3
2257c12ed2
Merge commit '4ca13ff56e962f62fabd2258fa6f63e935ef49c0'
2014-07-01 12:28:39 +02:00
cfsmp3
0b42956d65
Merge branch 'pr/n57_wforums'
...
Conflicts:
docs/CHANGES.TXT
2014-07-01 12:26:57 +02:00
Ruslan Kuchumov
7be2d231a8
mp4 support
2014-07-01 13:09:26 +00:00
wforums
d1add49b9d
Changes.txt updated
2014-07-01 10:23:15 +02:00
wforums
46193445c3
Small change
...
Forgot to update comment after switching around parameters.
2014-07-01 10:02:51 +02:00
wforums
c258207e4f
Finished Custom TTXT
...
Finished.
- Reordered parameters
- Fully removed ccx_options.ucla_settings as it's fully replaced by the
transcript_settings
- Added parameter parsing + explanation for the custom TTXT
- Finished teletext changes for custom TTXT format
2014-07-01 09:46:18 +02:00
wforums
a0f9387889
Custom TTXT
...
Almost done, still left to do:
- update telxx.c to reflect changes
- add new commandline parameter + parsing.
608 & XDS are working already for normal & UCLA mode, nothing
broken/changed output wise.
2014-07-01 09:46:06 +02:00
wforums
0d463342f3
ttxt cont
2014-07-01 09:45:54 +02:00
wforums
82041086b4
First attempt
2014-07-01 09:45:41 +02:00
wforums
4ca13ff56e
XDS case fix
...
- Fixed a case error in the XDS.
2014-07-01 09:36:01 +02:00
Willem
6a7e5b4a34
Merge pull request #3 from wforums/mp4
...
Mp4
2014-06-25 11:31:49 +02:00
wforums
f4f006c0e8
Project filter
...
Added filters for gpacmp4, libpng & zlib to "clean" out the long list of
source files.
2014-06-25 11:19:50 +02:00
Anshul Maheshwari
c8f65bb686
Binary search for dictionary
2014-06-25 10:58:10 +05:30
Anshul Maheshwari
9d8bb65e2a
compile on windows
2014-06-23 14:11:42 +05:30
Carlos Fernandez
a5827dd0b9
Merge branch 'pr/n51_wforums'
2014-06-22 18:08:23 -07:00
wforums
86ef6d521e
Added a description of fix in changes.txt
2014-06-22 11:57:06 +02:00
wforums
ef7d4785e0
Fix for mp4
...
Fixed the wrong subtitles on the given iphone sample by splitting up the
sample into multiple atoms (if present) instead of just one. Tested
change with a second (already working) sample, nothing broke there.
2014-06-22 09:39:17 +02:00
Carlos Fernandez
0340158108
Merge branch 'pr/n49_anshul1912'
2014-06-21 06:43:07 -07:00
Carlos Fernandez
d691d4fa4b
Merge commit 'd9fb5bb35066dcf85aa00e25ca91987728b2e78d'
...
Conflicts:
src/stream_functions.c
2014-06-20 06:39:33 -07:00
Carlos Fernandez
64c5d5ddc5
Merge commit '122cb9f509da9b2542c08d5235a85278e5d9d0c7'
2014-06-20 06:37:32 -07:00