Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-04avformat: do not use AVIO_FLAG_* with avio_alloc_contextMarvin Scholz
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-07avformat/url: add ff_make_absolulte_url2 to be able to test windows path casesMarton Balint
2021-03-19avformat/tests/fifo_muxer: Fix memleak on error, fix API violationAndreas Rheinhardt
2021-03-19avformat/tests/fifo_muxer: Fix leak of AVPacket on errorAndreas Rheinhardt
2021-03-17avformat/tests/movenc: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/tests/fifo_muxer: use av_packet_alloc() to allocate packetsJames Almer
2020-10-28lavf/url: fix relative url parsing when the query string or fragment has a colonruiquan.crq
2020-08-12lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().Nicolas George
2020-08-12lavf/url: add ff_url_decompose().Nicolas George
2020-05-06avformat/url: check url root node when rel include double dot and trim double...Steven Liu
2020-02-15avformat/utils: make av_url_split search for hashmark as well to separate hos...Marton Balint
2020-02-15avformat/tests/url: add av_url_split testsMarton Balint
2020-02-15avformat/tests/url: make format more readableMarton Balint
2018-04-02lav*,tests: remove several register_all callsJosh de Kock
2018-02-06lavf: move fifo test muxer into separate fileJosh de Kock
2017-12-06avformat/mux: stop delaying writing the headerJames Almer
2017-11-13movenc-test: fix potential uninitialized readTimo Rothenpieler
2017-10-29avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flagJames Almer
2017-09-28movenc-test: Add tests for negative cts offsetsMartin Storsjö
2017-09-01Use the new AVIOContext destructor.Anton Khirnov
2017-04-04Merge commit '537b5b773b317af79d3a5b576ee9683e15ed84f6'James Almer
2017-03-15ffmpeg, ffprobe: don't "merge" side data into packet data by defaultwm4
2017-01-06avformat/test/fifo_muxer: add check for FailingMuxerPacketData allocSteven Liu
2016-12-02avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT...Gregory J. Wolfe
2016-11-24rtmpdh: Do global initialization before running the testMartin Storsjö
2016-10-19FATE: Add test for muxing discontinuous MP4 fragments with large timestampsDerek Buitenhuis
2016-10-18avformat/tests/gitignore: add fifo_muxer entryZhao Zhili
2016-08-22avformat/fifo: Add fate testJan Sebechlebsky
2016-06-23Merge commit 'a79aafd0b4d37eda6f15dc68e6509d4e815290c9'Matthieu Bouron
2016-06-23Merge commit 'fd4957d9c67996e7d218fd36b4168c9cb85f9ea7'Matthieu Bouron
2016-06-22Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch
2016-05-18movenc: Add a test for VFR with b-frames, with a duration change at a fragmen...Martin Storsjö
2016-05-18movenc-test: Test write_data_typeMartin Storsjö
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun