11915 Commits (39bb30f6640fe1faf4bbc779a79786028febc95d)

Author SHA1 Message Date
Aurelien Jacobs 6eabaef4b8 cosmetic: improve comment breaking at 80 cols 15 years ago
Aurelien Jacobs 7bcef8483f fix dependencies of vp5 and vp6 decoders after r23915 15 years ago
Måns Rullgård 2cbd734a38 Maybe fix threaded mpeg*video encoding 15 years ago
Jason Garrett-Glaser 17dc7c7a60 Fix h264/vp8 intra pred on Athlon XP 15 years ago
Rafaël Carré b47a52dc86 mpegaudioenc: Remove write-only variables from the context. 15 years ago
Jason Garrett-Glaser 4148855ee4 Eliminate another redundant instruction in vp56/8 arithcoder 15 years ago
Jason Garrett-Glaser 36d6b545a1 CMOV-ify vp56 arithcoder 15 years ago
Jason Garrett-Glaser 2e6ed48d6e Optimize vp56 arithmetic decoder 15 years ago
Måns Rullgård cf60d669a6 Add more int packing macros, name them consistently 15 years ago
Stefan Gehrer bce3bd1ced renormalize VP5/6/7/8 range coder without loop 15 years ago
Daniel Kristjansson 0db2d3cf1d Do not skip one of three bits zero padding. 15 years ago
Måns Rullgård 809b7a99b2 Add missed file dct32.c 15 years ago
Vitor Sessak 06d01188e9 More mp{1,2,3} 32-point DCT transform to our common DCT framework. 15 years ago
Måns Rullgård 1782460b38 Improve av_resample() documentation 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Måns Rullgård df92772c55 apedec: add flush function 15 years ago
Eli Friedman 85b76ce990 Fix "initialization from incompatible pointer type" warning in rv34. 15 years ago
Eli Friedman 25fe863062 Silense one warning: 15 years ago
Eli Friedman 99267eb702 Fix strict-aliasing violations in MPV_motion_internal. 15 years ago
Måns Rullgård dd8e127a4d rv40: make rv40_adaptive_loop_filter() always_inline 15 years ago
Jason Garrett-Glaser 82a8d0f114 Use add instead of lshift in mmxext vp8 idct 15 years ago
Ronald S. Bultje 565344e7e4 Remove unused macros (duplicates from the now-LGPL x86util.asm). 15 years ago
Thilo Borgmann cbb39648c1 Add CRC check to the ALS decoder. 15 years ago
Måns Rullgård a4edc5a9df ARM: add mov32 macro 15 years ago
Måns Rullgård 480cb7edd3 ARM: (mostly) whitespace cosmetics 15 years ago
Ronald S. Bultje 2dd2f71692 MMX idct_add for VP8. 15 years ago
Jason Garrett-Glaser 29e719377f Add missing mm_support call toff_h264_pred_init_x86. 15 years ago
David Conrad 982fac7357 Altivec VP8 MC functions 15 years ago
David Conrad 7bf4e9d7f7 Altivec: Add helper function to load from a constant misalignment 15 years ago
David Conrad a3ef994cea vorbis: cosmetics, remove trailing comma for values that will never have 15 years ago
Jason Garrett-Glaser 95275094a5 Faster C VP8 normal inner loop filter 15 years ago
Jason Garrett-Glaser 9942b6a1b0 Use crop table in C implementations of VP8 DSP functions. 15 years ago
Jason Garrett-Glaser 004cda8e79 Add mmxext version of VP8 DC Hadamard transform 15 years ago
Jason Garrett-Glaser 37355fe823 Make x86util.asm LGPL so we can use it in LGPL asm 15 years ago
Jason Garrett-Glaser bc14f04b2f MMXEXT version of vp8 4x4 vertical pred 15 years ago
Jason Garrett-Glaser fb9927ad7d Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8 15 years ago
Jason Garrett-Glaser 8b746bb473 Add missing comment header for predict_4x4_dc_mmxext 15 years ago
Jason Garrett-Glaser 270a85d259 Fix some intra pred MMX functions that used MMXEXT instructions 15 years ago
Jason Garrett-Glaser a912da761d Fix VP8 bilinear mc on x86_64 15 years ago
Alex Converse 4e42debc8d aacenc: Start the lookahead pointer 1/4 of the way into the first short window. 15 years ago
Alex Converse 75ef689884 aacenc: Fix window decision logic. 15 years ago
Alex Converse 804d489c4a aacenc: Fill in the estimated codebook for the final computed scalefactor in the TLS. 15 years ago
Alex Converse 7ca4a72f47 10l: Revert r23867. It didn't make any sense. 15 years ago
Alex Converse 9a3fe1ae6e Make ff_psy_preprocess_end() act like av_freep(). 15 years ago
Alex Converse 072c0d605f aacenc: Properly pad extradata. 15 years ago
Baptiste Coudurier 50f70541d3 Change MMXEXT to MMX2, MMXEXT is deprecated 15 years ago
Jason Garrett-Glaser 0fecad09fe Add x86 asm functions for VP8 put_pixels 15 years ago
Jason Garrett-Glaser a173aa8940 Add MMX, SSE2, SSSE3 asm for VP8 bilinear MC 15 years ago
Ronald S. Bultje 7ed06b2be8 Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over all 15 years ago
Ronald S. Bultje 7c4dcf8165 Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, but 15 years ago