summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Delete unused branch in libaomencelliottk2019-09-191-9/+5
* avcodec/libvpxenc: add ROI-based encoding support for VP8/VP9Guo, Yejun2019-09-192-1/+194
* lavc/cook: Remove an incorrect comment.Carl Eugen Hoyos2019-09-201-1/+1
* avcodec: add EPG codec IDAnthony Delannoy2019-09-193-1/+8
* avcodec/v210enc: move v210_enc_8/10 function to template fileLimin Wang2019-09-182-111/+114
* avcodec/v210enc: make 8bit and 10bit process consistentLimin Wang2019-09-181-9/+9
* avcodec/v210enc: add depth parameter for WRITE_PIXELS and CLIPLimin Wang2019-09-181-47/+36
* avcodec/avpacket: Improve allocating packetsAndreas Rheinhardt2019-09-181-1/+1
* avcodec/mjpegdec: Unify switch statementsAndreas Rheinhardt2019-09-181-5/+0
* avcodec/hevcdec: Fix memleak of a53_captionMichael Niedermayer2019-09-161-0/+3
* avcodec/ttaenc: Fix undefined shiftAndreas Rheinhardt2019-09-161-1/+1
* lavc/g729dec: Support decoding Sipro ACELP.KELVIN.Carl Eugen Hoyos2019-09-167-6/+33
* avcodec/allcodecs: make libdav1d the preferred AV1 decoderJames Almer2019-09-161-1/+1
* avcodec/videotoolboxenc: warn user when output will use a different profile/l...Rick Kern2019-09-161-1/+1
* avcodec/videotoolboxenc: add H264 Extended profile and levelLimin Wang2019-09-161-0/+14
* avcodec/videotoolboxenc: fix encoding frame crash on iOS 11sharpbai2019-09-161-1/+5
* avcodec/cfhd: Check that cropped size is smaller than fullMichael Niedermayer2019-09-161-2/+6
* avcodec/hevcdec: repeat character in skipedMichael Niedermayer2019-09-161-1/+1
* repeat an even number of characters in occuredMichael Niedermayer2019-09-161-1/+1
* avcodec/gdv: Replace assert() checking bitstream by if()Michael Niedermayer2019-09-161-1/+2
* libavcodec/utils: Free threads on init failureMichael Niedermayer2019-09-161-0/+3
* avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros.gxw2019-09-1611-166/+191
* lavc/videotoolboxdec: fix crop handling when multithreadedRodger Combs2019-09-151-5/+5
* avcodec/v4l2: fix compile with older videodev2.hAman Gupta2019-09-152-0/+10
* avcodec/libdav1d: use the library default for the filmgrain optionJames Almer2019-09-152-3/+4
* avcodec/mjpegdec: Restore non bayer checks in ljpeg_decode_rgb_scan()Michael Niedermayer2019-09-131-0/+4
* avcodec/mjpegdec: Only allow 0x11110000 pix_fmt_id for bayer modeMichael Niedermayer2019-09-131-0/+2
* x85/opusdsp: enable the functions on all FMA3 CPUsJames Almer2019-09-111-1/+1
* x86/opusdps: clear the high bits from some gprsJames Almer2019-09-111-3/+4
* avcodec/htmlsubtitles: Avoid locale dependant isdigit()Michael Niedermayer2019-09-111-1/+1
* avcodec/mpeg12enc: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-09-111-0/+2
* avcodec/alsdec: Check k from being outside what our implementation can handleMichael Niedermayer2019-09-111-0/+3
* avcodec/takdec: Fix integer overflow in decorrelate()Michael Niedermayer2019-09-111-1/+1
* avcodec/aacps: Fix integer overflows in hybrid_synthesis()Michael Niedermayer2019-09-111-18/+18
* avcodec/mpeg4videodec: Fix integer overflow in mpeg4_decode_studio_block()Michael Niedermayer2019-09-111-1/+2
* avcodec/vp56rac: delay signaling an error on truncated inputMichael Niedermayer2019-09-112-1/+5
* avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAPMaxime Jourdan2019-09-113-1/+23
* avcodec/v4l2_buffers: use correct timebase for encoder/decoderAman Gupta2019-09-111-6/+12
* avcodec/v4l2_m2m_dec: fix compileAman Gupta2019-09-111-0/+1
* avcodec/v4l2_m2m_dec: fix dropped packets while decodingMaxime Jourdan2019-09-112-5/+17
* avcodec/v4l2_context: expose timeout for dequeue_frameAman Gupta2019-09-113-5/+6
* avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTSAman Gupta2019-09-112-0/+2
* avcodec/v4l2_buffers: read height/width from the proper contextAman Gupta2019-09-111-3/+2
* avcodec/h2645_parse: simplify memset callAndriy Gelman2019-09-111-2/+1
* opusdsp: adjust and optimize C function to match assemblyLynne2019-09-112-9/+8
* avcodec/v4l2_buffers: split out v4l2_buf_increase_ref helperLukas Rusak2019-09-101-13/+23
* avcodec/v4l2_buffers: split out V4L2Buffer generation into helper methodAman Gupta2019-09-101-9/+14
* avcodec/v4l2_buffers: split out AVFrame generation into helper methodAman Gupta2019-09-101-31/+45
* avcodec/v4l2_buffers: teach ff_v4l2_buffer_avframe_to_buf about contiguous pl...Aman Gupta2019-09-101-8/+53
* avcodec/v4l2_m2m_enc: fix indentation and add M2MENC_CLASS macroAman Gupta2019-09-101-21/+23
OpenPOWER on IntegriCloud