Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | Replace all uses of av_close_input_file() with avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -1/+1 |
* | tests/tools/examples: Replace direct exit() calls by return. | Diego Biurrun | 2011-12-08 | 1 | -4/+3 |
* | seek-test: free options dictionary after use | Janne Grunau | 2011-10-28 | 1 | -0/+1 |
* | seek-test: update to recent avformat api | Janne Grunau | 2011-10-28 | 1 | -5/+5 |
* | Replace deprecated av_find_stream_info() by avformat_find_stream_info(). | Diego Biurrun | 2011-08-26 | 1 | -1/+1 |
* | build: move tests/seek_test.c to libavformat and reuse generic build rules | Diego Biurrun | 2011-07-13 | 1 | -0/+133 |