summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTSAman Gupta2019-09-11
* avcodec/v4l2_buffers: read height/width from the proper contextAman Gupta2019-09-11
* avfilter/vf_v360: remove pointless special case when allocating stuffPaul B Mahol2019-09-11
* avfilter/vf_v360: refactor FoV calculation for stereographicPaul B Mahol2019-09-11
* avcodec/h2645_parse: simplify memset callAndriy Gelman2019-09-11
* avfilter/vf_v360: extend max limit to vertical fovPaul B Mahol2019-09-11
* avfilter/vf_v360: really fix FoV selectionPaul B Mahol2019-09-11
* lavfi/sinc: fix memory leak in error handling pathJun Zhao2019-09-11
* lavfi/anequalizer: fix memory leak in error handling pathJun Zhao2019-09-11
* checkasm: add opusdsp testsLynne2019-09-11
* opusdsp: adjust and optimize C function to match assemblyLynne2019-09-11
* avcodec/v4l2_buffers: split out v4l2_buf_increase_ref helperLukas Rusak2019-09-10
* avcodec/v4l2_buffers: split out V4L2Buffer generation into helper methodAman Gupta2019-09-10
* avcodec/v4l2_buffers: split out AVFrame generation into helper methodAman Gupta2019-09-10
* avcodec/v4l2_buffers: teach ff_v4l2_buffer_avframe_to_buf about contiguous pl...Aman Gupta2019-09-10
* avcodec/v4l2_m2m_enc: fix indentation and add M2MENC_CLASS macroAman Gupta2019-09-10
* avcodec/v4l2_m2m_dec: fix indentation and add M2MDEC_CLASS macroLukas Rusak2019-09-10
* avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContextAman Gupta2019-09-10
* avcodec/v4l2_buffers: Add handling for NV21 and YUV420PDave Stevenson2019-09-10
* avcodec/v4l2_m2m: fix av_pix_fmt changing when multiple /dev/video* devices a...Aman Gupta2019-09-10
* avcodec/v4l2_m2m: disable info logging during device probeAman Gupta2019-09-10
* avcodec/v4l2_m2m_enc: add support for -force_key_framesAman Gupta2019-09-10
* avfilter/vf_v360: remove w/h changing for flat outputPaul B Mahol2019-09-11
* avfilter/vf_v360: increase h_fov max limitPaul B Mahol2019-09-11
* avfilter/vf_v360: fix fov calculation for stereographic outputPaul B Mahol2019-09-11
* avcodec/mediacodec_surface: define and use FFANativeWindow to mimic NDK inter...Aman Gupta2019-09-10
* avcodec/mediacodecdec: warn when input buffers are not configured with proper...Aman Gupta2019-09-10
* doc/filters: extend flip options in v360 filterPaul B Mahol2019-09-10
* avfilter/vf_v360: increase v_fov max limitPaul B Mahol2019-09-10
* avfilter/vf_v360: add support for stereographic as input projectionPaul B Mahol2019-09-10
* avcodec/pnm_parser: Use memchr() in pnm_parse()Michael Niedermayer2019-09-10
* avfilter/vf_fps: Avoid inlink fifo build up.Nikolas Bowe2019-09-10
* avcodec/webp: fix decoding for trailing junkPascal Massimino2019-09-10
* lavf/avidec: fix memory leak in error handling pathJun Zhao2019-09-10
* avcodec/mips: Fix a warnning of indentation not reflect the block structure.Shiyou Yin2019-09-10
* avcodec/h264: Fix poc_lsb in open gop contextNicolas Gaullier2019-09-10
* tools/target_dec_fuzzer: Adjust threshold for LSCRMichael Niedermayer2019-09-09
* doc/filters: fix typo in v360Paul B Mahol2019-09-09
* avcodec/mediacodec_surface: drop unnecessary local variableAman Gupta2019-09-09
* avcodec/mediacodecdec_common: log codec name during configure/start failuresAman Gupta2019-09-09
* avcodec/mediacodecdec_common: ensure current input buffer is always used corr...Aman Gupta2019-09-09
* avcodec/mediacodecdec_common: improve trace logging for end-of-streamAman Gupta2019-09-09
* avcodec/mediacodecdec_common: warn when PTS is missingAman Gupta2019-09-09
* avfilter/vf_v360: add padding to u/v/kerPaul B Mahol2019-09-09
* swscale/swscale: delete unwanted assignmentsLimin Wang2019-09-09
* tests: Fix bash errors in lavf_container tests.Andrey Semashev2019-09-09
* avfilter/vf_v360: add guards against NaNsPaul B Mahol2019-09-09
* avfilter/vf_v360: partialy revert previous commitPaul B Mahol2019-09-09
* avfilter/vf_v360: extend stereographic projectionPaul B Mahol2019-09-09
* avfilter/vf_v360: factor vector normalization outPaul B Mahol2019-09-09