summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* add libaribb24 ARIB STD-B24 caption decoderJan Ekström2019-02-10
* avcodec/sbrdsp_fixed.c: remove input value limit for sbr_sum_square_c()Michael Niedermayer2019-02-09
* avcodec/h264_parse: Clear ref_list[1] if only [0] is usedMichael Niedermayer2019-02-08
* avcodec/h264_parse: no need check ref list1 for P slices.Decai Lin2019-02-08
* avcodec/mpegvideo_enc: Use av_assert1() instead of assert() in merge_context_...Michael Niedermayer2019-02-07
* avcodec/ac3: Explicitly return to discard large amounts of nonsense bytesMichael Niedermayer2019-02-07
* avcodec/mpeg4_unpack_bframes_bsf: Use avpriv_find_start_codeAndreas Rheinhardt2019-02-04
* avcodec/pgssubdec: Check for duplicate display segmentsMichael Niedermayer2019-02-03
* avcodec/mips: [loongson] optimize put_hevc_qpel_h_8 with mmi.Shiyou Yin2019-02-02
* avcodec/mips: [loongson] optimize put_hevc_qpel_bi_h_8 with mmi.Shiyou Yin2019-02-02
* avcodec/mips: [loongson] optimize put_hevc_epel_bi_hv_8 with mmi.Shiyou Yin2019-02-02
* avcodec/mips: [loongson] optimize put_hevc_qpel_uni_hv_8 with mmi.Shiyou Yin2019-02-02
* lavc/aarch64/vp8dsp: Fix the include guard.Carl Eugen Hoyos2019-01-31
* libavcodec: vp8 neon optimizations for aarch64Magnus Röös2019-01-31
* avcodec/ffv1: Simplify update_vlc_state()Michael Niedermayer2019-01-31
* avcodec/ffv1: Simplify fold()Michael Niedermayer2019-01-31
* libavcodec/rscc.c: add missing semicolonMateusz2019-01-31
* avcodec/rasc: Move ff_get_buffer() after frame checksMichael Niedermayer2019-01-31
* avcodec/rasc: Check uncompressed dlta sizeMichael Niedermayer2019-01-31
* avcodec/fic: Check that there is input left in fic_decode_block()Michael Niedermayer2019-01-31
* avcodec/arbc: clear decoder state when seekingJames Almer2019-01-28
* avcodec/motion_est: remove duplicate functionMarton Balint2019-01-28
* avcodec/rscc: Avoid returning frames that have nearly no undamaged pixels in ...Michael Niedermayer2019-01-28
* avcodec: Add discard_sample_percentageMichael Niedermayer2019-01-28
* avcodec/huffyuvdec: Check slice_offset/sizeMichael Niedermayer2019-01-28
* avcodec/ilbcdec: Fix undefined integer overflow lsf2poly()Michael Niedermayer2019-01-28
* avcodec/ilbcdec: Fix integer overflow in construct_vector()Michael Niedermayer2019-01-28
* vaapi_encode_h265: Ensure that ref pics are always in the RPSMark Thompson2019-01-27
* avcodec: add ARBC decoderPaul B Mahol2019-01-27
* avcodec/vp6: select idct based (loosely) on number of coefficients decodedPeter Ross2019-01-26
* avcodec/vp6: use ff_vp3dsp_[hv]_loop_filter_12Peter Ross2019-01-26
* avcodec/vp6: use rounded shift for chroma motion vector calculationPeter Ross2019-01-26
* avcodec/vp3dsp: add 10 coefficient version of the VP3 IDCTPeter Ross2019-01-26
* avcodec/vp3dsp: add 12 pixel loop filter functionsPeter Ross2019-01-26
* avcodec/vp3dsp: move vp3 init loop filter function to vp3dspPeter Ross2019-01-26
* lavc/qsvenc: enable QVBR modeZhong Li2019-01-25
* avcodec/libx265: add support for ROI-based encodingGuo, Yejun2019-01-24
* vaapi_encode_vp9: Support more complex reference structuresMark Thompson2019-01-23
* vaapi_encode_h265: Support more complex reference structuresMark Thompson2019-01-23
* vaapi_encode_h264: Support more complex reference structuresMark Thompson2019-01-23
* vaapi_encode: Let the reconstructed frame pool be sized dynamicallyMark Thompson2019-01-23
* vaapi_encode: Convert to send/receive APIMark Thompson2019-01-23
* vaapi_encode: Allocate picture-private data in generic codeMark Thompson2019-01-23
* cbs_h2645: Avoid memcpy when splitting fragment #2Andreas Rheinhardt2019-01-23
* h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt2019-01-23
* lavc/g723_1enc: Set the default bitrate to 6300.Carl Eugen Hoyos2019-01-23
* lavc/qsvenc: set BRCParamMultiplier to aviod BRC overflowZhong Li2019-01-22
* avcodec/mips: [loongson] optimize put_hevc_qpel_bi_hv_8 with mmi.Shiyou Yin2019-01-22
* avcodec/mips: [loongson] optimize put_hevc_qpel_hv_8 with mmi.Shiyou Yin2019-01-22
* avcodec/tests: Add codec_desc to .gitignoreFeRD (Frank Dana)2019-01-22