index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
seek-test.c
Age
Commit message (
Expand
)
Author
2013-05-21
seek-test: make duration user configurable
Michael Niedermayer
2012-12-05
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
Michael Niedermayer
2012-12-04
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-05-04
seek-test: support printing multiple packets
Michael Niedermayer
2012-05-04
seek-test: support manually forcing a seek to a specific position
Michael Niedermayer
2012-03-29
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-28
Replace memset(0) by zero initializations.
Diego Biurrun
2011-12-13
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-12
Replace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov
2011-12-12
seek-test: use standard format specifiers in snprintf()
Michael Niedermayer
2011-12-11
seektest: floatfree
Michael Niedermayer
2011-12-09
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-08
tests/tools/examples: Replace direct exit() calls by return.
Diego Biurrun
2011-10-29
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-28
seek-test: free options dictionary after use
Janne Grunau
2011-10-28
seek-test: update to recent avformat api
Janne Grunau
2011-08-26
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-26
Replace deprecated av_find_stream_info() by avformat_find_stream_info().
Diego Biurrun
2011-07-14
seektest: forgot adding a file (from commit 191c5f8ff33eb995b6dbc5b11af7c1a79...
Michael Niedermayer
2011-07-13
build: move tests/seek_test.c to libavformat and reuse generic build rules
Diego Biurrun