27274 Commits (951793717a285faf68b8ade7fde52a445f75f5c0)

Author SHA1 Message Date
Michael Niedermayer 951793717a avcodec/hevc_filter: assert validity of qp predictor input 11 years ago
Ronald S. Bultje 5351964a2b vp8: fix bilinear C code to work if src_stride != dst_stride. 11 years ago
Martin Storsjö 49ec551595 vp8: Use 2 registers for dst_stride and src_stride in neon bilin filter 11 years ago
Loren Merritt 9c978f243a flac/x86: add ff_flac_lpc_32_sse4() 11 years ago
Timothy Gu 4a37e2977c libfdk-aacenc: disable hard version requirements 11 years ago
Clément Bœsch d92a725329 x86/vp9lpf: remove 8 SWAPs in 84/48 transpose. 11 years ago
Clément Bœsch 97dde561de x86/vp9lpf: remove braindead double pxor. 11 years ago
Clément Bœsch 9a3b05b0a9 x86/vp9lpf: save a few mov in flat8in/hev masks calc. 11 years ago
Clément Bœsch 91d85bb167 x86/vp9lpf: add ff_vp9_loop_filter_[vh]_44_16_{sse2,ssse3,avx}. 11 years ago
Vittorio Giovara a91d3658d9 mpeg: K&R formatting cosmetics 11 years ago
Anton Khirnov 4c3e1956ee lagarith: reallocate rgb_planes when needed 11 years ago
Anton Khirnov 2240e2078d truemotion1: check the header size 11 years ago
Anton Khirnov 1713eec29a shorten: pad the internal bitstream buffer 11 years ago
Anton Khirnov 5430839144 eacmv: clear references on frame dimensions change 11 years ago
Michael Niedermayer 20be510887 avcodec/vc1dec: remove blocks_off use from vc1_pred_b_mv() 11 years ago
Michael Niedermayer 41f9742053 avcodec/vc1dec: vc1_pred_b_mv() is not used for fields, simplify code 11 years ago
Diego Biurrun 190d4a447b avcodec: Suppress deprecation warnings from avcodec_alloc_frame() 11 years ago
Vittorio Giovara d509ae5be0 jvdec: K&R formatting cosmetics 11 years ago
Anton Khirnov 1f097d168d h264: reset data partitioning at the beginning of each decode call 11 years ago
Anton Khirnov e46ad30a80 vp8: use a fixed-size edge emu buffer 11 years ago
Jan Ekström 5de64bb34d utvideoenc: Add support for the new BT.709 FourCCs for YCbCr 11 years ago
Anton Khirnov b25e84b739 hevc: check that the VCL NAL types are the same for all slice segments of a frame 11 years ago
Michael Niedermayer 8a3b85f3a7 avcodec/h264: update current_sps & sps->new only after the whole slice header decoder and init code finished 11 years ago
Michael Niedermayer e708424b70 avcodec/h264: Disallow pps_id changing between slices 11 years ago
Michael Niedermayer 1a96b27ebf avcodec/h264: clear dequant8_coeff pointers if 8x8 mode is not enabled 11 years ago
Alex Sukhanov 889afca369 avcodec/aac_adtstoasc_bsf: Fix memory leak 11 years ago
Michael Niedermayer 6e42ccb9db avcodec/aacdec: Fix pulse position checks in decode_pulses() 11 years ago
Michael Niedermayer 4d7d9a5782 avcodec/hnm4video: check offset before subtraction in decode_interframe_v4a() 11 years ago
addr-see-the-website@aetey.se 8e36fc0c33 RoQ encoder: support different integer framerates 11 years ago
Michael Niedermayer 96c4ba2392 avcodec/hevc: propagate error code from hls_coding_quadtree() 11 years ago
Michael Niedermayer a744064c41 avcodec/tiff: reset geotag_count in free_geotags() 11 years ago
addr-see-the-website@aetey.se 392b0345d6 RoQ-encoder: introducing Quake 3 compatibility option 11 years ago
addr-see-the-website@aetey.se 80a79f2641 RoQ decoder: Remove misleading diagnostics. 11 years ago
Michael Niedermayer b51e935477 avcodec/vc1: reset fcm/field_mode in non advanced header parsing 11 years ago
Michael Niedermayer dcf5bfbdb6 avcodec/vc1: Check bfraction_lut_index 11 years ago
Michael Niedermayer 388b4cf86e avcodec/vc1: factor read_bfraction() out 11 years ago
Luca Barbato 816e5b9970 hevc: Reject impossible slice segment 11 years ago
Luca Barbato 09e2203b8b hevc: Consider first quantization group any reference to 0, 0 11 years ago
Michael Niedermayer f4b288a639 avcodec/vc1dec: Print warning for frame pictures with direct mode MBs, followed by field pictures 11 years ago
Michael Niedermayer 85d51d8e32 avcodec/vc1dec: field pictures with direct mode MBs, followed by frame pictures are not supported 11 years ago
Michael Niedermayer 19b41f8645 avcodec/mjpegdec: use the correct linesize in the flipping code 11 years ago
Michael Niedermayer f58eab1512 avcodec/takdec: always check bits_per_raw_sample 11 years ago
Michael Niedermayer 0de9d72b7c mxpeg_decode_end: zero bitmask size 11 years ago
Michael Niedermayer 2884688bd5 avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and check bitmask size 11 years ago
Janne Grunau 7716dd9fbb xvid: switch to xvid mmx idct as soon as possible 11 years ago
Jan Ekström 5312818524 atrac3plus: Make initialization dependant on channel count rather than channel map 11 years ago
Clément Bœsch c5dd73b890 x86/vp9lpf: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}(). 11 years ago
Ronald S. Bultje 9ee9c679a7 x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'. 11 years ago
Ronald S. Bultje 51daafb02e x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such. 11 years ago
Carl Eugen Hoyos e1cb6dc59e Warn the user if mjpeg cbr encoding with frame threading was requested. 11 years ago