21182 Commits (182cf170a544bce069c8690c90b49381150a1f10)

Author SHA1 Message Date
Anton Khirnov 221402c1c8 pcx: check that the packet is large enough before reading the header 8 years ago
Anton Khirnov 15ee419b7a pcx: properly pad the scanline 8 years ago
Anton Khirnov 409d1cd2c9 cook: use the bytestream2 API for reading extradata 8 years ago
Anton Khirnov bba9d8bdfb qpeg: fix an off by 1 error in the MV check 8 years ago
Anton Khirnov 796dca027b alac: do not return success if nothing was decoded 8 years ago
Anton Khirnov f5d46d3322 vmnc: check that subrectangles fit into their containing rectangles 8 years ago
Diego Biurrun 83b92a855e golomb: Drop disabled cruft 8 years ago
Diego Biurrun 014852e932 simple_idct: arm: Drop disabled code variant 8 years ago
Diego Biurrun e2b9993558 simple_idct: x86: Drop disabled IDCT implementation 8 years ago
Diego Biurrun 7effebde78 dvbsubdec: Remove disabled, near-duplicate debug code 8 years ago
Diego Biurrun 0e285c2f90 mpegvideo: Kill some disabled code 8 years ago
Diego Biurrun f2f145f303 msmpeg4: Drop disabled debug cruft 8 years ago
Diego Biurrun be1db21ba8 mathops: Drop disabled alternative mid_pred() implementation 8 years ago
Diego Biurrun b53d8c3ccf mjpegdec: Drop disabled code 8 years ago
Diego Biurrun 34c22a9ca6 faan(i)dct: Kill some disabled code 8 years ago
Diego Biurrun 17cb56b356 ffv1: Remove broken disabled cruft 8 years ago
Diego Biurrun b96f0ab3d2 h264: Kill broken disabled cruft 8 years ago
Diego Biurrun 42c4c2d2a6 aac: Drop broken cruft 8 years ago
Diego Biurrun 263efc095e jfdct: Kill broken cruft 8 years ago
Diego Biurrun dab2034b86 roqvideoenc: Drop broken disabled cruft 8 years ago
Diego Biurrun 562bec0e69 pnm_parser: Drop broken disabled cruft 8 years ago
Diego Biurrun a972fc1c0a wma: Kill non-compiling disabled cruft 8 years ago
Diego Biurrun d5fda00efa mpeg4videoenc: Kill non-compiling disabled cruft 8 years ago
Diego Biurrun e4d5b55193 rangecoder: Kill non-compiling disabled cruft 8 years ago
Mark Thompson 5a667322f5 vaapi_vc1: Remove redundant version check 8 years ago
Mark Thompson 01d6f84f49 vaapi_vc1: Constify pointers 8 years ago
Mark Thompson ee9061293e vaapi_mpeg2: Constify pointers 8 years ago
Mark Thompson 03adfe9130 vaapi_h264: Constify pointers 8 years ago
Anton Khirnov f2143c57b6 vp9: reindent after last commit 8 years ago
Ronald S. Bultje 1730a67ab9 vp9: add frame threading 8 years ago
Ronald S. Bultje 5b995452a6 vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically. 8 years ago
Ronald S. Bultje bc6e0b64a9 vp9: split last/cur_frame from the reference buffers. 8 years ago
Anton Khirnov 04763c6f87 h264_direct: use the reference mask from the actual reference 8 years ago
Anton Khirnov e9bfff1cc6 lavc: free buffer_frame/pkt on avcodec_open2() failure 8 years ago
Ronald S. Bultje 0df4801105 vp9: make mv bounds 32bit. 8 years ago
Ronald S. Bultje 9790b44a89 vp9mc/x86: sse2 MC assembly. 8 years ago
James Almer 67922b4ee4 vp9mc/x86: add AVX and AVX2 MC 8 years ago
Clément Bœsch 3cda179f18 vp9mc/x86: rename ff_* to ff_vp9_* 8 years ago
James Almer 8be8444d01 vp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext 8 years ago
Clément Bœsch 6ab642d69d vp9mc/x86: simplify a few inits. 8 years ago
Ronald S. Bultje 3a09494939 vp9mc/x86: add 16px functions (64bit only). 8 years ago
Anton Khirnov 89466de4ae vp9/x86: rename vp9dsp to vp9mc 8 years ago
Anton Khirnov 89aebc5bcc lavc: align the linesize to 32 when AVX is enabled 8 years ago
Christophe Gisquet 3c504bc359 x86: deduplicate some constants 8 years ago
Anton Khirnov d3e4d406b0 h264dec: reset nb_slice_ctx_queued for hwaccel decoding 8 years ago
Diego Biurrun 3ccec334b8 sbrdsp: Move a misplaced #endif directive to the right spot 8 years ago
Diego Biurrun e723dce6f8 dvbsubdec: Use NULL instead of 0 as pointer value 8 years ago
Martin Storsjö 9806b9ab5c Revert "Don't use expressions with side effects in macro parameters" 8 years ago
Martin Storsjö 25bacd0a0c Don't use expressions with side effects in macro parameters 8 years ago
Martin Storsjö 7ebdffc353 dxv: Check to make sure we don't overrun buffers on corrupt inputs 8 years ago