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
2018-12-30avcodec/prores_ks: Fix luma quantization if q >= MAX_STORED_QAlex Mogurenko
2018-11-05prores: Use profile names in the various encoders and decodersVittorio Giovara
2018-04-22avcodec/prores_ks : use official quant_matrix (for proxy and xq codec luma an...Martin Vignali
2018-04-05avcodec/prores_ks : do not call estimate_alpha at each quantification stepMartin Vignali
2017-06-27avcodec/proresenc_kostya: add 4444XQ profilePaul B Mahol
2017-06-26avcodec/proresenc_kostya: enable frame threadingPaul B Mahol
2017-06-26avcodec/proresenc_kostya: use frame metadata instead of avctxPaul B Mahol
2017-06-25avcodec/prores_kostya: increase bits usage when alpha is usedPaul B Mahol
2017-03-19Merge commit '3fd22538bc0e0de84b31335266b4b1577d3d609e'James Almer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Merge commit '05fb4c9aaf84b59f8ab1ce8d4c0f49dd12113024'Michael Niedermayer
2015-04-23Merge commit '0a51c7d42a519c63178a4f3e35b8967f21da3a6a'Michael Niedermayer
2015-04-22avcodec: use av_mod_uintp2() where usefulJames Almer
2015-03-03avcodec/proresenc_kostya: fix coded_frame handlingClément Bœsch
2015-02-26Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri
2014-12-15Merge commit '4690e01c3aaf495c87127e5dc74aa347197dbc0b'Michael Niedermayer
2014-10-11proresenc_ks: use chroma sampling in autoselectionChristophe Gisquet
2014-10-07avcodec/proresenc_kostya: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-08-30proresenc_ks: allow auto-selecting profileChristophe Gisquet
2014-08-19avcodec/proresenc_kostya: allocate 1 slice more to avoid triggering the reall...Michael Niedermayer
2014-08-19avcodec/proresenc_kostya: set initial max_slice_size based on frame_size_uppe...Michael Niedermayer
2014-08-18Merge commit '41e1354c101004ccd46dc08d3dd6e956e83a6b51'Michael Niedermayer
2014-08-18Merge commit '45ce880a9b3e50cfa088f111dffaf8685bd7bc6b'Michael Niedermayer
2014-08-18Merge commit '58b68e4fdea22e22178e237bda950b09cc6f363a'Michael Niedermayer
2014-08-18Merge commit 'b16699f2da9c1d41eff852ec3a0c81f74fd44421'Michael Niedermayer
2014-08-14proresenc_kostya: properly account for alphaChristophe Gisquet
2014-08-12proresenc_kostya: report buffer overflowChristophe Gisquet
2014-08-12proresenc_kostya: remove unneeded parametersChristophe Gisquet
2014-07-08Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'Michael Niedermayer
2014-02-28Merge commit 'a55546f48d55e3d1155840541b2be5f4f8cf18ab'Michael Niedermayer
2014-02-28Merge commit '92e598a57a7ce4b8ac9ea56274af39f5fd888311'Michael Niedermayer
2014-02-28Merge commit 'd6acefe05862af244fd5a30ae946ed507c063994'Michael Niedermayer
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-05-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-12avcodec: rename prores encodersMichael Niedermayer
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-08-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-14prores_kostya: implement interlaced encoding.Boris Maksalov
2012-08-14prores_kostya: fix incorrect picture_size field.Boris Maksalov
2012-08-12Fix reading past the end of frame buffer.Boris Maksalov