summaryrefslogtreecommitdiff
path: root/libavcodec
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
* 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
* avcodec/pnm_parser: Use memchr() in pnm_parse()Michael Niedermayer2019-09-101-2/+5
* avcodec/webp: fix decoding for trailing junkPascal Massimino2019-09-101-2/+5
* 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
* 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
* avcodec/qdm2: Check frame sizeMichael Niedermayer2019-09-061-0/+5
* avcodec/vc1_pred: Fix refdist in scaleforopp()Michael Niedermayer2019-09-061-1/+2
* avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2Michael Niedermayer2019-09-061-1/+1
* avcodec/iff: Check for overlap in cmap_read_palette()Michael Niedermayer2019-09-051-0/+4
* avcodec/vqavideo: Limit resolutionMichael Niedermayer2019-09-051-0/+6
* avcodec/apedec: Fix 32bit int overflow in do_apply_filter()Michael Niedermayer2019-09-051-1/+1
* avcodec/videotoolbox: add support for full range pixel formatsAkemi2019-09-041-5/+9
* avcodec/nuv: prevent frame copying when outputting duplicate framesJames Almer2019-09-041-1/+3
* avcodec/wcmv: prevent frame copying when outputting duplicate framesJames Almer2019-09-041-3/+5
* Revert "avcodec/wcmv: Avoid copying frames if they are unchanged"James Almer2019-09-041-3/+1
* avcodec/wcmv: use ff_reget_buffer()James Almer2019-09-041-14/+9
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-0448-57/+58
* avcodec/v4l2_m2m: fix minor indentation issueAman Gupta2019-09-021-1/+1
* avcodec/v4l2_m2m: use log_ctx variable consistentlyAman Gupta2019-09-021-2/+2
* avcodec/v4l2_m2m: log planar mode used by driverAman Gupta2019-09-021-1/+3
* avcodec/v4l2_context: use EAGAIN to signal when input buffers are unavailableAman Gupta2019-09-022-2/+2
* avcodec/v4l2m2m: fix error handling during buffer initJorge Ramirez-Ortiz2019-09-022-5/+23
* avcodec/v4l2_buffers: return int64_t in v4l2_get_ptsLukas Rusak2019-09-021-1/+1
* avcodec/v4l2_context: return {decoder,encoder}_cmd errorsAman Gupta2019-09-021-0/+4
* avcodec/v4l2_m2m_enc: fix typo in log messageAman Gupta2019-09-021-1/+1
* avcodec/v4l2_m2m_enc: log errno on v4l2_set_ext_ctrl failuresAman Gupta2019-09-021-2/+2
* avcodec/v4l2_buffers: fix minor typos and whitespaceAman Gupta2019-09-022-3/+3
* avcodec/v4l2_context: log VIDIOC_REQBUFS failuresAman Gupta2019-09-021-1/+3
* avcodec/v4l2_m2m: remove trailing whitespace in output identifierAman Gupta2019-09-021-1/+1
* avcodec/v4l2_m2m: log requested pixel formatsAman Gupta2019-09-021-0/+11
* avcodec/omx: fix xFramerate calculationAman Gupta2019-09-021-2/+2
* avcodec/ralf: fix undefined shift in extend_code()Michael Niedermayer2019-09-021-1/+1
* avcodec/ralf: fix undefined shiftMichael Niedermayer2019-09-021-2/+2
* avcodec/pngdec: Optimize has_trns codeMichael Niedermayer2019-09-021-8/+29
* vcodec/apedec: Fix integer overflow in filter_3800()Michael Niedermayer2019-09-021-1/+1
* avcodec/apedec: Fix integer overflow in filter_fast_3320()Michael Niedermayer2019-09-021-1/+1
* lavc/v4l2_m2m: don't close the file descriptor we don't ownPavel Koshevoy2019-09-021-0/+1
* avcodec/bgmc: Check input space in ff_bgmc_decode_init()Michael Niedermayer2019-09-023-3/+10
* avcodec/vp3: Check for end of input in 2 places of vp4_unpack_macroblocks()Michael Niedermayer2019-09-021-0/+4
* avcodec/tiff: rewrite lut handlingPaul B Mahol2019-09-021-48/+12
* avcodec/tiff: set color_trc, remove sRGB conversionPaul B Mahol2019-09-021-10/+8