Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-09avcodec/proresenc_aw : fix interlace encoding for unsafe heightMartin Vignali
2019-02-27fate/proresenc_aw : add test for interlace and 444 encodingMartin Vignali
2018-12-03avcodec/r210: use correct pixel formatPaul B Mahol
2018-10-18avcodec/proresenc_aw : use for frame flag in the header the same value than t...Martin Vignali
2018-10-18avcodec/proresenc_aw : use qp close to the official encoderMartin Vignali
2018-10-18avcodec/proresenc_aw : use AVframe primaries, transfert, colorspace for frame...Martin Vignali
2018-07-18fate: add more vc2 encoder testsJames Darnley
2017-11-08Merge commit '5be9939b46a6a4d3860a1b1a872aa50897095970'James Almer
2017-10-24swscale: more accurate DITHER_COPY macro for full and limited rangeMateusz
2017-08-08avcodec/dvenc: Change quantizer dead zone default to 7Michael Niedermayer
2017-07-05fate: Add cinepak encoder vsynth testsDiego Biurrun
2017-04-09mjpegenc: enable optimal huffman coding by defaultRostislav Pehlivanov
2017-03-24avcodec/dnxhd_parser: take into account compressed frame size and skip itPaul B Mahol
2017-03-17avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp
2017-02-08Implement optimal huffman encoding for (M)JPEG.Jerry Jiang
2016-08-22tests/fate/vcodec: add dnxhr mov testsMark Reid
2016-08-17fate: Add RGB48 FFV1 testMichael Niedermayer
2016-08-13tests/fate/vcodec: add dnxhr edge testsMark Reid
2016-07-24tests/fate: add dnxhr encoding testsMark Reid
2016-06-29ffv1: Remove version 2 and mark version 3 as non-experimentalLuca Barbato
2016-05-08vc2: fate testsChristophe Gisquet
2016-03-13lavf/riffenc: Improve spec compliance; Fix WMP playback of AVI with xxpc chunksMats Peterson
2016-03-13tests/ref/vsynth: Remove unused fileMats Peterson
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-21lavf/avienc: Add palette after BITMAPINFOHEADERMats Peterson
2016-02-18avformat/avienc: Use avi_write_packet_internal() to store raw rgb in a more s...Michael Niedermayer
2016-02-10sws/output: fix ordered dither threshold for mono outputMichael Niedermayer
2016-01-31avcodec/rawdec: Switch to monowhite if there is no palette & bpp=1Michael Niedermayer
2016-01-29lavc/rawdec: Use AV_PIX_FMT_PAL8 for raw 1 bpp video in AVIMats Peterson
2016-01-22fate: Add a small number of rawvideo in mov testsMichael Niedermayer
2016-01-22fate: add 1 and 15BPP rawvideo in avi testsMichael Niedermayer
2016-01-21fate: add 10-bit v210 encoder testsJames Darnley
2016-01-17fate: add 10-bit v210 encoder testsJames Darnley
2015-10-13fate: add 10bits YUV4:2:2 dnxhd testChristophe Gisquet
2015-10-13avcodec/simple_idct10: improve precisionChristophe Gisquet
2015-10-02dnxhddec: use dequantization formula from specsChristophe Gisquet
2015-10-02dnxhddata: Fix 10-bit DNxHD quant matricesJoseph Artsimovich
2015-08-31tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt par...Peter B
2015-07-09Merge commit '02b7c630875c0bc63cee5ec597aa33baf9bf4e20'Michael Niedermayer
2015-07-09Merge commit 'dc1de0b958836545339611e9c050a1d4fdded263'Michael Niedermayer
2015-07-07h261: Signal freeze picture release for intra framesStian Selnes
2015-07-07h261: Set 'still image mode off' in picture headerStian Selnes
2015-06-30mov: Preserve the metadata even when bit-exactness is requestedLuca Barbato
2015-06-30lavc/j2kenc: Make jp2 output compatible with Kakadu.Carl Eugen Hoyos
2015-06-28avcodec/jpeg2000dec: Merge i_stepsize/2 decoder special case into dequantMichael Niedermayer
2015-06-22fate: add some tests for ffv1 level 3 with 8/10/16 bpsTobias Rapp
2015-06-22avcodec/jpeg2000dwt: use 32x32->64 multiplies in the 9/7i DWTMichael Niedermayer
2015-06-22avcodec/jpeg2000: Move H band scaling from wavelet into quantization codeMichael Niedermayer
2015-06-22avcodec/jpeg2000: Move gainb handling into the quantization codeMichael Niedermayer
2015-06-21avcodec/jpeg2000dwt: Fix value of F_LFTG_X and I_LFTG_XMichael Niedermayer