aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref
Commit message (Expand)AuthorAgeFilesLines
* channel_layout: add support for AmbisonicVittorio Giovara2022-03-151-0/+25
* avfilter: convert to new channel layout APIJames Almer2022-03-151-6/+6
* framehash: convert to new channel layout APIAnton Khirnov2022-03-15226-237/+4
* lavu: support AVChannelLayout AVOptionsAnton Khirnov2022-03-151-8/+8
* fate: add a channel_layout API testJames Almer2022-03-151-0/+109
* fate: add decimate filter testPaul B Mahol2022-03-141-0/+245
* fate/mov: Add test for muxing chaptersAndreas Rheinhardt2022-03-111-0/+50
* fate: add a test for HDR Vivid metadata in HEVCLimin Wang2022-03-101-0/+78
* avcodec/pngdec: support alpha blending for palette apngPaul B Mahol2022-03-081-40/+40
* tests: update hash as output have changed again for fate-lavf-mxf_opatomPaul B Mahol2022-03-061-1/+1
* avcodec/dnxhdenc: retry increasing qscale to not overflow max_bitsPaul B Mahol2022-03-051-2/+2
* swscale: Take the destination range into account for yuv->rgb->yuv conversionsMartin Storsjö2022-02-252-0/+12
* avformat/imf: fix packet pts, dts and muxingPierre-Anthony Lemieux2022-02-201-10/+10
* avformat/imf: add IMF CPL with repeated resources to FATEPierre-Anthony Lemieux2022-02-031-0/+46
* fate/mpeg4: Add test for MPEG-4 Simple Studio ProfileAndreas Rheinhardt2022-01-291-0/+6
* tests: add test for ffmpeg's fix_sub_duration featureJan Ekström2022-01-241-0/+31
* fate/ffmpeg: Add test for autorotating videoAndreas Rheinhardt2022-01-221-0/+61
* avformat/mux: Peek into the muxing queue for avoid_negative_tsAndreas Rheinhardt2022-01-211-1/+1
* avformat/mux: Preserve sync even if later packet has negative tsAndreas Rheinhardt2022-01-211-3/+3
* fate/matroska: Add test for avoiding negative timestampsAndreas Rheinhardt2022-01-211-0/+42
* fate/matroska: Add test for reading/writing BlockAdditionMapping elementsquietvoid2022-01-201-0/+60
* avformat/matroskaenc: Remove duplicated code for writing WebVTT subsAndreas Rheinhardt2022-01-191-2/+2
* avformat/matroskaenc: Don't waste bytes on BlockGroup length fieldsAndreas Rheinhardt2022-01-194-7/+7
* avformat/matroskaenc: Remove special code for writing subtitlesAndreas Rheinhardt2022-01-192-3/+3
* avformat/matroskaenc: Don't waste bytes on ChapterAtoms length fieldsAndreas Rheinhardt2022-01-191-2/+2
* avformat/matroskaenc: Don't waste bytes on Video element length fieldsAndreas Rheinhardt2022-01-1912-44/+44
* avformat/matroskaenc: Don't waste bytes on AttachedFiles' length fieldsAndreas Rheinhardt2022-01-191-2/+2
* avformat/matroskaenc: Don't waste bytes on SimpleTags length fieldsAndreas Rheinhardt2022-01-1914-48/+48
* vf_paletteuse: fix color cache lookup for Bayer dithering mode.Rudolf Polzer2022-01-171-0/+76
* fate/matroska: Add test for QT-modeAndreas Rheinhardt2022-01-131-0/+125
* avformat/matroskaenc: Add option to shift data to write cues at frontAndreas Rheinhardt2022-01-133-0/+210
* lavu/fifo: deprecate av_fifo_peek2()Anton Khirnov2022-01-101-26/+0
* avformat/movenc: fix duration in mdhd boxZhao Zhili2022-01-104-4/+4
* fate/amr[nw]b: Add remux testsAndreas Rheinhardt2022-01-082-0/+116
* lavfi/drawutils: re-enable P010 and P016 supportrcombs2022-01-041-0/+2
* lavfi/drawutils: overhaul to improve pixel format supportrcombs2022-01-041-10/+10
* lavfi/drawutils: reject shift-packed formatsrcombs2022-01-041-2/+0
* swscale: introduce isSwappedChromarcombs2022-01-041-0/+5
* swscale: introduce isDataInHighBitsrcombs2022-01-041-0/+12
* swscale/output: template-ize yuv2nv12cX 10-bit and 16-bit casesrcombs2022-01-0414-42/+42
* lavc/hevcdec: Parse DOVI RPU NALsNiklas Haas2022-01-041-0/+224
* fate: Limit Dolby Vision RPU test frame countNiklas Haas2022-01-041-499/+0
* avformat/imf: TestsPierre-Anthony Lemieux2021-12-311-0/+54
* avformat/mxfenc: fix DNxHD GC element_typeNicolas Gaullier2021-12-271-1/+1
* avformat/mxfenc: fix DNxHD GC container_ulNicolas Gaullier2021-12-271-1/+1
* swscale: add P210/P410/P216/P416 outputrcombs2021-12-2219-0/+88
* ffprobe: add missing separator when printing side data in compact outputJames Almer2021-12-2215-816/+780
* libavformat: add side_data copy in concat demuxerGerard Sole2021-12-225-2/+5
* avcodec/cdgraphics: fix transparency handlingPaul B Mahol2021-12-181-199/+199
* fate/ffmpeg: Fix shortest testsAndreas Rheinhardt2021-12-023-214/+210