]> git.sesse.net Git - ffmpeg/history - libavcodec
lavc: Remove old vaapi decode infrastructure
[ffmpeg] / libavcodec /
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...
2016-08-18 Anton Khirnovpcx: properly pad the scanline
2016-08-18 Anton Khirnovcook: use the bytestream2 API for reading extradata
2016-08-18 Anton Khirnovqpeg: fix an off by 1 error in the MV check
2016-08-18 Anton Khirnovalac: do not return success if nothing was decoded
2016-08-18 Anton Khirnovvmnc: check that subrectangles fit into their containin...
2016-08-17 Diego Biurrungolomb: Drop disabled cruft
2016-08-17 Diego Biurrunsimple_idct: arm: Drop disabled code variant
2016-08-17 Diego Biurrunsimple_idct: x86: Drop disabled IDCT implementation
2016-08-17 Diego Biurrundvbsubdec: Remove disabled, near-duplicate debug code
2016-08-17 Diego Biurrunmpegvideo: Kill some disabled code
2016-08-17 Diego Biurrunmsmpeg4: Drop disabled debug cruft
2016-08-17 Diego Biurrunmathops: Drop disabled alternative mid_pred() implement...
2016-08-17 Diego Biurrunmjpegdec: Drop disabled code
2016-08-17 Diego Biurrunfaan(i)dct: Kill some disabled code
2016-08-17 Diego Biurrunffv1: Remove broken disabled cruft
2016-08-17 Diego Biurrunh264: Kill broken disabled cruft
2016-08-17 Diego Biurrunaac: Drop broken cruft
2016-08-17 Diego Biurrunjfdct: Kill broken cruft
2016-08-17 Diego Biurrunroqvideoenc: Drop broken disabled cruft
2016-08-17 Diego Biurrunpnm_parser: Drop broken disabled cruft
2016-08-17 Diego Biurrunwma: Kill non-compiling disabled cruft
2016-08-17 Diego Biurrunmpeg4videoenc: Kill non-compiling disabled cruft
2016-08-17 Diego Biurrunrangecoder: Kill non-compiling disabled cruft
2016-08-13 Mark Thompsonvaapi_vc1: Remove redundant version check
2016-08-13 Mark Thompsonvaapi_vc1: Constify pointers
2016-08-13 Mark Thompsonvaapi_mpeg2: Constify pointers
2016-08-13 Mark Thompsonvaapi_h264: Constify pointers
2016-08-11 Anton Khirnovvp9: reindent after last commit
2016-08-11 Ronald S. Bultjevp9: add frame threading
2016-08-11 Ronald S. Bultjevp9: allocate 'b', 'block/uvblock' and 'eob/uveob'...
2016-08-11 Ronald S. Bultjevp9: split last/cur_frame from the reference buffers.
2016-08-11 Anton Khirnovh264_direct: use the reference mask from the actual...
2016-08-11 Anton Khirnovlavc: free buffer_frame/pkt on avcodec_open2() failure
2016-08-03 Ronald S. Bultjevp9: make mv bounds 32bit.
2016-08-03 Ronald S. Bultjevp9mc/x86: sse2 MC assembly.
2016-08-03 James Almervp9mc/x86: add AVX and AVX2 MC
2016-08-03 Clément Bœschvp9mc/x86: rename ff_* to ff_vp9_*
2016-08-03 James Almervp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext
2016-08-03 Clément Bœschvp9mc/x86: simplify a few inits.
2016-08-03 Ronald S. Bultjevp9mc/x86: add 16px functions (64bit only).
2016-08-03 Anton Khirnovvp9/x86: rename vp9dsp to vp9mc
2016-08-03 Anton Khirnovlavc: align the linesize to 32 when AVX is enabled
2016-08-03 Christophe Gisquetx86: deduplicate some constants
2016-08-03 Anton Khirnovh264dec: reset nb_slice_ctx_queued for hwaccel decoding
2016-08-03 Diego Biurrunsbrdsp: Move a misplaced #endif directive to the right...
2016-08-03 Diego Biurrundvbsubdec: Use NULL instead of 0 as pointer value
2016-08-02 Martin StorsjöRevert "Don't use expressions with side effects in...
2016-07-31 Martin StorsjöDon't use expressions with side effects in macro parameters
2016-07-31 Martin Storsjödxv: Check to make sure we don't overrun buffers on...
2016-07-31 Anton Khirnovqsvdec: only access hwaccel_context is the pixel format...
2016-07-31 Anton KhirnovFix instances of broken indentation found by gcc 6
2016-07-29 Luca Barbatoac3dec: Add some inline hints
2016-07-29 Luca Barbatoac3dec: Simplify skipping
2016-07-29 Luca Barbatoac3dec: Split coupling-specific code from decode_audio_...
2016-07-29 Luca Barbatoac3dec: Split spx-specific code from decode_audio_block()
2016-07-29 Anton Khirnovmimic: do not release the newly obsolete reference...
2016-07-25 Diego Biurrunhpeldsp: Explain why put_no_rnd_pixels_tab is larger...
2016-07-23 Luca Barbatovpx: Support color range
2016-07-22 Anton Khirnovqsvenc: print warnings from encode/init
2016-07-22 Anton Khirnovqsvenc: do not re-execute encoding on all positive...
2016-07-22 Anton Khirnovqsv: print more complete error messages
2016-07-22 Anton Khirnovqsvenc: take only the allocated dimensions from the...
2016-07-22 Anton Khirnovqsvenc: add support for p010
2016-07-22 Anton Khirnovqsv: handle the semi-packed formats in map_fourcc as...
2016-07-22 Anton Khirnovlavc: set sw_pix_fmt for hwaccel encoding
2016-07-22 Anton Khirnovlavc: initialize AVCodecContext.sw_pix_fmt properly
2016-07-20 Vittorio Giovararatecontrol: Reorder functions to avoid forward declara...
2016-07-20 Vittorio Giovararatecontrol: Move Xvid-related functions to the place...
2016-07-20 Vittorio Giovararatecontrol: Move mpegenc-only function where it is...
2016-07-20 Vittorio Giovararatecontrol: Drop commented out cruft
2016-07-20 Diego Biurrunx86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro...
2016-07-20 Diego Biurrunx86: Use *_FAST/*_SLOW CPU feature detection macros...
2016-07-20 Diego Biurrunx86: hpeldsp: Don't check for bitexact flag when initia...
2016-07-20 Diego Biurrunx86: hpeldsp: Drop unused function parameters
2016-07-20 Diego Biurrunx86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriate
2016-07-20 Diego Biurrunx86: hpeldsp: Split off VP3-specific bits into a separa...
2016-07-20 Anton Khirnovh264dec: do not call finish_setup() if we have not...
2016-07-20 Anton Khirnovh264dec: handle zero-sized NAL units in get_last_needed...
2016-07-20 Anton Khirnovh264dec: make sure not to call finish_setup() more...
2016-07-20 Hendrik Leppkeshevc: set profile based on the profile compatibility...
next