summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/adpcm: Check number of channels for MTAFMichael Niedermayer2019-09-24
* avcodec/nvenc: fix typo in new Windows driver versionTimo Rothenpieler2019-09-24
* avcodec/exr: cosmeticsLimin Wang2019-09-23
* avcodec/nvenc: add driver version info for SDK 9.1Timo Rothenpieler2019-09-23
* avcodec/bsf: check that AVBSFInternal was allocated before dereferencing itJames Almer2019-09-23
* avcodec/sunrast: Fix indentionMichael Niedermayer2019-09-22
* avcodec/sunrast: Fix return type for "unsupported (compression) type"Michael Niedermayer2019-09-22
* avcodec/utils: Check channels fully earlierMichael Niedermayer2019-09-20
* avcodec/ac3enc: Fix invalid shiftAndreas Rheinhardt2019-09-20
* avcodec/g723_1dec: Fix invalid shiftAndreas Rheinhardt2019-09-20
* avcodec/tdsc: Fix undefined shiftsAndreas Rheinhardt2019-09-20
* Delete unused branch in libaomencelliottk2019-09-19
* avcodec/libvpxenc: add ROI-based encoding support for VP8/VP9Guo, Yejun2019-09-19
* lavc/cook: Remove an incorrect comment.Carl Eugen Hoyos2019-09-20
* avcodec: add EPG codec IDAnthony Delannoy2019-09-19
* avcodec/v210enc: move v210_enc_8/10 function to template fileLimin Wang2019-09-18
* avcodec/v210enc: make 8bit and 10bit process consistentLimin Wang2019-09-18
* avcodec/v210enc: add depth parameter for WRITE_PIXELS and CLIPLimin Wang2019-09-18
* avcodec/avpacket: Improve allocating packetsAndreas Rheinhardt2019-09-18
* avcodec/mjpegdec: Unify switch statementsAndreas Rheinhardt2019-09-18
* avcodec/hevcdec: Fix memleak of a53_captionMichael Niedermayer2019-09-16
* avcodec/ttaenc: Fix undefined shiftAndreas Rheinhardt2019-09-16
* lavc/g729dec: Support decoding Sipro ACELP.KELVIN.Carl Eugen Hoyos2019-09-16
* avcodec/allcodecs: make libdav1d the preferred AV1 decoderJames Almer2019-09-16
* avcodec/videotoolboxenc: warn user when output will use a different profile/l...Rick Kern2019-09-16
* avcodec/videotoolboxenc: add H264 Extended profile and levelLimin Wang2019-09-16
* avcodec/videotoolboxenc: fix encoding frame crash on iOS 11sharpbai2019-09-16
* avcodec/cfhd: Check that cropped size is smaller than fullMichael Niedermayer2019-09-16
* avcodec/hevcdec: repeat character in skipedMichael Niedermayer2019-09-16
* repeat an even number of characters in occuredMichael Niedermayer2019-09-16
* avcodec/gdv: Replace assert() checking bitstream by if()Michael Niedermayer2019-09-16
* libavcodec/utils: Free threads on init failureMichael Niedermayer2019-09-16
* avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros.gxw2019-09-16
* lavc/videotoolboxdec: fix crop handling when multithreadedRodger Combs2019-09-15
* avcodec/v4l2: fix compile with older videodev2.hAman Gupta2019-09-15
* avcodec/libdav1d: use the library default for the filmgrain optionJames Almer2019-09-15
* avcodec/mjpegdec: Restore non bayer checks in ljpeg_decode_rgb_scan()Michael Niedermayer2019-09-13
* avcodec/mjpegdec: Only allow 0x11110000 pix_fmt_id for bayer modeMichael Niedermayer2019-09-13
* x85/opusdsp: enable the functions on all FMA3 CPUsJames Almer2019-09-11
* x86/opusdps: clear the high bits from some gprsJames Almer2019-09-11
* avcodec/htmlsubtitles: Avoid locale dependant isdigit()Michael Niedermayer2019-09-11
* avcodec/mpeg12enc: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-09-11
* avcodec/alsdec: Check k from being outside what our implementation can handleMichael Niedermayer2019-09-11
* avcodec/takdec: Fix integer overflow in decorrelate()Michael Niedermayer2019-09-11
* avcodec/aacps: Fix integer overflows in hybrid_synthesis()Michael Niedermayer2019-09-11
* avcodec/mpeg4videodec: Fix integer overflow in mpeg4_decode_studio_block()Michael Niedermayer2019-09-11
* avcodec/vp56rac: delay signaling an error on truncated inputMichael Niedermayer2019-09-11
* avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAPMaxime Jourdan2019-09-11
* avcodec/v4l2_buffers: use correct timebase for encoder/decoderAman Gupta2019-09-11
* avcodec/v4l2_m2m_dec: fix compileAman Gupta2019-09-11