summaryrefslogtreecommitdiff
path: root/libavformat/seek-test.c
Commit message (Collapse)AuthorAge
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
|
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
| | | | Also remove one pointless zero initialization in rangecoder.c.
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
|
* tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-08
|
* seek-test: free options dictionary after useJanne Grunau2011-10-28
|
* seek-test: update to recent avformat apiJanne Grunau2011-10-28
|
* Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun2011-08-26
|
* build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun2011-07-13