summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cbs_h265: read/write HEVC PREFIX SEIHaihao Xiang2018-05-103-0/+239
* hwcontext_vaapi: Add an assert in vaapi_map_from_drm()Haihao Xiang2018-05-101-0/+2
* vaapi_encode: Add an assert in vaapi_encode_truncate_gop()Haihao Xiang2018-05-101-2/+2
* avcodec/nvdec_hevc: fix scaling listsPhilip Langdale2018-05-101-6/+6
* avcodec/hevcdec: make ff_hevc_frame_nb_refs take a const pointerTimo Rothenpieler2018-05-102-3/+3
* avfilter: add fftdnoiz filterPaul B Mahol2018-05-107-2/+735
* lavfi/tests/filtfmts: fix the build warning.Jun Zhao2018-05-101-2/+2
* checkasm/sw_rgb: fix the function declaration warningJun Zhao2018-05-101-1/+1
* lavf/network: fix doxygen comments.Jun Zhao2018-05-101-4/+4
* avformat/mxfenc: add h264 profilesThomas Mundt2018-05-101-22/+36
* avfilter/vf_hwupload_cuda: update supported pix_fmtsTimo Rothenpieler2018-05-102-1/+2
* avutil/hwcontext_cuda: use generic size and pointer assignment functionsTimo Rothenpieler2018-05-101-67/+15
* avutil/hwcontext_cuda: add support for nvenc rgb formatsTimo Rothenpieler2018-05-102-1/+12
* avcodec/cuviddec: explicitly synchronize cuMemcpy callsTimo Rothenpieler2018-05-101-1/+5
* avutil/hwcontext_cuda: explicitly synchronize cuMemcpy callsTimo Rothenpieler2018-05-101-3/+15
* avcodec/nvdec: pass CUstream in vpp parametersTimo Rothenpieler2018-05-101-1/+6
* avutil/hwcontext_cuda: add CUstream in cuda hwctxTimo Rothenpieler2018-05-105-3/+12
* avcodec/nvdec: avoid needless copy of output frameTimo Rothenpieler2018-05-101-23/+73
* Revert "avcodec/nvenc: make hw_frames_ctx fully optional"Timo Rothenpieler2018-05-101-22/+15
* avformat/mpegts: clean up whitespaceAman Gupta2018-05-091-2/+2
* avformat/mpegts: use MAX_SECTION_SIZE instead of hardcoded valueAman Gupta2018-05-091-2/+2
* avformat/mpegts: skip non-PMT tids earlierAman Gupta2018-05-091-2/+2
* ffprobe: fix SEGV when new streams are addedAman Gupta2018-05-091-2/+2
* avcodec/hevc: remove videotoolbox hackAman Gupta2018-05-091-3/+0
* avcodec/videotoolbox: split h264/hevc callbacksAman Gupta2018-05-091-10/+33
* avcodec/videotoolbox: cleanupsAman Gupta2018-05-091-4/+2
* avcodec/cbs_h2645: use AVBufferRef to store list of active parameter setsJames Almer2018-05-093-20/+31
* avformat/mxfenc: Write transfer characteristicMichael Niedermayer2018-05-0810-11/+50
* avformat/mxfenc: Add Stored F2 Offset / Image Start/End Offset for D10Michael Niedermayer2018-05-0810-11/+29
* avformat/mxfenc: Write Audio Ref Level for D10Michael Niedermayer2018-05-0810-11/+19
* avformat/mxfenc: Add Padding BitsMichael Niedermayer2018-05-0820-371/+376
* avformat/mxfenc: add white/black ref /color rangeMichael Niedermayer2018-05-0810-11/+33
* avformat/mxfenc: Add vertical subsampling supportMichael Niedermayer2018-05-0810-11/+22
* avformat/mxfenc: Fix stored widthMichael Niedermayer2018-05-081-1/+2
* avformat/mxfenc: Add object model versionMichael Niedermayer2018-05-0810-12/+17
* avformat/mxfenc: Add Product Version, Toolkit version and PlatformMichael Niedermayer2018-05-0810-12/+38
* avformat/mxfenc: Bump minor versions for S377-1-2009Michael Niedermayer2018-05-0810-13/+13
* avformat/mxfenc: Correct KAG alignment of prefaceMichael Niedermayer2018-05-0819-342/+343
* lavfi/vf_srcnn: use avio_check instead of accessHendrik Leppkes2018-05-082-5/+2
* lavc/cfhd: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch2018-05-081-1/+1
* lavfi/swaprect: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch2018-05-081-10/+10
* lavfi/nlmeans: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch2018-05-081-2/+2
* fate/hapenc : remove tests due to inconsistent resultMartin Vignali2018-05-081-17/+0
* lavfi/nlmeans: inline integral patch value functionClément Bœsch2018-05-081-39/+41
* lavfi/nlmeans: use unsigned for the integral patch valueClément Bœsch2018-05-081-8/+8
* lavfi/nlmeans: reorder memory accesses in get_integral_patch_valueClément Bœsch2018-05-081-3/+3
* lavfi/nlmeans: move final weighted averaging out of nlmeans_planeClément Bœsch2018-05-081-11/+22
* lavfi/nlmeans: switch from double to floatClément Bœsch2018-05-081-7/+7
* lavfi/nlmeans: make compute_safe_ssd_integral_image_c fasterClément Bœsch2018-05-081-10/+17
* checkasm: add vf_nlmeans test for ssd_integral_imageClément Bœsch2018-05-084-0/+118
OpenPOWER on IntegriCloud