29705 Commits (4c9204783ad2ca6a6519988dfba77b78d4e83370)

Author SHA1 Message Date
Michael Niedermayer 849b9d34c7 wmalosslessdec: fix mclms_coeffs* array size 11 years ago
James Almer de417982e8 x86/vp9lpf: use fewer instructions in SPLATB_MIX 11 years ago
Bernd Kuhls bf6c84d7eb Fix compile error on bfin. 11 years ago
Ben Avison 701e8b42e1 vc-1: Optimise parser (with special attention to ARM) 11 years ago
Ben Avison adf8227cf4 vc-1: Add platform-specific start code search routine to VC1DSPContext. 11 years ago
Ben Avison db7f1c7c5a h264: Move start code search functions into separate source files. 11 years ago
Diego Biurrun 990e2f3555 avcodec: Suppress deprecation warnings from DTG code scheduled for removal 11 years ago
Christophe Gisquet e8c003edd2 x86: hevc_deblock: remove unnecessary masking 11 years ago
James Almer b7863c972c x86/hevc_mc: use fewer instructions in hevc_put_hevc_{uni, bi}_w[24]_{8, 10, 12} 11 years ago
James Almer b1a44e6bf5 x86/hevc_mc: remove an unnecessary pxor 11 years ago
Carl Eugen Hoyos 60cbd6ad84 tiff: support reading gray+alpha at 8 bits 11 years ago
Vittorio Giovara bcc5f69b33 tiff: support reading gray+alpha at 16 bits 11 years ago
Vittorio Giovara e64f0bf2d2 png: support reading gray+alpha at 16 bits 11 years ago
Vittorio Giovara 2257165bff png: disable broken MMX/SIMD code for bpp <= 2 11 years ago
Vittorio Giovara e96c3b81ca avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 11 years ago
Kieran Kunhya 2a3c36e920 Deprecate AFD field and add AFD as side-data 11 years ago
Kieran Kunhya 1ef9e83764 avcodec: Deprecate dtg_active_format field in favor of avframe side-data 11 years ago
Diego Biurrun d0393d79bc huffyuv: Check and propagate function return values 11 years ago
Diego Biurrun 6234058148 huffyuv: Return proper error codes 11 years ago
Diego Biurrun 3160bdc7f7 huffyuv: Use avpriv_report_missing_feature() where appropriate 11 years ago
Diego Biurrun b7616f5716 huffyuv: Eliminate some pointless casts 11 years ago
Diego Biurrun c065f4a0c6 huffyuv: K&R formatting cosmetics 11 years ago
Anton Khirnov f89d76c103 mpeg4video: Initialize xvididct for all threads 11 years ago
Janne Grunau ac6b95dbc0 aarch64: add ',' between assembler macro arguments where missing 11 years ago
Michael Niedermayer e680c731a2 avcodec/avdct: Add get_pixels() 11 years ago
Michael Niedermayer b4d525eb63 avcodec/pnm: check buf[0] before using buf[1] 11 years ago
Diego Biurrun 9f17685dfb avcodec: Deprecate unused defines and options 11 years ago
Diego Biurrun bad81800bb avcodec: options: Add missing deprecation ifdefs around emu_edge 11 years ago
Michael Niedermayer 4fed019821 avcodec/takdec: remove unused variable 11 years ago
Michael Niedermayer 7dbc27dc1d avcodec/takdec: move tmp declaration to where its used 11 years ago
Diego Biurrun c697c590fb lcl: Disentangle pointers to input data and decompression buffer 11 years ago
James Almer d0f56ca071 x86/hevc_deblock: improve 8bit transpose store macros 11 years ago
Clément Bœsch ee7ee9b1b4 avcodec/mpeg12dec: fix vissible typo after 17c65651 11 years ago
Michael Niedermayer 17c6565186 avcodec/mpeg12dec: Document Ticket3809 fix 11 years ago
Michael Niedermayer c103c48525 avcodec/error_resilience: make error an local variable where possible 11 years ago
Michael Niedermayer 459996325d avcodec/error_resilience: comment out unused assignment 11 years ago
Diego Biurrun df507d5aa0 tiff: Replace deprecated PIX_FMT names by modern ones 11 years ago
Diego Biurrun 7835c24e19 dv: Update DV-profile-related functions to current public API 11 years ago
Michael Niedermayer d73371b58c avcodec/mmvideo: remove unused return value and assignment 11 years ago
Michael Niedermayer 08b6591cf6 avcodec/avuienc: move pointer declaration to where its used 11 years ago
Michael Niedermayer e706fe7640 avcodec/wavpackenc: Fix log2sample() result value 11 years ago
Diego Biurrun ffa4d4ef0b ppc: fft: Build AltiVec optimizations in the standard way 11 years ago
Matthew Oliver 66627075d9 msvc: fix implicitly declared read/close. 11 years ago
Michael Niedermayer 3fa9692ae2 avcodec/hevc: move HEVCLocalContext declaration into loop 11 years ago
Michael Niedermayer 92be540636 avcodec/h264_parser: remove redundant assignment 11 years ago
Michael Niedermayer bcc898dd26 avcodec/dvdsub_parser: print message if packet is smaller than the packet size field 11 years ago
Michael Niedermayer 81c1657a59 avcodec/dvdsub_parser: Check buf_size before reading 32bit packet size 11 years ago
Michael Niedermayer cfdb30d2f1 avcodec/dvdsub_parser: never return 0 when the input isnt 0 11 years ago
Michael Niedermayer f95298c913 avcodec/mpeg12dec: fix support for interlaced mpeg2 with missing last slice 11 years ago
Michael Niedermayer 7f852962dc avcodec/mpeg12dec: print the amount of overread 11 years ago