summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/pgssubdec: Check for duplicate display segmentsMichael Niedermayer2019-02-031-0/+5
* avcodec/mips: [loongson] optimize put_hevc_qpel_h_8 with mmi.Shiyou Yin2019-02-023-0/+115
* avcodec/mips: [loongson] optimize put_hevc_qpel_bi_h_8 with mmi.Shiyou Yin2019-02-023-0/+150
* avcodec/mips: [loongson] optimize put_hevc_epel_bi_hv_8 with mmi.Shiyou Yin2019-02-023-0/+199
* avcodec/mips: [loongson] optimize put_hevc_qpel_uni_hv_8 with mmi.Shiyou Yin2019-02-023-0/+240
* lavc/aarch64/vp8dsp: Fix the include guard.Carl Eugen Hoyos2019-01-311-3/+3
* libavcodec: vp8 neon optimizations for aarch64Magnus Röös2019-01-316-0/+1190
* avcodec/ffv1: Simplify update_vlc_state()Michael Niedermayer2019-01-311-10/+4
* avcodec/ffv1: Simplify fold()Michael Niedermayer2019-01-311-3/+1
* libavcodec/rscc.c: add missing semicolonMateusz2019-01-311-1/+1
* avcodec/rasc: Move ff_get_buffer() after frame checksMichael Niedermayer2019-01-311-3/+3
* avcodec/rasc: Check uncompressed dlta sizeMichael Niedermayer2019-01-311-0/+2
* avcodec/fic: Check that there is input left in fic_decode_block()Michael Niedermayer2019-01-311-0/+3
* avcodec/arbc: clear decoder state when seekingJames Almer2019-01-281-0/+8
* avcodec/motion_est: remove duplicate functionMarton Balint2019-01-282-63/+3
* avcodec/rscc: Avoid returning frames that have nearly no undamaged pixels in ...Michael Niedermayer2019-01-281-2/+6
* avcodec: Add discard_sample_percentageMichael Niedermayer2019-01-283-1/+10
* avcodec/huffyuvdec: Check slice_offset/sizeMichael Niedermayer2019-01-281-0/+5
* avcodec/ilbcdec: Fix undefined integer overflow lsf2poly()Michael Niedermayer2019-01-281-4/+4
* avcodec/ilbcdec: Fix integer overflow in construct_vector()Michael Niedermayer2019-01-281-1/+1
* vaapi_encode_h265: Ensure that ref pics are always in the RPSMark Thompson2019-01-271-4/+13
* avcodec: add ARBC decoderPaul B Mahol2019-01-276-1/+215
* avcodec/vp6: select idct based (loosely) on number of coefficients decodedPeter Ross2019-01-264-6/+41
* avcodec/vp6: use ff_vp3dsp_[hv]_loop_filter_12Peter Ross2019-01-263-19/+11
* avcodec/vp6: use rounded shift for chroma motion vector calculationPeter Ross2019-01-261-6/+2
* avcodec/vp3dsp: add 10 coefficient version of the VP3 IDCTPeter Ross2019-01-262-0/+155
* avcodec/vp3dsp: add 12 pixel loop filter functionsPeter Ross2019-01-262-8/+23
* avcodec/vp3dsp: move vp3 init loop filter function to vp3dspPeter Ross2019-01-263-21/+35
* lavc/qsvenc: enable QVBR modeZhong Li2019-01-252-4/+42
* avcodec/libx265: add support for ROI-based encodingGuo, Yejun2019-01-241-0/+66
* vaapi_encode_vp9: Support more complex reference structuresMark Thompson2019-01-231-53/+51
* vaapi_encode_h265: Support more complex reference structuresMark Thompson2019-01-231-80/+111
* vaapi_encode_h264: Support more complex reference structuresMark Thompson2019-01-231-66/+309
* vaapi_encode: Let the reconstructed frame pool be sized dynamicallyMark Thompson2019-01-231-3/+0
* vaapi_encode: Convert to send/receive APIMark Thompson2019-01-238-326/+419
* vaapi_encode: Allocate picture-private data in generic codeMark Thompson2019-01-232-3/+16
* cbs_h2645: Avoid memcpy when splitting fragment #2Andreas Rheinhardt2019-01-231-22/+11
* h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt2019-01-239-15/+70
* lavc/g723_1enc: Set the default bitrate to 6300.Carl Eugen Hoyos2019-01-231-0/+6
* lavc/qsvenc: set BRCParamMultiplier to aviod BRC overflowZhong Li2019-01-221-14/+27
* avcodec/mips: [loongson] optimize put_hevc_qpel_bi_hv_8 with mmi.Shiyou Yin2019-01-223-1/+249
* 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