aboutsummaryrefslogtreecommitdiff
path: root/libavformat/seek-test.c
AgeCommit message (Expand)Author
2012-12-04Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-12-08tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun
2011-10-28seek-test: free options dictionary after useJanne Grunau
2011-10-28seek-test: update to recent avformat apiJanne Grunau
2011-08-26Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun
2011-07-13build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun