summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add FITS MuxerParas Chadha2017-08-304-1/+187
* Add FITS EncoderParas Chadha2017-08-305-2/+133
* Add FITS DemuxerParas Chadha2017-08-304-1/+234
* Add FITS DecoderParas Chadha2017-08-3010-2/+616
* compat/cuda/ptx2c: strip CR from each lineRicardo Constantino2017-08-301-1/+1
* configure: add support for libnpp* from cuda sdk 9Timo Rothenpieler2017-08-301-1/+3
* avformat/mxfenc: Replace literal numbers by named enum values.Michael Niedermayer2017-08-301-22/+61
* avcodec/snowdec: Fix integer overflow in decode_subband_slice_buffered()Michael Niedermayer2017-08-291-1/+1
* avcodec/hevc_ps: Fix undefined shift in pcm codeMichael Niedermayer2017-08-291-3/+3
* avcodec/h264idct_template: Fix integer overflow in ff_h264_idct8_add()Michael Niedermayer2017-08-291-14/+14
* avformat/mxfenc: Check that the video codec in D-10 is MPEG-2Michael Niedermayer2017-08-291-0/+4
* lavfi: bump minor version after change in options.Nicolas George2017-08-291-1/+1
* doc/filters: document framesync options.Nicolas George2017-08-292-31/+48
* lavfi: remove dualinput.Nicolas George2017-08-292-136/+0
* vf_ssim: convert to framesync2.Nicolas George2017-08-292-26/+28
* lavfi/vf_psnr: convert to framesync2.Nicolas George2017-08-292-24/+28
* lavfi/vf_paletteuse: convert to framesync2.Nicolas George2017-08-292-23/+39
* lavfi/vf_lut3d: convert to framesync2.Nicolas George2017-08-292-24/+27
* lavfi/vf_libvmaf: convert to framesync2.Nicolas George2017-08-292-21/+26
* lavfi/vf_blend: convert to framesync2.Nicolas George2017-08-292-23/+29
* lavfi/vf_overlay: use framesync2 options.Nicolas George2017-08-291-41/+4
* lavfi/framesync2: add common options.Nicolas George2017-08-292-3/+96
* lavfi: search options on child objects.Nicolas George2017-08-291-2/+2
* lavfi: add a preinit callback to filters.Nicolas George2017-08-292-0/+23
* lavfi/vf_overlay: move to framesync2.Nicolas George2017-08-292-33/+39
* lavfi/framesync2: add dualinput helper functions.Nicolas George2017-08-292-21/+103
* lavfi/f_streamselect: convert to framesync2.Nicolas George2017-08-292-22/+15
* avcodec/snowenc: fix setting motion_est optionJames Almer2017-08-282-5/+9
* lavf/dump: Remove superfluous cast.Carl Eugen Hoyos2017-08-291-1/+1
* hevc: Add names for reserved NAL unit typesMark Thompson2017-08-281-0/+16
* lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.Jun Zhao2017-08-282-16/+32
* lavc/vaapi_encode_h265: Enable VBR modeJun Zhao2017-08-281-5/+10
* libavutil/opencl: fix potential null dereferenceTimo Rothenpieler2017-08-271-1/+1
* avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERICMichael Niedermayer2017-08-271-1/+0
* avcodec/aacpsdsp_template: Fix undefined integer overflow in ps_add_squares_c()Michael Niedermayer2017-08-271-1/+1
* avcodec/sbrdsp_fixed: Fix undefined overflows in autocorrelate()Michael Niedermayer2017-08-271-18/+18
* avformat/mvdec: Fix DoS due to lack of eof checkMichael Niedermayer2017-08-271-0/+2
* avformat/rl2: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-271-3/+12
* avformat/rmdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-271-1/+4
* avformat/cinedec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-271-1/+5
* avformat/asfdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-271-2/+4
* avformat/hls: Fix DoS due to infinite loopMichael Niedermayer2017-08-272-0/+25
* lavd: implement NewTek NDI input/output device supportMaksym Veremeyenko2017-08-2710-2/+779
* avdevice/decklink_enc: enable 16 output channelpkviet2017-08-271-2/+2
* avdevice/decklink_dec: fix signed and unsigned comparison warningMarton Balint2017-08-271-1/+1
* avfilter/vf_zoompan: parse zoom,x and y expression during initializationPaul B Mahol2017-08-271-12/+22
* avfilter/vf_zoompan: switch to activatePaul B Mahol2017-08-271-80/+72
* avfilter/af_amix: do not request samples if inlink reached EOFPaul B Mahol2017-08-271-1/+2
* avcoec/snowenc: silence some deprecation warningsJames Almer2017-08-261-0/+10
* configure: add avx2 enabled logMartin Vignali2017-08-261-0/+1
OpenPOWER on IntegriCloud