summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/v4l2_buffers: use correct timebase for encoder/decoderAman Gupta2019-09-11
* avcodec/v4l2_m2m_dec: fix compileAman Gupta2019-09-11
* avcodec/v4l2_m2m_dec: fix dropped packets while decodingMaxime Jourdan2019-09-11
* avcodec/v4l2_context: expose timeout for dequeue_frameAman Gupta2019-09-11
* 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
* avcodec/h2645_parse: simplify memset callAndriy Gelman2019-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
* 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
* avcodec/pnm_parser: Use memchr() in pnm_parse()Michael Niedermayer2019-09-10
* avcodec/webp: fix decoding for trailing junkPascal Massimino2019-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
* 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
* avcodec/qdm2: Check frame sizeMichael Niedermayer2019-09-06
* avcodec/vc1_pred: Fix refdist in scaleforopp()Michael Niedermayer2019-09-06
* avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2Michael Niedermayer2019-09-06
* avcodec/iff: Check for overlap in cmap_read_palette()Michael Niedermayer2019-09-05
* avcodec/vqavideo: Limit resolutionMichael Niedermayer2019-09-05
* avcodec/apedec: Fix 32bit int overflow in do_apply_filter()Michael Niedermayer2019-09-05
* avcodec/videotoolbox: add support for full range pixel formatsAkemi2019-09-04
* avcodec/nuv: prevent frame copying when outputting duplicate framesJames Almer2019-09-04
* avcodec/wcmv: prevent frame copying when outputting duplicate framesJames Almer2019-09-04
* Revert "avcodec/wcmv: Avoid copying frames if they are unchanged"James Almer2019-09-04
* avcodec/wcmv: use ff_reget_buffer()James Almer2019-09-04
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-04
* avcodec/v4l2_m2m: fix minor indentation issueAman Gupta2019-09-02
* avcodec/v4l2_m2m: use log_ctx variable consistentlyAman Gupta2019-09-02
* avcodec/v4l2_m2m: log planar mode used by driverAman Gupta2019-09-02
* avcodec/v4l2_context: use EAGAIN to signal when input buffers are unavailableAman Gupta2019-09-02
* avcodec/v4l2m2m: fix error handling during buffer initJorge Ramirez-Ortiz2019-09-02
* avcodec/v4l2_buffers: return int64_t in v4l2_get_ptsLukas Rusak2019-09-02
* avcodec/v4l2_context: return {decoder,encoder}_cmd errorsAman Gupta2019-09-02
* avcodec/v4l2_m2m_enc: fix typo in log messageAman Gupta2019-09-02