summaryrefslogtreecommitdiff
path: root/libavformat/tests
Commit message (Expand)AuthorAgeFilesLines
* avformat/url: add ff_make_absolulte_url2 to be able to test windows path casesMarton Balint2021-04-081-3/+30
* lavf/url: fix relative url parsing when the query string or fragment has a colonruiquan.crq2020-10-281-0/+2
* lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().Nicolas George2020-09-081-1/+59
* lavf/url: add ff_url_decompose().Nicolas George2020-09-081-0/+34
* avformat/url: check url root node when rel include double dot and trim double...Steven Liu2020-05-061-0/+5
* avformat/utils: make av_url_split search for hashmark as well to separate hos...Marton Balint2020-02-151-0/+1
* avformat/tests/url: add av_url_split testsMarton Balint2020-02-151-0/+24
* avformat/tests/url: make format more readableMarton Balint2020-02-151-1/+2
* lav*,tests: remove several register_all callsJosh de Kock2018-04-022-5/+0
* lavf: move fifo test muxer into separate fileJosh de Kock2018-02-061-113/+2
* avformat/mux: stop delaying writing the headerJames Almer2017-12-061-52/+0
* movenc-test: fix potential uninitialized readTimo Rothenpieler2017-11-131-0/+1
* avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flagJames Almer2017-10-291-2/+0
* movenc-test: Add tests for negative cts offsetsMartin Storsjö2017-09-281-0/+19
* Use the new AVIOContext destructor.Anton Khirnov2017-09-011-1/+1
* Merge commit '537b5b773b317af79d3a5b576ee9683e15ed84f6'James Almer2017-04-041-0/+2
|\
| * rtmpdh: Do global initialization before running the testMartin Storsjö2016-11-241-0/+2
* | ffmpeg, ffprobe: don't "merge" side data into packet data by defaultwm42017-03-141-0/+2
* | avformat/test/fifo_muxer: add check for FailingMuxerPacketData allocSteven Liu2017-01-061-0/+3
* | avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT...Gregory J. Wolfe2016-12-011-0/+1
* | FATE: Add test for muxing discontinuous MP4 fragments with large timestampsDerek Buitenhuis2016-10-191-9/+30
* | avformat/tests/gitignore: add fifo_muxer entryZhao Zhili2016-10-181-0/+1
* | avformat/fifo: Add fate testJan Sebechlebsky2016-08-221-0/+443
* | Merge commit 'a79aafd0b4d37eda6f15dc68e6509d4e815290c9'Matthieu Bouron2016-06-231-1/+34
|\ \ | |/
| * movenc: Add a test for VFR with b-frames, with a duration change at a fragmen...Martin Storsjö2016-05-181-1/+34
* | Merge commit 'fd4957d9c67996e7d218fd36b4168c9cb85f9ea7'Matthieu Bouron2016-06-231-1/+44
|\ \ | |/
| * movenc-test: Test write_data_typeMartin Storsjö2016-05-181-1/+44
* | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-227-34/+70
|/
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-137-0/+1230