summaryrefslogtreecommitdiffstats
path: root/libavformat/seek-test.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-131-129/+0
|
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
| | | | | | | `av_packet_unref` matches the AVFrame ref-counted API and can be used as a drop in replacement. Deprecate `av_free_packet`.
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-3/+0
|
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
| | | | Also remove one pointless zero initialization in rangecoder.c.
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-1/+1
|
* tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-081-4/+3
|
* seek-test: free options dictionary after useJanne Grunau2011-10-281-0/+1
|
* seek-test: update to recent avformat apiJanne Grunau2011-10-281-5/+5
|
* Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun2011-08-261-1/+1
|
* build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun2011-07-131-0/+133
OpenPOWER on IntegriCloud