summaryrefslogtreecommitdiff
path: root/tests/api
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt2021-04-27
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-27
* tests/api/api-flac-test: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* tests/api-flac-test: reindentAnton Khirnov2021-03-08
* tests/api-flac-test: convert to new encoding/decoding APIAnton Khirnov2021-03-08
* tests/api-flac-test: ensure the frame is writable before writing to itAnton Khirnov2021-03-08
* tests/api-band-test: simplify codeAnton Khirnov2021-02-25
* api-seek-test: use non-obsolete decoding APIAnton Khirnov2021-01-01
* api-band-test: use non-obsolete decoding APIAnton Khirnov2021-01-01
* api-h264-test: use non-obsolete decoding APIAnton Khirnov2021-01-01
* tests: drop api-codec-param testAnton Khirnov2020-12-10
* Remove unnecessary use of avcodec_close().Anton Khirnov2020-06-10
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* tests/api/api-h264-slice-test: remove unused bool headerLinjie Fu2020-04-29
* tests/api/api-h264-test: Add AV_NOPTS_VALUE check for AVFrame.pkt_dts/ptsJun Zhao2019-02-12
* api-h264-slice-test: fix arguments and helpRafaël Carré2019-01-14
* tests/api-flac-test: Rename NUMBER_OF_FRAMES as NUMBER_OF_AUDIO_FRAMES.Carl Eugen Hoyos2018-12-11
* fate-api-h264-slice: use the heap for nal bufferPeter Ross2018-11-21
* api-h264-slice-test: use av_be2ne16 instead of ntohsPeter Ross2018-11-21
* fate/api-h264-slice-test: use cleaner error handlingJosh de Kock2018-11-03
* fate/api-h264-slice-test: don't use ssize_tJosh de Kock2018-11-03
* tests/api-h264-slice-test: use the correct function to free the AVHashContextJames Almer2018-10-27
* fate: add api-h264-slice testJosh de Kock2018-10-26
* lavu/threadmessage: add av_thread_message_queue_nb_elems()Clément Bœsch2018-04-26
* lav*,tests: remove several register_all callsJosh de Kock2018-04-02
* tests: do not use AVFrame accessorMuhammad Faiz2017-04-23
* Merge commit '3794062ab1a13442b06f6d76c54dce51ffa54697'Clément Bœsch2017-04-09
* tests/api-seek: fix memory leak on realloc() failureJames Almer2017-03-12
* test/api-seek: clean up properly on failureJames Almer2017-03-12
* tests/api-seek: make the crc array uint32_tJames Almer2017-03-12
* tests/api/api-seek-test: check all compute_crc_of_packets() callsMichael Niedermayer2016-12-06
* tests/api/api-seek-test: Silence compiler warnings about uninitialized variablesMichael Niedermayer2016-12-06
* tests/api/api-seek-test: Fix use of uinitialized valueMichael Niedermayer2016-12-06
* Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'Hendrik Leppkes2016-10-07
* tests/api: add .gitignoreClément Bœsch2016-06-23
* tests/api/api-codec-param-test: Do not directly access caps_internalMichael Niedermayer2016-06-20
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* fate/api-codec-param: fix codec context leakMatthieu Bouron2015-12-08
* fate/api: add w32+os2 support for fate-api-threadmessageClément Bœsch2015-12-07
* fate/api: test threadmessageClément Bœsch2015-12-07
* tests/api: Fix API test build on windows with --enable-sharedHendrik Leppkes2015-12-03
* fate: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM testsMatthieu Bouron2015-11-26
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* fate: add api-band-testLudmila Glinskih2015-08-24
* api-seek-test: first versionLudmila Glinskih2015-08-20
* tests/api/api-h264-test: structure changes to avoid duplicate codeLudmila Glinskih2015-08-08
* api-h264-test: build with another api testLudmila Glinskih2015-06-29
* fate/api-tests: Added dependency on $(FF_DEP_LIBS)George Boyle2015-06-29