Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-31 | Put print_time into util.c | Benjamin Franzke | 1 | -14/+0 | |
2013-01-31 | advtime: Check if frame_b can be freed | Benjamin Franzke | 1 | -1/+2 | |
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 | 1 | -2/+0 | |
2013-01-29 | video_decode: Store cur_dts in a video frame | Benjamin Franzke | 1 | -2/+2 | |
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 | Fix warnings | Benjamin Franzke | 1 | -2/+2 | |
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 | 1 | -4/+13 | |
2013-01-29 | print_error: Be static | Benjamin Franzke | 1 | -1/+1 | |
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 | 1 | -3/+4 | |
2013-01-10 | mv struct and wip state | Jan Klemkow | 1 | -4/+28 | |
2012-11-17 | video_decode: Inidicate EOF in get_frame | Benjamin Franzke | 1 | -1/+1 | |
..and do not print an error message. | |||||
2012-11-15 | pgm_save: Check whether file could be opened | Benjamin Franzke | 1 | -2/+4 | |
2012-11-15 | util: Remove pgm output in frame_mix function | Benjamin Franzke | 1 | -3/+3 | |
That should be up to the utility user, to use pgm_save afterwards. | |||||
2012-11-15 | Add frame mix saving for high diffs. | Jan Klemkow | 1 | -3/+22 | |
2012-11-14 | Add frame diff calculation and getopt. | Jan Klemkow | 1 | -15/+71 | |
2012-11-14 | advtime: Fix warnings | Benjamin Franzke | 1 | -15/+2 | |
2012-11-14 | Add average frame calculation. | Jan Klemkow | 1 | -164/+48 | |
2012-10-22 | advtime: Fix compilation | Jan Klemkow | 1 | -3/+3 | |
2012-10-14 | add source code from ffmpeg lib | Jan Klemkow | 1 | -0/+182 | |