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-07avcodec/nvenc: Check capabilities for interlaced encodingTimo Rothenpieler
2016-06-04avcodec/nvenc: Don't set packet durationTimo Rothenpieler
2016-05-31avcodec/nvenc: Refactor timestamp generation logicTimo Rothenpieler
2016-05-31avcodec/nvenc: forward frame durationTimo Rothenpieler
2016-05-31avcodec/nvenc: Handle minqp-only case in set_vbrTimo Rothenpieler
2016-05-31avcodec/nvenc: twopass mode works in all modesTimo Rothenpieler
2016-05-31avcodec/nvenc: Fix forcing constqp rc modeTimo Rothenpieler
2016-05-31avcodec/nvenc: don't enqueue timestamps until a frame was acceptedAndrey Turkin
2016-05-31avcodec/nvenc: refactor encode_frame a bitAndrey Turkin
2016-05-31avcodec/nvenc: extract timestamp calculations into separate functionAndrey Turkin
2016-05-31avcodec/nvenc: rework library load and GPU selectionAndrey Turkin
2016-05-31avcodec/nvenc: allow configuring number of surfacesAndrey Turkin
2016-05-31avcodec/nvenc: use INIT_CLEANUP to deal with init failuresAndrey Turkin
2016-05-31avcodec/nvenc: add rate control optionAndrey Turkin
2016-05-31avcodec/nvenc: convert tier to AVOptionsAndrey Turkin
2016-05-31avcodec/nvenc: convert levels to AVOptionsAndrey Turkin
2016-05-31avcodec/nvenc: convert profile parsing to AVOptionsAndrey Turkin
2016-05-31avcodec/nvenc: use AVOptions to select presetsAndrey Turkin
2016-05-31avcodec/nvenc: split H264/HEVC encoder definitions into separate filesAndrey Turkin
2016-05-25avcodec/nvenc: Require Maxwell for losslessTimo Rothenpieler
2016-05-25avcodec/nvenc: CUDA frames supportAndrey Turkin
2016-05-25avcodec/nvenc: replace custom FIFOs with AVFifosAndrey Turkin
2016-05-25avcodec/nvenc: combine input and output surface structuresAndrey Turkin
2016-05-25avcodec/nvenc: split large functions into smaller onesAndrey Turkin
2016-05-11avcodec/nvenc: Write buffPeriod/picTime SEI in both CBR modesTimo Rothenpieler
2016-05-11avcodec/nvenc: Generate bufferingPeriod/pictureTiming SEITimo Rothenpieler
2016-05-06avcodec/nvenc: don't set profile in lossless modeTimo Rothenpieler
2016-04-27avcodec/nvenc: Add missing lossless presets to doc stringTimo Rothenpieler
2016-03-30avcodec/nvenc: Generate AUD NAL units for better compatiblityTimo Rothenpieler
2016-03-08avcodec/nvenc: Fix typo and preset error messageTimo Rothenpieler
2016-03-08avcodec/nvenc: Add encoder statsLucas Cooper
2016-03-04avcodec/nvenc: Fix H264 and HEVC vui info updateAgatha Hu
2015-12-17Merge commit '1520c6ff05d835da4b793318fc88bbbc129c86a1'Hendrik Leppkes
2015-12-14avcodec/nvenc: clamp initial qp value to [1, 51]Agatha Hu
2015-12-14avcodec/nvenc: set slice number to 1 to improve encoding qualityAgatha Hu
2015-12-06nvenc: export CPB props side dataAnton Khirnov
2015-11-09avcodec/nvenc: update nvenc default parametersAgatha Hu
2015-10-31avcodec/nvenc: fix potential profile error when encoding yuv444pAgatha Hu
2015-10-16avcodec/nvenc: fix b frame n_quant_offsetAgatha Hu
2015-09-14avcodec/nvenc: merge compute initialQP sectionsAgatha Hu
2015-09-14avcodec/nvenc: Optimize nvenc parametersAgatha Hu
2015-09-11avcodec/nvenc: change flag of cuCtxCreate to avoid CPU spinsAgatha Hu
2015-08-25nvenc: Properly free the fifosLuca Barbato
2015-08-04avcodec/nvenc: Add support for 2pass rc in vbr modeTimo Rothenpieler
2015-08-04avcodec/nvenc: Only set h264 parameter when encoding h264Timo Rothenpieler
2015-08-04avcodec/nvenc: Fix indentationTimo Rothenpieler
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara