Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-02 | Use PRId64 for int64_t in printfs | Benjamin Franzke | 4 | -4/+8 | |
Using %lld is not portable, since it depends on the architecture whether to use %ld or %lld. The inttypes.h header thus defines macros that propose the correct one. | |||||
2013-02-02 | add pictures and text for findcuts | Jan Klemkow | 5 | -0/+2541 | |
2013-02-02 | add some fileextentions to .gitignore | Jan Klemkow | 1 | -0/+5 | |
2013-02-02 | suppress warning for wrong use of printing flags | Jan Klemkow | 3 | -3/+3 | |
2013-02-02 | add findcut graph plotting for documentation | Jan Klemkow | 1 | -0/+3 | |
2013-02-02 | add findcut | Jan Klemkow | 1 | -2/+5 | |
2013-02-02 | add tool to recognize a cut inside a video | Jan Klemkow | 1 | -0/+88 | |
2013-02-01 | add text and ffmpeg example | Jan Klemkow | 1 | -3/+11 | |
2013-02-01 | add some text about cutting | Jan Klemkow | 1 | -2/+7 | |
2013-02-01 | Add graph and text into documentation. | Jan Klemkow | 3 | -3/+327 | |
2013-02-01 | add data for plotting and documentation | Jan Klemkow | 2 | -0/+4193 | |
2013-02-01 | cutting: BUG FIX | Jan Klemkow | 1 | -2/+2 | |
2013-02-01 | plot: fix file path | Jan Klemkow | 1 | -1/+1 | |
2013-02-01 | cuttime: use diff slope for cut detection | Jan Klemkow | 1 | -1/+1 | |
2013-02-01 | fix filedescriptor leak | Jan Klemkow | 1 | -1/+1 | |
2013-02-01 | improve graph plotting with labes and units | Jan Klemkow | 1 | -7/+14 | |
2013-02-01 | improve output posebilities | Jan Klemkow | 1 | -10/+26 | |
2013-02-01 | video_decode: cur_dts includes start time, so substract it for frame dts | Benjamin Franzke | 1 | -0/+2 | |
2013-02-01 | util: Add sobel operator | Benjamin Franzke | 2 | -0/+45 | |
2013-02-01 | add help flag and improve help message | Jan Klemkow | 2 | -4/+8 | |
2013-02-01 | Rename cutting to cutting.sh | Benjamin Franzke | 1 | -0/+0 | |
Without the suffix it always looks like a binary, which i'd like to delete. | |||||
2013-02-01 | doc: Add some text libav section | Benjamin Franzke | 1 | -3/+12 | |
2013-02-01 | doc: Make quotation actually be a paragraph in intro | Benjamin Franzke | 1 | -0/+1 | |
2013-02-01 | documentation: line-break before long urls in bibliography | Benjamin Franzke | 1 | -2/+3 | |
2013-02-01 | presentation: Also use ft=asciidoc | Benjamin Franzke | 1 | -1/+1 | |
2013-02-01 | Also put frame_average into util | Benjamin Franzke | 3 | -19/+23 | |
Not yet needed by other tools than cuttime, but its really just a utility function. | |||||
2013-02-01 | .gitignore: Add overlap, and fix advtime->cuttime renaming | Benjamin Franzke | 1 | -1/+2 | |
2013-02-01 | Put frame_diff and pswap into util | Benjamin Franzke | 4 | -64/+35 | |
2013-02-01 | overlap: Remove unnused functions | Benjamin Franzke | 1 | -30/+0 | |
2013-02-01 | Rename presentation.asciidoc to presentation.txt | Benjamin Franzke | 2 | -3/+3 | |
See: http://www.methods.co.nz/asciidoc/faq.html#_what_is_the_preferred_file_name_extension_for_asciidoc_files | |||||
2013-02-01 | doc: Use ft=asciidoc | Benjamin Franzke | 1 | -1/+1 | |
2013-02-01 | doc: add text for adv detection posibilities. | Jan Klemkow | 1 | -9/+31 | |
2013-02-01 | doc: add text for libav abstraction layer | Jan Klemkow | 1 | -1/+11 | |
2013-02-01 | rename advtime into cuttime even in usage() | Jan Klemkow | 1 | -1/+1 | |
2013-02-01 | rename advtime into cuttime | Jan Klemkow | 2 | -4/+4 | |
2013-02-01 | doc: fix some bugs | Jan Klemkow | 1 | -1/+1 | |
2013-02-01 | doc: add text for introduction and cut detection | Jan Klemkow | 1 | -17/+44 | |
2013-02-01 | clean up code. | Jan Klemkow | 1 | -6/+4 | |
2013-01-31 | util: Add pgm_read function | Benjamin Franzke | 2 | -0/+44 | |
2013-01-31 | overlap: Remove print_time (since its in util) | Benjamin Franzke | 1 | -14/+0 | |
2013-01-31 | Put print_time into util.c | Benjamin Franzke | 3 | -14/+19 | |
2013-01-31 | video_decode: Fix a leak when decoding fails | Benjamin Franzke | 1 | -0/+1 | |
2013-01-31 | frame_to_pgm: On error do not return 0 | Benjamin Franzke | 1 | -1/+1 | |
2013-01-31 | Makefile: Allow specifying DEBUG=1 as parameter | Benjamin Franzke | 2 | -3/+2 | |
2013-01-31 | video-decode: Fix the got_picture = 0 case | Benjamin Franzke | 1 | -21/+16 | |
We actually tried to read the same packet again, but that doesnt work, so lets just drop it.. | |||||
2013-01-31 | add text for overlaping problem and tool. | Jan Klemkow | 1 | -0/+13 | |
2013-01-31 | overlap: Use video_decode_seek to get fast to last frame | Benjamin Franzke | 1 | -2/+2 | |
2013-01-31 | video-decode: Add seek function | Benjamin Franzke | 2 | -0/+15 | |
2013-01-31 | advtime: Check if frame_b can be freed | Benjamin Franzke | 1 | -1/+2 | |
2013-01-31 | cutting: Generate wmv's instead of mpg | Benjamin Franzke | 1 | -1/+1 | |
So that we're able to actually read from it. |