summaryrefslogtreecommitdiff
path: root/libavutil/tests/avstring.c
Commit message (Collapse)AuthorAge
* lavu/avstring: deprecate av_d2str().Nicolas George2020-08-21
| | | | | It is no longer used in our code base and does not seem to be used much in other projects.
* avutil/avstring: improve av_strreplace implementSteven Liu2017-04-11
| | | | | | | | Use AVBprint to implement av_strreplace add av_strreplace test case TEST_STRREPLACE Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* tests/avstring: free the pointer after calls to av_d2str()James Almer2016-12-22
| | | | | | Fixes memleaks. Signed-off-by: James Almer <jamrial@gmail.com>
* avutil: Improved test coverage for avstring.cThomas Turner2016-12-20
| | | | | Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-22
| | | | | | | * commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196': tests: Move all test programs to a subdirectory Merged-by: Clément Bœsch <clement@stupeflix.com>
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13