summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-02-04Fix graphsBenjamin Franzke1-200/+2732
2013-02-04new data and images for plotsJan Klemkow2-1/+200
2013-02-04cutting: Fix file pathBenjamin Franzke1-1/+1
2013-02-02findcut: Add flag to print the previous frames time as beginningBenjamin Franzke2-5/+11
2013-02-02Add script to remove a cut-video from a videoBenjamin Franzke1-0/+8
2013-02-02findcut: Add range flagBenjamin Franzke1-3/+16
2013-02-02cutint: Allow giving only a start value as last parameterBenjamin Franzke1-2/+5
2013-02-02change ksh kind of array into empty stringJan Klemkow1-2/+1
2013-02-02convert cutint.sh to BSD behaviaJan Klemkow1-2/+6
2013-02-02cutint: Do not use arrays but a string to store tmp filesBenjamin Franzke1-4/+4
2013-02-02cuttint: Remove temporary partsBenjamin Franzke1-0/+1
2013-02-02Add script to concat by given intervalsBenjamin Franzke1-0/+28
2013-02-02Use PRId64 for int64_t in printfsBenjamin Franzke4-4/+8
2013-02-02add some fileextentions to .gitignoreJan Klemkow1-0/+5
2013-02-02suppress warning for wrong use of printing flagsJan Klemkow3-3/+3
2013-02-02add findcut graph plotting for documentationJan Klemkow1-0/+3
2013-02-02add findcutJan Klemkow1-2/+5
2013-02-02add tool to recognize a cut inside a videoJan Klemkow1-0/+88
2013-02-01Add graph and text into documentation.Jan Klemkow1-2/+4
2013-02-01add data for plotting and documentationJan Klemkow2-0/+4193
2013-02-01cutting: BUG FIXJan Klemkow1-2/+2
2013-02-01plot: fix file pathJan Klemkow1-1/+1
2013-02-01cuttime: use diff slope for cut detectionJan Klemkow1-1/+1
2013-02-01fix filedescriptor leakJan Klemkow1-1/+1
2013-02-01improve graph plotting with labes and unitsJan Klemkow1-7/+14
2013-02-01improve output posebilitiesJan Klemkow1-10/+26
2013-02-01video_decode: cur_dts includes start time, so substract it for frame dtsBenjamin Franzke1-0/+2
2013-02-01util: Add sobel operatorBenjamin Franzke2-0/+45
2013-02-01add help flag and improve help messageJan Klemkow2-4/+8
2013-02-01Rename cutting to cutting.shBenjamin Franzke1-0/+0
2013-02-01Also put frame_average into utilBenjamin Franzke3-19/+23
2013-02-01.gitignore: Add overlap, and fix advtime->cuttime renamingBenjamin Franzke1-1/+2
2013-02-01Put frame_diff and pswap into utilBenjamin Franzke4-64/+35
2013-02-01overlap: Remove unnused functionsBenjamin Franzke1-30/+0
2013-02-01rename advtime into cuttime even in usage()Jan Klemkow1-1/+1
2013-02-01rename advtime into cuttimeJan Klemkow2-4/+4
2013-02-01clean up code.Jan Klemkow1-6/+4
2013-01-31util: Add pgm_read functionBenjamin Franzke2-0/+44
2013-01-31overlap: Remove print_time (since its in util)Benjamin Franzke1-14/+0
2013-01-31Put print_time into util.cBenjamin Franzke3-14/+19
2013-01-31video_decode: Fix a leak when decoding failsBenjamin Franzke1-0/+1
2013-01-31frame_to_pgm: On error do not return 0Benjamin Franzke1-1/+1
2013-01-31Makefile: Allow specifying DEBUG=1 as parameterBenjamin Franzke2-3/+2
2013-01-31video-decode: Fix the got_picture = 0 caseBenjamin Franzke1-21/+16
2013-01-31overlap: Use video_decode_seek to get fast to last frameBenjamin Franzke1-2/+2
2013-01-31video-decode: Add seek functionBenjamin Franzke2-0/+15
2013-01-31advtime: Check if frame_b can be freedBenjamin Franzke1-1/+2
2013-01-31cutting: Generate wmv's instead of mpgBenjamin Franzke1-1/+1
2013-01-31video-decode: Add duration to struct video_decodeBenjamin Franzke2-6/+12
2013-01-31add overlap toolJan Klemkow4-4/+185