| Commit message (Expand) | Author | Age | Files | Lines |
* | libswcale/input: use more accurate planer rgb16 yuv conversions | Mark Reid | 2020-10-06 | 8 | -16/+16 |
* | avformat/movenc: implement writing of the btrt box | Jan Ekström | 2020-09-22 | 4 | -8/+8 |
* | avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fps | Marton Balint | 2020-09-13 | 4 | -4/+4 |
* | libavcodec/jpeg2000: fix tag tree reset | Gautam Ramakrishnan | 2020-08-30 | 8 | -16/+16 |
* | libavcodec/j2kenc: Support for multiple layers | Gautam Ramakrishnan | 2020-08-30 | 8 | -31/+31 |
* | tests/ref/vsynth: fix fate colr changes (again) | Michael Bradshaw | 2020-04-13 | 1 | -1/+1 |
* | tests/ref/vsynth: fix fate colr changes | Michael Bradshaw | 2020-04-13 | 3 | -3/+3 |
* | avformat/movenc: ensure we don't write the major brand as a compatible brand ... | James Almer | 2019-12-21 | 106 | -212/+212 |
* | avformat/movenc: write the major brand also as the first compatible brand | James Almer | 2019-12-21 | 106 | -212/+212 |
* | tests/ref/vsynth: add missing reference files, fix build | Michael Niedermayer | 2019-11-13 | 2 | -0/+8 |
* | avcodec/dvenc: support encoding dvcprohd | Baptiste Coudurier | 2019-11-13 | 6 | -0/+24 |
* | avformat/movenc: use unspecified language by default | Marton Balint | 2019-07-12 | 102 | -102/+102 |
* | avcodec/proresenc_aw : fix interlace encoding for unsafe height | Martin Vignali | 2019-03-09 | 2 | -8/+8 |
* | fate/proresenc_aw : add test for interlace and 444 encoding | Martin Vignali | 2019-02-27 | 12 | -0/+48 |
* | avcodec/r210: use correct pixel format | Paul B Mahol | 2018-12-03 | 4 | -12/+12 |
* | avcodec/proresenc_aw : use for frame flag in the header the same value than t... | Martin Vignali | 2018-10-18 | 4 | -4/+4 |
* | avcodec/proresenc_aw : use qp close to the official encoder | Martin Vignali | 2018-10-18 | 1 | -3/+3 |
* | avcodec/proresenc_aw : use AVframe primaries, transfert, colorspace for frame... | Martin Vignali | 2018-10-18 | 4 | -4/+4 |
* | fate: add more vc2 encoder tests | James Darnley | 2018-07-18 | 6 | -0/+24 |
* | Merge commit '5be9939b46a6a4d3860a1b1a872aa50897095970' | James Almer | 2017-11-07 | 3 | -12/+12 |
|\ |
|
| * | fate: Add cinepak encoder vsynth tests | Diego Biurrun | 2017-07-05 | 2 | -0/+8 |
| * | ffv1: Remove version 2 and mark version 3 as non-experimental | Luca Barbato | 2016-06-29 | 2 | -4/+4 |
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 4 | -4/+4 |
| * | fate: add 10-bit v210 encoder tests | James Darnley | 2016-01-21 | 2 | -0/+8 |
| * | dnxhddata: Fix 10-bit DNxHD quant matrices | Joseph Artsimovich | 2015-10-02 | 2 | -5/+5 |
* | | swscale: more accurate DITHER_COPY macro for full and limited range | Mateusz | 2017-10-23 | 10 | -20/+20 |
* | | avcodec/dvenc: Change quantizer dead zone default to 7 | Michael Niedermayer | 2017-08-08 | 9 | -26/+26 |
* | | mjpegenc: enable optimal huffman coding by default | Rostislav Pehlivanov | 2017-04-09 | 16 | -39/+39 |
* | | avcodec/dnxhd_parser: take into account compressed frame size and skip it | Paul B Mahol | 2017-03-24 | 1 | -2/+2 |
* | | avcodec: estimate output bitrate for uncompressed video codecs | Tobias Rapp | 2017-03-17 | 39 | -39/+39 |
* | | Implement optimal huffman encoding for (M)JPEG. | Jerry Jiang | 2017-02-08 | 8 | -0/+32 |
* | | tests/fate/vcodec: add dnxhr mov tests | Mark Reid | 2016-08-22 | 12 | -0/+48 |
* | | fate: Add RGB48 FFV1 test | Michael Niedermayer | 2016-08-16 | 4 | -0/+16 |
* | | tests/fate/vcodec: add dnxhr edge tests | Mark Reid | 2016-08-12 | 12 | -0/+48 |
* | | tests/fate: add dnxhr encoding tests | Mark Reid | 2016-07-24 | 16 | -0/+64 |
* | | vc2: fate tests | Christophe Gisquet | 2016-05-08 | 27 | -0/+108 |
* | | lavf/riffenc: Improve spec compliance; Fix WMP playback of AVI with xxpc chunks | Mats Peterson | 2016-03-13 | 4 | -4/+4 |
* | | tests/ref/vsynth: Remove unused file | Mats Peterson | 2016-03-13 | 1 | -4/+0 |
* | | lavf/avienc: Add palette after BITMAPINFOHEADER | Mats Peterson | 2016-02-21 | 4 | -16/+16 |
* | | avformat/avienc: Use avi_write_packet_internal() to store raw rgb in a more s... | Michael Niedermayer | 2016-02-18 | 2 | -4/+4 |
* | | sws/output: fix ordered dither threshold for mono output | Michael Niedermayer | 2016-02-10 | 8 | -28/+28 |
* | | avcodec/rawdec: Switch to monowhite if there is no palette & bpp=1 | Michael Niedermayer | 2016-01-31 | 4 | -8/+8 |
* | | lavc/rawdec: Use AV_PIX_FMT_PAL8 for raw 1 bpp video in AVI | Mats Peterson | 2016-01-29 | 4 | -8/+8 |
* | | fate: Add a small number of rawvideo in mov tests | Michael Niedermayer | 2016-01-22 | 12 | -0/+48 |
* | | fate: add 1 and 15BPP rawvideo in avi tests | Michael Niedermayer | 2016-01-22 | 8 | -0/+32 |
* | | fate: add 10-bit v210 encoder tests | James Darnley | 2016-01-17 | 4 | -0/+16 |
* | | fate: add 10bits YUV4:2:2 dnxhd test | Christophe Gisquet | 2015-10-13 | 4 | -0/+16 |
* | | avcodec/simple_idct10: improve precision | Christophe Gisquet | 2015-10-13 | 3 | -3/+3 |
* | | dnxhddec: use dequantization formula from specs | Christophe Gisquet | 2015-10-02 | 16 | -31/+31 |
* | | tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt par... | Peter B | 2015-08-31 | 36 | -75/+79 |