]> git.sesse.net Git - ffmpeg/history - libavcodec
vp9lpf/x86: store unpacked intermediates for filter6/14 on stack.
[ffmpeg] / libavcodec /
2016-10-04 Ronald S. Bultjevp9lpf/x86: store unpacked intermediates for filter6...
2016-10-04 Ronald S. Bultjevp9lpf/x86: move variable assigned inside macro branch.
2016-10-04 Ronald S. Bultjevp9lpf/x86: simplify ABSSUM_CMP by inverting the compar...
2016-10-04 Ronald S. Bultjevp9lpf/x86: remove unused register from ABSSUB_CMP...
2016-10-04 Ronald S. Bultjevp9lpf/x86: slightly simplify 44/48/84/88 h stores.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make cglobal statement more conservative...
2016-10-04 Ronald S. Bultjevp9lpf/x86: save one register in loopfilter surface...
2016-10-04 Clément Bœschvp9lpf/x86: add ff_vp9_loop_filter_[vh]_44_16_{sse2...
2016-10-04 Clément Bœschvp9lpf/x86: add ff_vp9_loop_filter_h_{48,84}_16_{sse2...
2016-10-04 James Almervp9lpf/x86: add an SSE2 version of vp9_loop_filter_...
2016-10-04 Clément Bœschvp9lpf/x86: add ff_vp9_loop_filter_[vh]_88_16_{ssse3...
2016-10-04 James Almervp9lpf/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().
2016-10-04 Clément Bœschvp9lpf/x86: add x86 SSSE3/AVX SIMD for vp9_loop_filter_...
2016-10-04 Ronald S. Bultjevp9: ignore reference segmentation map if error_resilie...
2016-10-02 Carl Eugen Hoyosrscc: Support palette format
2016-10-02 Vittorio Giovaraavcodec: Document AV_PKT_DATA_PALETTE side data type
2016-10-02 Mark Thompsonvaapi_h265: Add main 10 encode support
2016-10-02 Mark Thompsonvaapi_h265: Fix buffering parameters
2016-10-02 Mark Thompsonvaapi_h265: Fix slice header writing
2016-10-02 Mark Thompsonvaapi_h264: Write bitstream restriction fields
2016-10-02 Mark Thompsonvaapi_h264: Fix CFR mode with frame_rate set in AVCodec...
2016-10-02 Mark Thompsonvaapi_encode: Decide on GOP setup before initialising...
2016-10-02 Anton Khirnovpthread_frame: use atomics for frame progress
2016-10-02 Anton Khirnovpthread_frame: use atomics for PerThreadContext.state
2016-10-02 Anton Khirnovpthread_frame: use a thread-safe way for signalling...
2016-10-02 Anton Khirnovmmaldec: convert to stdatomic
2016-10-02 Luca Barbatohuffyuvdsp: Enable the altivec code for PPC little...
2016-10-02 Luca Barbatohuffyuvdsp: Reenable PPC optimizations
2016-10-02 Anton Khirnovh264dec: support broken files with mp4 extradata/annex...
2016-09-30 Justin Rugglesac3dsp: x86: Replace inline asm for in-decoder downmixi...
2016-09-30 Justin Rugglesac3dsp: Add some special-case handling for the C downmi...
2016-09-30 Justin Rugglesac3dsp: Reverse matrix in/out order in downmix()
2016-09-30 Hendrik Leppkesx86/h264_weight: use appropriate register size for...
2016-09-29 Diego Biurrunmpegaudiodsp: Change type of array stride parameters...
2016-09-29 Diego Biurrunmss*: Change type of array stride parameters to ptrdiff_t
2016-09-29 Diego Biurrunea: Change type of array stride parameters to ptrdiff_t
2016-09-29 Diego Biurrunhevc: Change type of array stride parameters to ptrdiff_t
2016-09-29 Diego Biurrunh264chroma: Change type of stride parameters to ptrdiff_t
2016-09-29 Diego Biurrunidct: Change type of array stride parameters to ptrdiff_t
2016-09-29 Diego Biurrunblockdsp: Change type of array stride parameters to...
2016-09-29 Diego Biurrunintrax8: Change type of array stride parameters to...
2016-09-29 Diego Biurrunhpeldsp: arm: Update comments left behind in 25841dfe80...
2016-09-29 Diego Biurrunx86: fpel: Remove unnecessary sign extend
2016-09-28 Mark Thompsonvaapi_h264: Set max_num_ref_frames to 1 when not using...
2016-09-28 Mark Thompsonvaapi_encode: Sync to input surface rather than output
2016-09-28 Mark Thompsonvaapi_encode: Check packed header capabilities
2016-09-28 Mark Thompsonvaapi_encode: Refactor initialisation
2016-09-28 Anton Khirnovtdsc: use the new decoding API
2016-09-28 Anton Khirnovlavc: add clobber tests for the new encoding/decoding API
2016-09-28 Anton Khirnovmpegvideo_enc: use the new encoding API for b_strategy=2
2016-09-28 Anton Khirnovmpegvideo_enc: handle encoding errors with b_strategy=2
2016-09-28 Anton Khirnovmpegvideo_enc: add const to the AVCodec instance
2016-09-24 Yogender Guptanvenc: Extended rate-control support as provided by...
2016-09-24 Yogender Guptanvenc: Add support for high bitdepth
2016-09-24 Yogender Guptanvenc: Add some easier to understand presets that match...
2016-09-24 Luca Barbatonvenc: Make sure that enum and array index match
2016-09-22 Anton Khirnovaudiodsp/x86: yasmify vector_clipf_sse
2016-09-22 Anton Khirnovaudiodsp: reorder arguments for vector_clipf
2016-09-22 Anton Khirnovaudiodsp: fix vector_clipf documentation
2016-09-22 Anton Khirnovblockdsp: drop the high_bit_depth parameter
2016-09-19 Anton Khirnovaudiodsp/x86: clear the high bits of the order paramete...
2016-09-19 Anton Khirnovaudiodsp/x86: fix ff_vector_clip_int32_sse2
2016-09-19 Yogender Guptaavcodec: Add the extended pixel format profile for...
2016-09-16 Michael Niedermayermpegvideo_motion: Handle edge emulation even without...
2016-09-14 Mark Thompsonvaapi_h264: Fix HRD bit_rate/cpb_size scaling
2016-09-14 Diego Biurrunpixblockdsp: Change type of stride parameters to ptrdiff_t
2016-09-11 Diego Biurrunppc: mpegvideo: Add proper runtime AltiVec detection
2016-09-11 Diego Biurrunppc: Update #endif comments
2016-09-11 Luca Barbatoaudiodsp: ppc: Add VSX variant
2016-09-09 Mark Thompsonvaapi_vp8: Explicitly include libva vp8 decode header
2016-09-08 Mark Thompsonvaapi_decode: Ignore the profile when not useful
2016-09-08 Mark Thompsonlavc/vaapi: Add VP8 decode hwaccel
2016-09-08 Mark Thompsonvp8: Add hwaccel hooks
2016-09-08 Diego Biurrunutvideo: Change type of array stride parameters to...
2016-09-07 Diego Biurruniir_filter: Change type of array stride parameters...
2016-09-07 Diego Biurrunerror_resilience: Change type of array stride parameter...
2016-09-04 Diego Biurrunsanm: Change type of array pitch parameters to ptrdiff_t
2016-09-04 Diego Biurruncopy_block: Change type of array stride parameters...
2016-09-04 Diego Biurrunsvq1dec: Change type of array pitch parameters to ptrdiff_t
2016-09-04 Diego Biurrunindeo: Change type of array pitch parameters to ptrdiff_t
2016-08-30 Mark Thompsonlavc: Remove old vaapi decode infrastructure
2016-08-30 Mark Thompsonvaapi_mpeg4: Convert to use the new VAAPI hwaccel code
2016-08-30 Mark Thompsonvaapi_vc1: Convert to use the new VAAPI hwaccel code
2016-08-30 Mark Thompsonvaapi_mpeg2: Convert to use the new VAAPI hwaccel code
2016-08-30 Mark Thompsonvaapi_h264: Convert to use the new VAAPI hwaccel code
2016-08-30 Mark Thompsonlavc: Rewrite VAAPI decode infrastructure
2016-08-30 Diego Biurrunwmavoice: Simplify GetBitContext initialization
2016-08-26 Diego Biurrunlibvpx: Cast a pointer to const to squelch a warning
2016-08-26 Diego Biurrunvp56: Separate VP5 and VP6 dsp initialization
2016-08-26 Diego Biurrunprores: Change type of stride parameters to ptrdiff_t
2016-08-26 Diego Biurruncavs: Change type of stride parameters to ptrdiff_t
2016-08-26 Diego Biurrunvp8: Update some assembly comments left unchanged in...
2016-08-26 Diego Biurrunvp8: Change type of stride parameters to ptrdiff_t
2016-08-26 Diego Biurrunvp56: Change type of stride parameters to ptrdiff_t
2016-08-26 Diego Biurrunvp3: Change type of stride parameters to ptrdiff_t
2016-08-24 Luca Barbatoav1: Add codec_id and basic demuxing support
2016-08-18 Anton Khirnovmss12: validate display dimensions
2016-08-18 Anton Khirnovvc1: check that slices have a positive height
2016-08-18 Anton Khirnovpcx: use the bytestream2 API for reading from input
2016-08-18 Anton Khirnovpcx: check that the packet is large enough before readi...
next