summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/v4l2_m2m: fix av_pix_fmt changing when multiple /dev/video* devices a...Aman Gupta2019-09-103-8/+9
* avcodec/v4l2_m2m: disable info logging during device probeAman Gupta2019-09-101-6/+7
* avcodec/v4l2_m2m_enc: add support for -force_key_framesAman Gupta2019-09-101-0/+3
* avfilter/vf_v360: remove w/h changing for flat outputPaul B Mahol2019-09-111-1/+1
* avfilter/vf_v360: increase h_fov max limitPaul B Mahol2019-09-111-1/+1
* avfilter/vf_v360: fix fov calculation for stereographic outputPaul B Mahol2019-09-111-2/+2
* avcodec/mediacodec_surface: define and use FFANativeWindow to mimic NDK inter...Aman Gupta2019-09-102-5/+8
* avcodec/mediacodecdec: warn when input buffers are not configured with proper...Aman Gupta2019-09-101-1/+6
* doc/filters: extend flip options in v360 filterPaul B Mahol2019-09-101-1/+1
* avfilter/vf_v360: increase v_fov max limitPaul B Mahol2019-09-101-1/+1
* avfilter/vf_v360: add support for stereographic as input projectionPaul B Mahol2019-09-102-1/+46
* avcodec/pnm_parser: Use memchr() in pnm_parse()Michael Niedermayer2019-09-101-2/+5
* avfilter/vf_fps: Avoid inlink fifo build up.Nikolas Bowe2019-09-101-1/+1
* avcodec/webp: fix decoding for trailing junkPascal Massimino2019-09-101-2/+5
* lavf/avidec: fix memory leak in error handling pathJun Zhao2019-09-101-1/+3
* avcodec/mips: Fix a warnning of indentation not reflect the block structure.Shiyou Yin2019-09-101-3/+3
* avcodec/h264: Fix poc_lsb in open gop contextNicolas Gaullier2019-09-102-1/+3
* tools/target_dec_fuzzer: Adjust threshold for LSCRMichael Niedermayer2019-09-091-0/+1
* doc/filters: fix typo in v360Paul B Mahol2019-09-091-1/+1
* avcodec/mediacodec_surface: drop unnecessary local variableAman Gupta2019-09-091-5/+1
* avcodec/mediacodecdec_common: log codec name during configure/start failuresAman Gupta2019-09-091-4/+4
* avcodec/mediacodecdec_common: ensure current input buffer is always used corr...Aman Gupta2019-09-091-1/+1
* avcodec/mediacodecdec_common: improve trace logging for end-of-streamAman Gupta2019-09-091-1/+1
* avcodec/mediacodecdec_common: warn when PTS is missingAman Gupta2019-09-091-1/+5
* avfilter/vf_v360: add padding to u/v/kerPaul B Mahol2019-09-092-9/+15
* swscale/swscale: delete unwanted assignmentsLimin Wang2019-09-091-2/+0
* tests: Fix bash errors in lavf_container tests.Andrey Semashev2019-09-091-1/+1
* avfilter/vf_v360: add guards against NaNsPaul B Mahol2019-09-091-0/+6
* avfilter/vf_v360: partialy revert previous commitPaul B Mahol2019-09-093-26/+4
* avfilter/vf_v360: extend stereographic projectionPaul B Mahol2019-09-093-9/+31
* avfilter/vf_v360: factor vector normalization outPaul B Mahol2019-09-091-26/+31
* lavfi/concat: fix logic error in framerate checkJun Zhao2019-09-091-1/+1
* configure: check for a sufficiently recent enough AMF versionHendrik Leppkes2019-09-091-1/+1
* doc/filters: update v360Paul B Mahol2019-09-081-0/+12
* avfilter/vf_v360: add stereographic output projectionPaul B Mahol2019-09-082-0/+38
* avfilter/vf_v360: disallow too low h_fov/v_fovPaul B Mahol2019-09-081-2/+2
* lavfi/concat: allow to support inputs with different frame ratesCalvin Walton2019-09-084-2/+249
* avfilter/vf_v360: add aliases for some projectionsPaul B Mahol2019-09-081-6/+10
* avfilter/vf_scale: split the scale_frame function from filter_frame for activ...Limin Wang2019-09-081-4/+22
* avfilter/vf_v360: add options to h/w unflip input videoPaul B Mahol2019-09-073-27/+73
* avfilter/vf_v360: support transposed input/outputPaul B Mahol2019-09-073-5/+26
* avcodec/qdm2: Check frame sizeMichael Niedermayer2019-09-061-0/+5
* avformat/vividas: check for tiny blocks using alignmentMichael Niedermayer2019-09-061-0/+4
* avcodec/vc1_pred: Fix refdist in scaleforopp()Michael Niedermayer2019-09-061-1/+2
* avfilter/vf_showinfo: display GOP timecode side dataLimin Wang2019-09-061-0/+6
* swscale/output: fix some code indentationsLinjie Fu2019-09-061-35/+35
* avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2Michael Niedermayer2019-09-061-1/+1
* lavf/rawenc: Only accept the appropriate stream type for raw muxers.Carl Eugen Hoyos2019-09-061-0/+12
* x86/vf_v360: use a faster horizontal add in remap4_8bit_line_avx2James Almer2019-09-061-7/+4
* x86/vf_v360: make remap{1,2}_8bit_line_avx2 work on x86_32James Almer2019-09-063-4/+11