summaryrefslogtreecommitdiff
path: root/libavformat/tests
Commit message (Expand)AuthorAgeFilesLines
* avformat/tests/imf: add invalid resource testPierre-Anthony Lemieux2023-05-111-0/+65
* tests: do not override movflags defaultsMarton Balint2023-04-241-27/+27
* avformat/tests/imf: add CPL timecode testPierre-Anthony Lemieux2022-11-031-0/+7
* avformat/tests/imf: Test ff_imf_parse_cpl_from_xml_dom cleanup on errorAndreas Rheinhardt2022-08-271-4/+8
* avformat/imf: refactor to use avutil/uuidPierre-Anthony Lemieux2022-06-121-9/+9
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-101-1/+1
* avformat/test/seek: set ch_layout instead of channelsJames Almer2022-03-221-1/+1
* avformat/tests: add test for ff_rescale_interval()Pierre-Anthony Lemieux2022-03-192-0/+58
* movenc-test: convert to new channel layout APIVittorio Giovara2022-03-151-1/+1
* avformat/tests: add /imf to .gitignorePierre-Anthony Lemieux2022-02-051-0/+1
* avformat/avformat: Add AVFMT_AVOID_NEG_TS_DISABLEDAndreas Rheinhardt2022-01-211-2/+2
* avformat/tests/imf: Don't use uninitialized valueAndreas Rheinhardt2022-01-041-1/+1
* avformat/imf: TestsPierre-Anthony Lemieux2021-12-311-0/+526
* avformat: do not use AVIO_FLAG_* with avio_alloc_contextMarvin Scholz2021-12-041-1/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avformat/url: add ff_make_absolulte_url2 to be able to test windows path casesMarton Balint2021-04-071-3/+30
* avformat/tests/fifo_muxer: Fix memleak on error, fix API violationAndreas Rheinhardt2021-03-191-8/+5
* avformat/tests/fifo_muxer: Fix leak of AVPacket on errorAndreas Rheinhardt2021-03-191-22/+15
* avformat/tests/movenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-39/+42
* avformat/tests/fifo_muxer: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-10/+18
* 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-08-121-1/+59
* lavf/url: add ff_url_decompose().Nicolas George2020-08-121-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