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
2016-06-19libavcodec: factor out SEI generation for A53 captionsAndrey Turkin
2016-04-11Merge commit 'a1335149fd610b16459d9281b611282cac51c950'Derek Buitenhuis
2016-02-24qsvenc: store the sync point in heap memoryMaxym Dmytrychenko
2016-02-16Merge commit '9cac1b4b4f1532fb2aeef54799285360656be5eb'Derek Buitenhuis
2016-01-28qsvenc: Fix b_strategy typoDerek Buitenhuis
2016-01-27Merge commit '0e6c8532215790bbe560a9eea4f3cc82bb55cf92'Derek Buitenhuis
2016-01-25qsvenc: Add private option to replace coder_typeVittorio Giovara
2016-01-23qsvenc: fix a typoAnton Khirnov
2016-01-21lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara
2016-01-19Merge commit 'd1cd20e4e33f8139e150034b3c457302312d81bd'Hendrik Leppkes
2016-01-19Merge commit 'a6259a6ecbad18d58085e4ab23f56151e98d7b53'Hendrik Leppkes
2016-01-07qsvenc: split encoding frames and reading from the async FIFOAnton Khirnov
2016-01-07qsvenc: properly handle the warning from MFXVideoCORE_SyncOperationMaxym Dmytrychenko
2015-12-17Merge commit '825900248b4053515803152d3165efdb034b660b'Hendrik Leppkes
2015-12-06qsvenc: export CPB props side dataAnton Khirnov
2015-12-01qsvenc: write a53 caption data to SEIWill Kelleher
2015-11-29Merge commit 'fc4c27c4edfc6a5f9bc7c696e823652474a65ce8'Hendrik Leppkes
2015-11-29Merge commit 'e7d7cf86dcaba8eaaed62c80172ff0aff2588c2a'Hendrik Leppkes
2015-11-22Merge commit '4d8f536b535487063a08609636e712ad86d2ad54'Derek Buitenhuis
2015-11-20qsvenc: expose additional encoding optionsAnton Khirnov
2015-11-20qsvenc: support more RC methodsAnton Khirnov
2015-11-20qsvenc: fix setting maxrate for VBRAnton Khirnov
2015-11-20qsvenc: print the actual video parameters used by MSDKAnton Khirnov
2015-10-22Merge commit 'dc923bc23b3efd949d0bf67ff1abdb95059e5843'Hendrik Leppkes
2015-10-22Merge commit '2ec96b6bd5bf7b22978711bcf2cee702bee89c6f'Hendrik Leppkes
2015-10-22Merge commit 'f6f32fc93d39caf329869c1bff8ad024ccab1d42'Hendrik Leppkes
2015-10-22Merge commit '772c87c5a658f36d7c0612f5da583fc2bfa54f79'Hendrik Leppkes
2015-10-16qsvenc: add an API for allocating opaque surfacesAnton Khirnov
2015-10-16qsvenc: cosmetics, reindentAnton Khirnov
2015-10-16qsvenc: set the timestamp for PIX_FMT_QSV frames as wellAnton Khirnov
2015-10-16qsvenc: support passing arbitrary external buffers to the encoderAnton Khirnov
2015-10-01qsvenc.c: use query to catch all kind of setting issuesSven Dueking
2015-09-29Merge commit '83847cc8fa97e0fc637a0962bafb837acdb6eacc'Hendrik Leppkes
2015-09-28qsvenc: do not try to close the encoder if the session is NULLAnton Khirnov
2015-08-30avcodec/qsv : Added look ahead rate control modeSven Dueking
2015-08-19avcodec/qsvenc: Added PicTiming SEISven Dueking
2015-08-14avcodec/qsvenc: Set MaxKpbs to rc_max_rate for CBR and VBR (bitrate is equal ...Sven Dueking
2015-07-28libavcodec/qsvenc.c delay in 1 microsecond replaced to more appropriate 500 m...Ivan Uskov
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-07-19Merge commit '69b92f1b99f3f210be19ee6ec06f6c0de1733031'Michael Niedermayer
2015-07-19qsvenc: properly handle asynchronous encodingAnton Khirnov
2015-07-14libavcodec/qsv.c: Issue fixed: QSV engine does not release display handler un...Ivan Uskov
2015-07-10libavcodec/qsvenc.c: improving handling for return codes of MFXVideoENCODE_En...Ivan Uskov