summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/fft_template: use ff_thread_once on costable initializationMuhammad Faiz2017-07-07
* h264dec: remove unneeded prototypeRafaël Carré2017-07-07
* htmlsubtitles: support <br> tagwm42017-07-06
* avcodec/interplayvideo: Clean up frames on parameter changeMichael Niedermayer2017-07-06
* Revert "x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise...James Almer2017-07-05
* avcodec/hevcdec: do not let updated extradata corrupt stateMichael Niedermayer2017-07-05
* x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_mainJames Almer2017-07-04
* x86/sbrdsp: zero extend m_max in apply_noise_mainJames Almer2017-07-04
* x86/utvideodsp: make restore_rgb_planes functions work on x86_32James Almer2017-07-04
* avcodec/wavpack: Fix invalid shiftMichael Niedermayer2017-07-05
* avcodec/h264_slice: Fix signed integer overflowMichael Niedermayer2017-07-05
* avcodec/alsdec: fix some undefined shiftsPaul B Mahol2017-07-04
* avcodec/alsdec: remove unused headerPaul B Mahol2017-07-04
* lavc/mediacodec: rescale pts before decoding for both hw and sw buffersAman Gupta2017-07-03
* lavc/mediacodec: add missing newline on warningAman Gupta2017-07-03
* lavc/aarch64: add sbrdsp neon implementationMatthieu Bouron2017-07-03
* vdpau: do not use buggy HEVC support by defaultwm42017-07-03
* avcodec/alsdec: call correct function for multi-channel codingPaul B Mahol2017-07-02
* avcodec/imc: cast float to int prior to comparing with int variableKostya Shishkov2017-07-01
* avcodec/s302m: fix AVOption flagsfoo862017-07-01
* hevcdec: properly export some side data with frame threadingwm42017-06-30
* x86/sbrdsp: sign extend start and end gprs in ff_sbr_hf_gen_sseJames Almer2017-06-30
* avcodec/hevc_ps: Fix integer overflow with beta/tc offsetsMichael Niedermayer2017-06-30
* avcodec/interplayvideo: Check ff_get_buffer() for failureMichael Niedermayer2017-06-30
* avcodec/interplayvideo: fix regression causing artifactsPaul B Mahol2017-06-29
* avcodec/gdv: add decompression for 2 and 5 methodPaul B Mahol2017-06-29
* avcodec/cfhd: Fix invalid left shift of negative valueMichael Niedermayer2017-06-28
* avcodec/vb: Check vertical GMC component before multiplyMichael Niedermayer2017-06-28
* avcodec/interplayvideo: use correct context when checking for enough bytesPaul B Mahol2017-06-28
* avcodec/x86: use new x86-64 functions for -idct simpleJames Darnley2017-06-28
* avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth...James Darnley2017-06-28
* avcodec/x86: allow future 8-bit simple idct to have "DC only hack"James Darnley2017-06-28
* avcodec/interplayvideo: return voidPaul B Mahol2017-06-28
* avcodec/interplayvideo: fix dead-lockPaul B Mahol2017-06-28
* avcodec/interplayvideo: use int16_t instead of shortPaul B Mahol2017-06-28
* avcodec/interplayvideo: check that video_size is >0Paul B Mahol2017-06-28
* hevc: Add support for alternative transfer characterics SEIVittorio Giovara2017-06-28
* avcodec/utvideodec: Factor multiply out of inner loopMichael Niedermayer2017-06-28
* avcodec/utvideodec: bswap directly without memcpyMichael Niedermayer2017-06-28
* avcodec/utvideodec: enable unchecked bitreaderMichael Niedermayer2017-06-28
* avcodec/utvideodec: hardcode vlc bitsMichael Niedermayer2017-06-28
* avcodec/utvideodec: Move bitstream end check out of inner loopMichael Niedermayer2017-06-28
* lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch2017-06-28
* lavc/aarch64: add a few SIMD functions for AAC PSClément Bœsch2017-06-28
* lavc/aacpsdsp: fix a few spaces (cosmetics)Clément Bœsch2017-06-28
* lavc/arm: fix lack of precision in ff_ps_stereo_interpolate_neonClément Bœsch2017-06-28
* avcodec/x86/vp9dsp_init_16bpp: Fix linking to missing ff_vp9_ipred_dr_32x32_1...Michael Niedermayer2017-06-28
* avcodec/hevcdec: do basic validity check on delta_chroma_weight and offsetMichael Niedermayer2017-06-27
* avcodec/vp9: add 64-bit ipred_dr_32x32_16 avx2 implementationIlia Valiakhmetov2017-06-27
* hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov2017-06-27