summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* 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