27027 Commits (221dc52d03e113bd394ea3c6746d4b5506bd7dd1)

Author SHA1 Message Date
Diego Biurrun dc4d726bab build: Add separate hidden config option for the intrax8 code 11 years ago
Clément Bœsch 8b4190da93 vp9/x86: add AVX for itxfm and lpf. 11 years ago
Janne Grunau fe96769bed aarch64: port neon clobber test from arm 11 years ago
Janne Grunau f896bca03f aarch64: h264 (bi)weight NEON optimizations 11 years ago
Janne Grunau 36e3b1f2fd aarch64: h264 loop filter NEON optimizations 11 years ago
Janne Grunau c65d67ef50 aarch64: hpeldsp NEON optimizations 11 years ago
Janne Grunau d5dd8c7bf0 aarch64: h264 qpel NEON optimizations 11 years ago
Janne Grunau 8438b3f09f aarch64: h264 idct NEON assembler optimizations 11 years ago
Janne Grunau 71617884a2 aarch64: h264 chroma motion compensation NEON optimizations 11 years ago
Janne Grunau 1e9265cd8f dct-test: test ff_simple_idct_neon only on ARM for now 11 years ago
Michael Niedermayer ab296c7a9f avcodec/hevc_ps: Override max_dec_pic_buffering when its inconsistent with num_reorder_pics 11 years ago
James Almer 8bfa5f7fab webp: fix capitalization of the word Exif 11 years ago
Michael Niedermayer 785dc14654 avcodec/adpcm: fix sample count for stereo SBPRO3 11 years ago
Janne Grunau 8b4119187b cabac: remove leftovers from the cabac encoder 11 years ago
Michael Niedermayer afbe8c6a84 avcodec/mpegaudiodec_template: decode_frame_mp3on4: conceal errors in decoding instead of discarding data 11 years ago
Michael Niedermayer 2545182c29 avcodec/mpegaudiodec_template/mp3on4: check that all channels have been decoded before returnig a frame 11 years ago
Michael Niedermayer b821def9f5 avcodec/proresdsp: rename CLIP_AND_BIAS to BANANA 11 years ago
Michael Niedermayer cb613657ee avcodec/x86/proresdsp_init: x86 prores IDCT is bitexact again 11 years ago
Michael Niedermayer 4b0cad6596 avcodec/simple_idct_template: fix rounding of the special DC case for 10bit 11 years ago
Michael Niedermayer a7ea733b72 avcodec/simple_idct_template: fix row rounder 11 years ago
Michael Niedermayer cca2772e16 avcodec/simple_idct_template: change the idct coefficients so that they match the x86 code 11 years ago
Michael Niedermayer d9e556ebd0 avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCT 11 years ago
James Almer 0b54bc24db webp: add support for EXIF metadata chunks 11 years ago
Diego Biurrun 46bacb5cc6 x86: Consistently use cpu flag detection macros in places that still miss it 11 years ago
Diego Biurrun 7151c5d04a arm: Use full filenames as multiple inclusion guards 11 years ago
Tim Walker 49b9badcaa vc1: Enable the interlaced B-frame codepath. 11 years ago
Michael Niedermayer 6d98959c8a vc1: Add avg_no_rnd_vc1_chroma_mc4_c() 11 years ago
Luca Barbato c798a6fedc vc1: Factorize out chroma MC 11 years ago
Michael Niedermayer 22bfb4be28 avcodec/hevc: Check entry point arrays for malloc failure 11 years ago
Luca Barbato aead772b58 hevc: Bound check slice_qp 11 years ago
Luca Barbato 48a5b15543 hevc: Reject impossible dependent tile 11 years ago
Michael Niedermayer 7a8318fbb1 avcodec/huffman: raise the input capability of ff_huff_gen_len_table() from 8 to 14bit 11 years ago
Michael Niedermayer 7b41cbac7f avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bit 11 years ago
Clément Bœsch af68bd1c06 vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_ssse3(). 11 years ago
Clément Bœsch e11ceea68f vp9/x86: factor out some code in VP9_UNPACK_MULSUB_2W_4X. 11 years ago
Clément Bœsch c9aa0b8f70 vp9/x86: remove reg redundancy in VP9_MULSUB_2W_2X. 11 years ago
Clément Bœsch 7c55ee6168 vp9/x86: merge IDCT coef macros. 11 years ago
Luca Barbato a1f5164814 vc1dsp: K&R formatting cosmetics 11 years ago
Serhii Marchuk c917cde9cc mpegts muxer, DVB subtitles encoder: common DVB subtitles payload 11 years ago
Michael Niedermayer 2ce4543286 avcodec/dct-test: add support for C prores IDCT 11 years ago
Guillaume Martres b00a8b4d19 hevc: remove useless clip in FUNC(sao_band_filter)() 11 years ago
Guillaume Martres c9fe0caf7a hevc: clip pixels when transquant bypass is used 11 years ago
Michael Niedermayer 65801040c6 avcodec/dct-test: reproduce 4..1019 clipping when testing prores IDCT 11 years ago
Michael Niedermayer 2981f6a79f avcodec/dct-test: correct output bias of prores idct 11 years ago
Ronald S. Bultje 0065d2d520 vp9: fix mt-related hang a parser infinite loop. 11 years ago
Michael Niedermayer 7dc0aba3fb avcodec/mjpegenc: use a seperate chroma matrix when luma and chroma differ 11 years ago
Michael Niedermayer b8ff951ce0 avcodec/mpegvideo_enc: init chroma matrix for mjpeg 11 years ago
Michael Niedermayer 859d74040e avcodec/mjpegenc: pass chroma quantization matrix through as well, not just luma 11 years ago
Luca Barbato 5856bca360 hevc: Clip the pixel before shifting 11 years ago
Michael Niedermayer 0999f1613b avcodec/hevc: use av_mallocz() for allocating tab_ipm 11 years ago