summaryrefslogtreecommitdiff
path: root/libavcodec/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-211-2/+3
|\ | | | | | | | | | | | | * commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428': idct: Change type of array stride parameters to ptrdiff_t Merged-by: James Almer <jamrial@gmail.com>
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-2/+3
| | | | | | | | ptrdiff_t is the correct type for array strides and similar.
* | lavc/tests/dct/aarch64: add ff_simple_idct_neon testMatthieu Bouron2017-03-162-1/+33
| |
* | avcodec/tests/mjpegenc_huffman: Remove static in main() tableMichael Niedermayer2017-02-101-1/+1
| | | | | | | | | | | | Avoids false positives when greping for non constant statics Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | tests/mjpegenc_huffman: align static tablesRostislav Pehlivanov2017-02-091-26/+30
| | | | | | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* | tests/mjpegenc_huffman: replace assert() with av_assert0()Rostislav Pehlivanov2017-02-091-1/+1
| | | | | | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* | Implement optimal huffman encoding for (M)JPEG.Jerry Jiang2017-02-082-0/+164
| | | | | | | | | | | | | | > seems to break > make fate-vsynth1-mjpeg-444 Fixed.
* | avcodec/tests/fft: Fix indention of dct_init()Michael Niedermayer2017-01-011-1/+1
| | | | | | | | | | | | Fixes CID1396253 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | libavcodec/tests: Add avpacket test to .gitignoreDerek Buitenhuis2016-12-101-0/+1
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Added test for libavcodec/avpacket.cThomas Turner2016-12-061-0/+128
| | | | | | | | | | Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add test for avfftPetru Rares Sincraian2016-07-194-58/+189
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/tests/options: Set timebaseMichael Niedermayer2016-06-221-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-2220-92/+1209
|/ | | | | | | * commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196': tests: Move all test programs to a subdirectory Merged-by: Clément Bœsch <clement@stupeflix.com>
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-1310-0/+1384