summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/interplayvideo: fix dead-lockPaul B Mahol2017-06-281-1/+3
* avcodec/interplayvideo: use int16_t instead of shortPaul B Mahol2017-06-281-16/+16
* avcodec/interplayvideo: check that video_size is >0Paul B Mahol2017-06-281-0/+2
* hevc: Add support for alternative transfer characterics SEIVittorio Giovara2017-06-283-0/+22
* avcodec/utvideodec: Factor multiply out of inner loopMichael Niedermayer2017-06-281-2/+4
* avcodec/utvideodec: bswap directly without memcpyMichael Niedermayer2017-06-281-6/+2
* avcodec/utvideodec: enable unchecked bitreaderMichael Niedermayer2017-06-281-0/+2
* avcodec/utvideodec: hardcode vlc bitsMichael Niedermayer2017-06-281-5/+5
* avcodec/utvideodec: Move bitstream end check out of inner loopMichael Niedermayer2017-06-281-10/+12
* lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch2017-06-287-9/+12
* lavc/aarch64: add a few SIMD functions for AAC PSClément Bœsch2017-06-285-0/+202
* lavc/aacpsdsp: fix a few spaces (cosmetics)Clément Bœsch2017-06-281-4/+5
* lavc/arm: fix lack of precision in ff_ps_stereo_interpolate_neonClément Bœsch2017-06-281-4/+5
* avcodec/x86/vp9dsp_init_16bpp: Fix linking to missing ff_vp9_ipred_dr_32x32_1...Michael Niedermayer2017-06-281-0/+2
* avcodec/hevcdec: do basic validity check on delta_chroma_weight and offsetMichael Niedermayer2017-06-271-2/+17
* avcodec/vp9: add 64-bit ipred_dr_32x32_16 avx2 implementationIlia Valiakhmetov2017-06-272-3/+106
* hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov2017-06-271-2/+6
* dxva: verbose-log decoder GUID listwm42017-06-271-0/+47
* dxva: support DXGI_FORMAT_420_OPAQUE decodingwm42017-06-271-2/+11
* dxva: fix some warningswm42017-06-271-9/+7
* dxva: add declarative profile checkswm42017-06-271-20/+44
* dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-2714-10/+854
* dxva: move d3d11 locking/unlocking to functionswm42017-06-271-18/+28
* dxva: preparations for new hwaccel APIwm42017-06-277-48/+60
* lavc: set avctx->hwaccel before initwm42017-06-271-2/+2
* avcodec/interplayvideo: properly check if there is enough bytes leftPaul B Mahol2017-06-271-0/+10
* Interplay MVE: Implement frame format 0x10Hein-Pieter van Braam2017-06-271-7/+175
* Interplay MVE: Implement frame format 0x06Hein-Pieter van Braam2017-06-271-11/+114
* Interplay MVE: Refactor IP packet formatHein-Pieter van Braam2017-06-271-11/+22
* Interplay MVE: Implement MVE SEND_BUFFER operationHein-Pieter van Braam2017-06-271-6/+9
* avcodec/proresenc_kostya: add 4444XQ profilePaul B Mahol2017-06-271-3/+15
* avcodec/ffv1enc: compute the max number of slices and limit by thatMichael Niedermayer2017-06-271-3/+4
* avcodec/ffv1enc: Allow less than 2 rows of slices for low vertical resolutionMichael Niedermayer2017-06-271-0/+4
* avcodec/utvideodec: add SIMD for restore_rgb_planesPaul B Mahol2017-06-278-47/+279
* avcodec/utvideodec: decode to GBR(A)PPaul B Mahol2017-06-262-257/+29
* avcodec/g722enc: force mono channel layoutKyle Swanson2017-06-261-16/+11
* avcodec/jpeg2000dwt: Fix integer overflows in sr_1d97_int()Michael Niedermayer2017-06-261-4/+4
* avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()Michael Niedermayer2017-06-261-1/+1
* avcodec/ffv1enc: Try to choose slice count so that slice packet sizes are wit...Michael Niedermayer2017-06-261-2/+9
* avcodec/ffv1: Increase the maximum number of slices to 1024Michael Niedermayer2017-06-261-1/+1
* lavc/x86: clear r2 higher bits in ff_sbr_sum_squareMatthieu Bouron2017-06-261-1/+1
* avcodec/proresenc_kostya: enable frame threadingPaul B Mahol2017-06-261-1/+1
* avcodec/frame_thread_encoder: Fix AV_OPT_TYPE_STRING handling in priv_dataMichael Niedermayer2017-06-261-1/+7
* avcodec/proresenc_kostya: use frame metadata instead of avctxPaul B Mahol2017-06-261-3/+3
* avcodec/prores_kostya: increase bits usage when alpha is usedPaul B Mahol2017-06-251-1/+3
* avcodec/hevcdec: Do not check the first ff_init_cabac_decoder() call in hls_d...Michael Niedermayer2017-06-251-4/+1
* avcodec/wavpack: Fix integer overflow in wv_unpack_stereo()Michael Niedermayer2017-06-251-1/+1
* avcodec/hevc_ps: Fix max_dec_buffer checkMichael Niedermayer2017-06-251-2/+2
* avcodec/adpcm_data: use uint16_t to handle all valuesPaul B Mahol2017-06-241-1/+1
* lavc/tests/golomb: Add unit test for set_ue_golomb_long.Jun Zhao2017-06-241-0/+19
OpenPOWER on IntegriCloud