Age | Commit message (Expand) | Author |
---|---|---|
2012-12-04 | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov |
2012-03-28 | Replace memset(0) by zero initializations. | Diego Biurrun |
2011-12-12 | Replace all uses of av_close_input_file() with avformat_close_input(). | Anton Khirnov |
2011-12-08 | tests/tools/examples: Replace direct exit() calls by return. | Diego Biurrun |
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 | Replace deprecated av_find_stream_info() by avformat_find_stream_info(). | Diego Biurrun |
2011-07-13 | build: move tests/seek_test.c to libavformat and reuse generic build rules | Diego Biurrun |