summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/source
Commit message (Collapse)AuthorAgeFilesLines
* fate/source: add libavfilter/af_arnndn.cPaul B Mahol2019-10-161-0/+1
|
* compat/cuda: Change inclusion guardsAndreas Rheinhardt2019-08-051-1/+0
| | | | | | | | | | cuda_runtime.h as well as dynlink_loader.h used nonstandard inclusion guards with an AV_ prefix, although these files are not in an libav*/ path. So change the inclusion guards and adapt the ref file of the source fate test accordingly. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* avutil/cuda_check: avoid pointlessly exporting same symbol from two librariesTimo Rothenpieler2019-02-141-2/+0
|
* additional math.h functions for djgppPeter Ross2018-11-281-0/+1
|
* avutil/cuda_check: Make sure this passes make fate-sourcePhilip Langdale2018-11-171-0/+2
| | | | | | | | The header guards were unnecessarily non-standard and the c file inclusion trick means the files dont't have standard licence headers. Based on a patch by: Martin Vignali <martin.vignali@gmail.com>
* avcodec: add native iLBC decoderPaul B Mahol2018-09-231-0/+2
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* compat: remove in-tree NVidia headersTimo Rothenpieler2018-02-271-4/+0
| | | | | | | | | | | | | | | | External headers are no longer welcome in the ffmpeg codebase because they increase the maintenance burden. However, in the NVidia case the vanilla headers need some modifications to be usable in ffmpeg therefore we still provide them, but in a separate repository. The external headers can be found at https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git Fate-source is updated because of the deleted files, and dynlink_loader.h license headers were updated with the standard FFmpeg headers. Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* fate: add libavdevice/reverse.c to fate-sourceJames Almer2017-07-201-0/+1
|
* Merge commit '122de16dd8108a59a55d30543c9f28b5f61b02d1'Clément Bœsch2017-05-051-2/+0
| | | | | | | * commit '122de16dd8108a59a55d30543c9f28b5f61b02d1': Replace cmdutils_common_opts.h by a macro Merged-by: Clément Bœsch <cboesch@gopro.com>
* fate/source: Check for cases that could use av_clip_uintp2() and av_clip_intp2()Michael Niedermayer2017-02-211-0/+2
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: update fate-source ref fileJames Almer2016-11-231-2/+4
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* fate: update fate-source reference fileJames Almer2016-09-221-0/+2
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/nvenc: include nvEncodeAPI v7 SDK headerTimo Rothenpieler2016-08-281-0/+1
| | | | | | | | | | | | | As Nvidia has put the most recent Video Codec SDK behind a double registration wall, of which one needs manual approval of a lenghty application, bundling this header saves everyone trying to use NVENC from that headache. The header is still MIT licensed and thus fine to bundle with ffmpeg. Not bundling this header would get ffmpeg stuck at SDK v6, which is still freely available, holding back future development of the NVENC encoder.
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-1/+0
| | | | | | | | * commit 'd12b5b2f135aade4099f4b26b0fe678656158c13': build: Split test programs off into separate files Some conversions done by: James Almer <jamrial@gmail.com> Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* avutil: Remove x86_cpu.hTimothy Gu2016-02-131-2/+0
| | | | It is private (uninstalled) and unused.
* tests: Add test for proper header guardTimothy Gu2016-02-101-0/+12
| | | | Reviewed-by: Clément Bœsch <u@pkh.me>
* fate: update fate-source reference fileJames Almer2015-11-161-1/+0
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Merge commit '59e8ec0aa8ab174701d01a3bfe96fedd0b7fcead'Derek Buitenhuis2015-11-161-0/+1
| | | | | | | | | All diferences in unit tests have been acounted for. * commit '59e8ec0aa8ab174701d01a3bfe96fedd0b7fcead': movenc: Add an API unit test for fragmenting options/calls Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* fate: update fate-source ref fileJames Almer2015-11-031-0/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* fate: Add basic license header checkMichael Niedermayer2015-09-291-0/+18
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
OpenPOWER on IntegriCloud