27497 Commits (cc6cc84bc4e009b08ae2f4c2206920e2963adc52)

Author SHA1 Message Date
James Almer 3f3d748cab x86: Move XOP emulation to x86util 11 years ago
Clément Bœsch 57ec555e8e avcodec/pngenc: fix invalid read in sub filter. 11 years ago
Michael Niedermayer 72e6913140 avcodec/h264: clear chroma planes when flags gray is used 11 years ago
Michael Niedermayer 42361bdf51 avcodec/mpegvideo: fix buffer clear code so it should work with negative linesizes 11 years ago
Luca Barbato 8eeacf31c5 hevc: Do not left shift a negative value in hevc_loop_filter_chroma 11 years ago
Luca Barbato ff486c0f7f hevc: Do not right shift a negative value in get_pcm 11 years ago
Luca Barbato 50c988aa6d hevc: Drop unnecessary shifts in deblocking_filter_CTB 11 years ago
Sylvain Fabre 526049ce61 Issue-#3407 : Enhance precision for double to string conversion, useful for GEOTIFF double values 11 years ago
Peter Ross 7e23cfba76 avcodec/rawdec: for 16-bit pix fmts, shift pixels when bits_per_coded_sample < 16 11 years ago
Peter Ross 6236debe1a avcodec/raw: add bayer formats 11 years ago
Luca Barbato d922c5a5fb h264: Fix a typo from the previous commit 11 years ago
Carl Eugen Hoyos b89596a432 Fix FSF address in colormatrix and libzvbi license headers. 11 years ago
Michael Niedermayer 44b22bba42 avcodec/h264_ps: fix printed num_reorder_frames value 11 years ago
Michael Niedermayer 8c55ff3933 avcodec/h264: use subsample factors of the used pixel format 11 years ago
Reynaldo H. Verdejo Pinochet b295bce148 qcelp: grammar 11 years ago
Reynaldo H. Verdejo Pinochet 84cdd2fd80 qcelpdec: break some too-long lines 11 years ago
Diego Biurrun dc9e05e279 libvorbis: Give consistent names to all functions, structs, and defines 11 years ago
Michael Niedermayer 76dd01ecd4 avcodec/h264: fix sign error 11 years ago
Michael Niedermayer 0ad8f73f13 avcodec: fix dxva2 & vaapi after removing the +52 offset from the loop filter parameters 11 years ago
Vittorio Giovara f777504f64 h264: Lower bound check for slice offsets 11 years ago
Janne Grunau 9c029f67ca aarch64: use EXTERN_ASM consistently for exported symbols 11 years ago
Christophe Gisquet ef010f08ae dca: replace some memcpy by AV_COPY128 11 years ago
Janne Grunau 982b596ea6 h264: avoid undefined behavior in chroma motion compensation 11 years ago
Diego Biurrun 4bcca3611d mpeg4video_parser: Drop pointless av_-prefix from static function 11 years ago
Diego Biurrun 984e339866 avcodec: Consistently name encoder init functions foo_encode_init 11 years ago
Diego Biurrun 017a06a9ee x86: dsputil: Use correct file name as multiple inclusion guard 11 years ago
Diego Biurrun ba42c85247 bit_depth_template: Use file name as multiple inclusion guard 11 years ago
Diego Biurrun 61e7c7f27b svq3: Adjust #endif comment 11 years ago
Michael Niedermayer 3edc3b1595 avcodec/mpeg4videodec: Check for bitstream overread in decode_vol_header() 11 years ago
Michael Niedermayer 4332b01c30 avcodec/huffyuv: simplify allocation of temporaries 11 years ago
Luca Barbato 521726ff57 hevc: Always consider VLC NALU type mismatch fatal 11 years ago
Luca Barbato 175e506332 hevc: Mention the missing SPS in the error message 11 years ago
Michael Niedermayer 36fb07d1ab avcodec/mpeg4videodec: set field durations to safe values when they are invalid 11 years ago
Diego Biurrun b23bc95920 x86: dca: Add missing multiple inclusion guards 11 years ago
Luca Barbato fea6db064b h264: informative error reporting in decode_slice_header() 11 years ago
Luca Barbato 96f9fbe109 h264: fix slice_type value reported in decode_slice_header() 11 years ago
Michael Niedermayer cbcfd7da4d avcodec: support setting the chroma intra matrix 11 years ago
Gonzalo Garramuno 3d20260157 avcodec/exr: read layers 11 years ago
Hendrik Leppkes 7716eda0aa vp9/x86: set correct number of registers used in intra pred asm 11 years ago
Michael Niedermayer 9bb1af8f36 avcodec/huffyuvdec: use RGB0 for 24bit rgb output instead of BGRA 11 years ago
Michael Niedermayer 469de4f583 avcodec/huffyuvdec: use the correct height field 11 years ago
Michael Niedermayer 61d59703c9 avcodec/snow: split block clipping checks 11 years ago
Michael Niedermayer d42ec8433c avcodec/ansi: fix integer overflow 11 years ago
Peter Ross 911eb71133 avcodec/vp8dsp: evaluate CONFIG_VP7_DECODER/CONFIG_VP8_DECODER 11 years ago
Diego Biurrun 4d7ab5cfeb doxygen: Add a number of missing function parameter descriptions 11 years ago
James Almer 07b4b0ca62 tta/x86: add ff_ttafilter_process_dec_{ssse3, sse4} 11 years ago
Ronald S. Bultje 21a0451167 vp9: split decode_coeff_b loop inside txsz branch. 11 years ago
Ronald S. Bultje fdb093c4e4 vp9/x86: intra prediction SIMD. 11 years ago
Peter Ross a707d18a48 avcodec/vp8dsp: zeroise input coefficient array after use in vp7 idct functions 11 years ago
Michael Niedermayer 91253839e1 avcodec/h264: more completely check the loop filter parameters 11 years ago