summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mips: [loongson] optimize put_hevc_qpel_hv_8 with mmi.Shiyou Yin2019-01-223-10/+231
* avcodec/tests: Add codec_desc to .gitignoreFeRD (Frank Dana)2019-01-221-0/+1
* avcodec/prosumer: Error out if decompress() stops reading dataMichael Niedermayer2019-01-201-2/+5
* avcodec/prosumer: Reduce lut sizeMichael Niedermayer2019-01-201-1/+1
* avcodec/prosumer: Simplify code slightly in decompress()Michael Niedermayer2019-01-201-12/+7
* avcodec/tiff: Check for 12bit gray faxMichael Niedermayer2019-01-201-1/+1
* avcodec/mips: [loongson] optimize put_hevc_pel_bi_pixels_8 with mmi.Shiyou Yin2019-01-204-0/+177
* avcodec/libx264: add support for ROI-based encodingGuo, Yejun2019-01-171-0/+62
* avcodec/dirac_arith: Treat overread as errorMichael Niedermayer2019-01-162-0/+5
* avcodec/diracdec: Propagate errors from dirac_get_arith_uint()Michael Niedermayer2019-01-163-0/+5
* avcodec/ac3dec: Optimize frame start searchMichael Niedermayer2019-01-161-6/+14
* avcodec/lzw: Check for end of inputMichael Niedermayer2019-01-161-0/+3
* avcodec/hcom: get rid of single line bracketsPaul B Mahol2019-01-151-3/+2
* avcodec: add HCOM decoderPaul B Mahol2019-01-156-2/+152
* avcodec/tests/rangecoder: initialize array to avoid valgrind warningMichael Niedermayer2019-01-141-1/+1
* avcodec/gdv: Optimize and factorize scaling loopsMichael Niedermayer2019-01-141-23/+64
* avcodec/vc1: fix B predictor validity for 4-MV MBsJerome Borsboom2019-01-141-0/+2
* avcodec/vp3: ref_frame/ref_frames are only required when HAVE_THREADS=1Peter Ross2019-01-141-1/+1
* lavc: Allow very high bitrates in AVCPBProperties after next version bump.Carl Eugen Hoyos2019-01-122-0/+15
* lavc/tiff: Support CMYK images.Carl Eugen Hoyos2019-01-122-3/+21
* lavc/psd: Support CMYK images.Carl Eugen Hoyos2019-01-121-0/+84
* avcodec/h264_slice: Fix integer overflow in implicit_weight_table()Michael Niedermayer2019-01-121-1/+1
* avcodec/exr: set layer_match in all branchesMichael Niedermayer2019-01-121-0/+1
* avcodec/exr: Check for duplicate channel indexMichael Niedermayer2019-01-121-0/+5
* avcodec/vc1: fix decoding of old WMV3 formatJerome Borsboom2019-01-122-6/+4
* avcodec/vc1: shuffle calculation of MV predictor candidatesJerome Borsboom2019-01-121-6/+7
* avcodec/dstdec: use appropriate alignmentPeter Ross2019-01-121-1/+1
* lavc/hevc_parser: report detailed log when missing picture occursLinjie Fu2019-01-121-1/+1
* avcodec/nuv: add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-01-121-0/+1
* dstdec: big-endian compatiblityPeter Ross2019-01-111-2/+2
* lavc/qsvenc: set pict_type to be I for IDR frames.Zhong Li2019-01-101-4/+3
* lavc/qsvenc: add VDENC support for H264Linjie Fu2019-01-103-0/+13
* avcodec/libdav1d: properly free all output picture referencesJames Almer2019-01-081-35/+40
* avcodec/vp3data: use more compact data typePeter Ross2019-01-081-1/+1
* avcodec/qpeg: Optimize long runs in qpeg_decode_intra() not spanning a full rowMichael Niedermayer2019-01-071-1/+4
* avcodec/huffyuvdec: Check that slices do not exceed frame heightMichael Niedermayer2019-01-061-1/+2
* avcodec/huffyuvdec: Check that slice height is non negative.Michael Niedermayer2019-01-061-1/+1
* avcodec/bsf_list: implement a AVBSFContext.flush callbackJames Almer2019-01-061-0/+10
* avcodec/gdv: Optimize unscaled loopMichael Niedermayer2019-01-051-4/+2
* lavc/libxavs2: Cosmetics: Fix indentation for switch statementJun Zhao2019-01-041-17/+17
* lavc/libdavs2: Cosmetics: Fix indentation for switch statementJun Zhao2019-01-041-17/+17
* avcodec/fft_template: improve performance of the ff_fft_init in fft_templateSteven Liu2019-01-041-11/+35
* libavcodec: Remove dynamic relocs from aarch64/h264idct_neon.SManoj Gupta2019-01-031-8/+12
* avcodec/bfi: Provide non NULL context to av_log()Michael Niedermayer2019-01-011-1/+1
* avcodec/bink: Provide non NULL context to av_log()Michael Niedermayer2019-01-011-7/+7
* avcodec/mss2: Provide non NULL context to av_log()Michael Niedermayer2019-01-011-3/+3
* avcodec/imc: Provide non NULL context to av_log()Michael Niedermayer2019-01-011-1/+5
* avcodec/aacdec_fixed: Provide context to av_log()Michael Niedermayer2019-01-013-5/+5
* avcodec/acelp_pitch_delay: Minor simplification by using ff_exp10()Michael Niedermayer2019-01-011-1/+1
* avcodec/eacmv: Return more specific error codes and forward error codesMichael Niedermayer2019-01-011-3/+3
OpenPOWER on IntegriCloud