Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2013-01-31 | video-decode: Add duration to struct video_decode | Benjamin Franzke | 2 | -6/+12 | |
2013-01-31 | add overlap tool | Jan Klemkow | 4 | -4/+185 | |
2013-01-31 | describe parameter in usage part | Jan Klemkow | 1 | -2/+10 | |
2013-01-29 | advtime: Remove old debug output | Benjamin Franzke | 1 | -15/+1 | |
2013-01-29 | Use frame_a for last_dts | Benjamin Franzke | 1 | -4/+2 | |
2013-01-29 | video-decode: Make struct video_decode private again | Benjamin Franzke | 3 | -14/+7 | |
2013-01-29 | video_decode: Store cur_dts in a video frame | Benjamin Franzke | 3 | -2/+4 | |
2013-01-29 | Fix stream id by another broken hard-coded value. | Benjamin Franzke | 1 | -2/+2 | |
We should av_find_best_stream which frame is the video of intrest. | |||||
2013-01-29 | advtime: The end-time of frame n-1 needs to be < start_time of frame n | Benjamin Franzke | 1 | -7/+10 | |
2013-01-29 | advtime: Also print the range for the last frame | Benjamin Franzke | 1 | -7/+17 | |
2013-01-29 | advtime: Need to start the interval from the previous dts | Benjamin Franzke | 1 | -1/+1 | |
Or we duration and start time are not in sync. | |||||
2013-01-29 | cutting: The time-slot needs to be a output-parameter for accuracy | Benjamin Franzke | 1 | -1/+1 | |
The avconv manpage adds a note, that it is more accurate to have this as output parameter, but slower. Without this it seeks in the input file to the given position, but it looks like it jumps to near i-frames, which results in incorrect positions. | |||||
2013-01-29 | cutting: use printf instead of sed hack to form parameters | Benjamin Franzke | 1 | -2/+1 | |
2013-01-29 | Makefile: Add a space before output parameter | Benjamin Franzke | 1 | -1/+1 | |
2013-01-29 | Fix warnings | Benjamin Franzke | 2 | -3/+3 | |
2013-01-29 | add script for video cutting | Jan Klemkow | 1 | -0/+20 | |
2013-01-29 | flush output and use space als separator | Jan Klemkow | 1 | -3/+7 | |
2013-01-29 | video-decode: Allow reusing an old frame | Benjamin Franzke | 3 | -11/+24 | |
2013-01-29 | print_error: Be static | Benjamin Franzke | 1 | -1/+1 | |
2013-01-29 | Use asciidoc-boilerplate for document | Benjamin Franzke | 4 | -4/+10 | |
2013-01-29 | add flags for calc and output, print time and duration on cut | Jan Klemkow | 1 | -23/+55 | |
2013-01-29 | add second diff over diff | Jan Klemkow | 2 | -7/+8 | |
2013-01-11 | Add basic paper. | Jan Klemkow | 1 | -0/+0 | |
2013-01-11 | Add sources of information. | Jan Klemkow | 2 | -5/+41 | |
2013-01-10 | mv struct and wip state | Jan Klemkow | 3 | -12/+40 | |
2012-11-17 | Makefile: Add clean target | Benjamin Franzke | 1 | -0/+3 | |
2012-11-17 | Makefile move DEBUG=0 to CFLAGS | Benjamin Franzke | 1 | -3/+2 | |
2012-11-17 | video_decode: Use av_strerror to get an error message if read_frame fails | Benjamin Franzke | 1 | -2/+9 | |
2012-11-17 | video_decode: Quient libav if DEBUG is disabled | Benjamin Franzke | 1 | -0/+3 | |
2012-11-17 | video_decode: Inidicate EOF in get_frame | Benjamin Franzke | 4 | -4/+14 | |
..and do not print an error message. | |||||
2012-11-15 | Add video and graph. | Jan Klemkow | 1 | -5/+15 | |
2012-11-15 | Replace old presentation stuff with cut images. | Jan Klemkow | 1 | -41/+63 | |
2012-11-15 | doc: Add png images to clean target | Benjamin Franzke | 1 | -1/+1 | |
2012-11-15 | doc: Add src/image/*.png to image target | Benjamin Franzke | 1 | -1/+4 | |
2012-11-15 | doc: Add cut pictures. | Jan Klemkow | 3 | -1/+10 | |
2012-11-15 | presentation: Use correct german umlauts | Benjamin Franzke | 1 | -12/+12 | |
2012-11-15 | advtime: Compile with debugging symbols for now | Benjamin Franzke | 1 | -1/+1 | |
2012-11-15 | Add img/ directory needed for advtime diff output | Benjamin Franzke | 1 | -0/+0 | |
Or we fail (previously segfault) in opening the splitted frames. | |||||
2012-11-15 | pgm_save: Check whether file could be opened | Benjamin Franzke | 3 | -5/+11 | |
2012-11-15 | util: Remove pgm output in frame_mix function | Benjamin Franzke | 3 | -13/+7 | |
That should be up to the utility user, to use pgm_save afterwards. | |||||
2012-11-15 | doc: change presentation | Jan Klemkow | 1 | -0/+6 | |