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
2019-09-11avcodec/v4l2_buffers: split out V4L2Buffer generation into helper methodAman Gupta
2019-09-11avcodec/v4l2_buffers: split out AVFrame generation into helper methodAman Gupta
2019-09-11avcodec/v4l2_buffers: teach ff_v4l2_buffer_avframe_to_buf about contiguous pl...Aman Gupta
2019-09-11avcodec/v4l2_m2m_enc: fix indentation and add M2MENC_CLASS macroAman Gupta
2019-09-11avcodec/v4l2_m2m_dec: fix indentation and add M2MDEC_CLASS macroLukas Rusak
2019-09-11avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContextAman Gupta
2019-09-11avcodec/v4l2_buffers: Add handling for NV21 and YUV420PDave Stevenson
2019-09-11avcodec/v4l2_m2m: fix av_pix_fmt changing when multiple /dev/video* devices a...Aman Gupta
2019-09-11avcodec/v4l2_m2m: disable info logging during device probeAman Gupta
2019-09-11avcodec/v4l2_m2m_enc: add support for -force_key_framesAman Gupta
2019-09-10avcodec/mediacodec_surface: define and use FFANativeWindow to mimic NDK inter...Aman Gupta
2019-09-10avcodec/mediacodecdec: warn when input buffers are not configured with proper...Aman Gupta
2019-09-10avcodec/pnm_parser: Use memchr() in pnm_parse()Michael Niedermayer
2019-09-10avcodec/webp: fix decoding for trailing junkPascal Massimino
2019-09-10avcodec/mips: Fix a warnning of indentation not reflect the block structure.Shiyou Yin
2019-09-10avcodec/h264: Fix poc_lsb in open gop contextNicolas Gaullier
2019-09-09avcodec/mediacodec_surface: drop unnecessary local variableAman Gupta
2019-09-09avcodec/mediacodecdec_common: log codec name during configure/start failuresAman Gupta
2019-09-09avcodec/mediacodecdec_common: ensure current input buffer is always used corr...Aman Gupta
2019-09-09avcodec/mediacodecdec_common: improve trace logging for end-of-streamAman Gupta
2019-09-09avcodec/mediacodecdec_common: warn when PTS is missingAman Gupta
2019-09-06avcodec/qdm2: Check frame sizeMichael Niedermayer
2019-09-06avcodec/vc1_pred: Fix refdist in scaleforopp()Michael Niedermayer
2019-09-06avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2Michael Niedermayer
2019-09-05avcodec/iff: Check for overlap in cmap_read_palette()Michael Niedermayer
2019-09-05avcodec/vqavideo: Limit resolutionMichael Niedermayer
2019-09-05avcodec/apedec: Fix 32bit int overflow in do_apply_filter()Michael Niedermayer
2019-09-04avcodec/videotoolbox: add support for full range pixel formatsAkemi
2019-09-04avcodec/nuv: prevent frame copying when outputting duplicate framesJames Almer
2019-09-04avcodec/wcmv: prevent frame copying when outputting duplicate framesJames Almer
2019-09-04Revert "avcodec/wcmv: Avoid copying frames if they are unchanged"James Almer
2019-09-04avcodec/wcmv: use ff_reget_buffer()James Almer
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-09-03avcodec/v4l2_m2m: fix minor indentation issueAman Gupta
2019-09-03avcodec/v4l2_m2m: use log_ctx variable consistentlyAman Gupta
2019-09-03avcodec/v4l2_m2m: log planar mode used by driverAman Gupta
2019-09-03avcodec/v4l2_context: use EAGAIN to signal when input buffers are unavailableAman Gupta
2019-09-03avcodec/v4l2m2m: fix error handling during buffer initJorge Ramirez-Ortiz
2019-09-03avcodec/v4l2_buffers: return int64_t in v4l2_get_ptsLukas Rusak
2019-09-03avcodec/v4l2_context: return {decoder,encoder}_cmd errorsAman Gupta
2019-09-03avcodec/v4l2_m2m_enc: fix typo in log messageAman Gupta
2019-09-03avcodec/v4l2_m2m_enc: log errno on v4l2_set_ext_ctrl failuresAman Gupta
2019-09-03avcodec/v4l2_buffers: fix minor typos and whitespaceAman Gupta
2019-09-03avcodec/v4l2_context: log VIDIOC_REQBUFS failuresAman Gupta
2019-09-03avcodec/v4l2_m2m: remove trailing whitespace in output identifierAman Gupta
2019-09-03avcodec/v4l2_m2m: log requested pixel formatsAman Gupta
2019-09-02avcodec/omx: fix xFramerate calculationAman Gupta
2019-09-02avcodec/ralf: fix undefined shift in extend_code()Michael Niedermayer
2019-09-02avcodec/ralf: fix undefined shiftMichael Niedermayer
2019-09-02avcodec/pngdec: Optimize has_trns codeMichael Niedermayer