Commit Graph

1389 Commits

Author SHA1 Message Date
Saurabh Shrivastava
8221a26c2d Fixed missing directory in Makefile for linux.
There was a missing directory /src/protobuf-c in makefile for linux installation.
2016-12-14 14:20:02 +05:30
Carlos Fernandez
9996836253 Removed LIBCURL in linux build script, since that stuff is not complete 2016-12-14 01:41:38 +00:00
Carlos Fernandez
7aaa1e3edb Corrected timing in Itunes
Added list of changes to CHANGES.TXT
2016-12-13 17:39:05 -08:00
Carlos Fernandez
532ecbd449 Fixed Itunes (well, MP4 generally really, maybe more) line repetition. 2016-12-13 13:32:28 -08:00
Carlos Fernandez
e66059f621 Merge branch 'pr/n525_DanilaFe' 2016-12-13 10:44:46 -08:00
Carlos Fernandez
3344040630 Merge branch 'pr/n521_DanilaFe' 2016-12-13 10:43:15 -08:00
Carlos Fernandez
6afe786cad Merge branch 'pr/n519_DanilaFe' 2016-12-13 10:42:29 -08:00
Carlos Fernandez
5f4307932a Merge branch 'pr/n518_DanilaFe' 2016-12-13 10:40:30 -08:00
Carlos Fernandez
4978c3e648 Merge branch 'pr/n517_DanilaFe' 2016-12-13 10:39:56 -08:00
Carlos Fernandez
f0223a2505 Merge branch 'pr/n516_DanilaFe' 2016-12-13 10:38:00 -08:00
Carlos Fernandez
727c407435 Merge branch 'pr/n515_DanilaFe' 2016-12-13 10:32:01 -08:00
Carlos Fernandez
c63a250f2b Merge branch 'pr/n526_Izaron' 2016-12-13 10:31:39 -08:00
Evgeny Shulgin
2417b74ea5 Fixed CMakeLists for build in cmake (#508) 2016-12-12 12:06:57 -08:00
Carlos Fernandez
620ed70246 Merge branch 'pr/n504_canihavesomecoffee' 2016-12-12 10:11:53 -08:00
Carlos Fernandez
847dc0080a Added 3 more TV show dictionaries. 2016-12-12 10:10:58 -08:00
Evgeny Shulgin
d12600e076 Added the line to check for broken subtitle
See this line https://github.com/CCExtractor/ccextractor/blob/master/src/lib_ccx/ccx_encoders_transcript.c#L276
2016-12-12 18:23:21 +04:00
Izaron
7d60f558d5 Fixed -unixts option 2016-12-12 17:18:24 +03:00
Danila Fedorin
5602e420fc Merge remote-tracking branch 'upstream/master' into cleanup-libccx-h 2016-12-11 14:24:55 -08:00
Danila Fedorin
7a25006fa5 Merge remote-tracking branch 'upstream/master' into cleanup-bistream-h 2016-12-11 14:22:31 -08:00
Danila Fedorin
88bd1d9c16 Merge remote-tracking branch 'upstream/master' into cleanup-demuxer-h 2016-12-11 14:16:54 -08:00
Danila Fedorin
dc4797bb59 Merge remote-tracking branch 'upstream/master' into cleanup-getmoredata 2016-12-11 14:15:28 -08:00
Danila Fedorin
15b5bddab8 Merge remote-tracking branch 'upstream/master' into cleanup-string-cmp 2016-12-11 14:14:44 -08:00
Danila Fedorin
2b8444b78f Merge remote-tracking branch 'upstream/master' into cleanup-hardsubx 2016-12-11 14:13:49 -08:00
Danila Fedorin
b695a8c469 Merge upstream changes 2016-12-11 14:08:37 -08:00
Victoria Staada
943bb576a9 Added 3 TV series database as requested (#523)
* Create dict_how_to_get_away_with_murder.txt

* Create dict_stranger_things.txt

* Update dict_stranger_things.txt

* Create dict_sense8.txt
2016-12-11 11:03:25 -08:00
Danila Fedorin
209e6ebb08 Rename more variables in avc_functions 2016-12-11 01:16:13 -08:00
Danila Fedorin
202e539cca Rename some variables in avc_functions 2016-12-11 01:12:29 -08:00
Danila Fedorin
6885f41b61 Add more underscores!!
I feel like my last several commits were just this.
2016-12-11 01:01:51 -08:00
Danila Fedorin
69d33e7483 Better name string_cmp2.
Seeing that it is passed as a function pointer, the _function keyword
was added to its name. Hopefully that helps.
2016-12-11 01:00:46 -08:00
Danila Fedorin
d175082520 Add more underscores to getmoredata functions. 2016-12-11 00:58:36 -08:00
Danila Fedorin
2ef31d2e08 Add underscores to function na,e. 2016-12-11 00:58:29 -08:00
Danila Fedorin
eab439d450 Add small changes to function names in ccx_demuxer.h. 2016-12-11 00:57:18 -08:00
Danila Fedorin
01d2ce36d1 Clarify usage function name (rename it to print_usage). 2016-12-10 23:17:18 -08:00
Danila Fedorin
cbea9ee045 Also add underscores to get_total_file_size. 2016-12-10 23:16:36 -08:00
Danila Fedorin
d5f14d56f3 Add underscores to getfilesize. 2016-12-10 23:04:20 -08:00
Danila Fedorin
c3a80b086c Rename i, u, se, and ue functions. 2016-12-10 23:02:10 -08:00
Danila Fedorin
7616cef9cc Remove accidental code duplication. 2016-12-10 23:00:08 -08:00
Danila Fedorin
1f54d88867 Add hex_string_to_int function.
The only time I found hex2string being used was when it was
with two characters from char array. It therefore should be possible
to generalize the behavior of hex_to_int (which specifically takes two
characters) to take the array instead, in order to reduce code duplication.
I will refrain from moving this function into real application code in
case there is something I overlooked.
2016-12-10 23:00:04 -08:00
Danila Fedorin
12c388093f Rename hex2int to hex_to_int. 2016-12-10 23:00:00 -08:00
Danila Fedorin
190a4203eb Rename processhex to process_hex for consistency. 2016-12-10 22:59:52 -08:00
Evgeny Shulgin
0fdd608828 Fixed FPS switching (#510) 2016-12-10 21:30:54 -08:00
Abhinav Shukla
697132baf9 Fix #454 : Removed ugly debug statement with local path (#514) 2016-12-10 21:03:48 -08:00
canihavesomecoffee
7b55f61396 Remove hardcoded references in project file, add relative ones instead 2016-12-10 08:38:58 +01:00
canihavesomecoffee
f3faaf06f8 Add VC.db file to gitignore
Also moves the folders to the correct place
2016-12-10 08:38:43 +01:00
Carlos Fernandez
6dc941d4e6 Changed platform target to v120_xp, fixed some missing dirs. 2016-12-09 14:02:10 -08:00
AlexBratosin2001
ce15155956 Updated GPAC library to v0.6.2 (#500)
Replaced GPAC.
2016-12-09 13:47:54 -08:00
Carlos Fernandez
8ab68b94ac Added detail in many error messages. 2016-12-09 11:07:29 -08:00
Carlos Fernandez
0753f23078 Merge branch 'pr/n490_saurabhshri' 2016-12-09 10:18:17 -08:00
Carlos Fernandez
859296885f Merge branch 'pr/n488_saurabhshri' 2016-12-09 10:16:42 -08:00
Saurabh Shrivastava
a37961ef9c Added more words. 2016-12-08 13:53:47 +05:30