aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* cosmetic: improve comment breaking at 80 colsAurelien Jacobs2010-07-011-2/+2
* fix dependencies of vp5 and vp6 decoders after r23915Aurelien Jacobs2010-07-011-2/+2
* Maybe fix threaded mpeg*video encodingMåns Rullgård2010-07-011-0/+16
* Fix h264/vp8 intra pred on Athlon XPJason Garrett-Glaser2010-07-012-19/+12
* mpegaudioenc: Remove write-only variables from the context.Rafaël Carré2010-07-011-5/+0
* Eliminate another redundant instruction in vp56/8 arithcoderJason Garrett-Glaser2010-06-301-8/+17
* CMOV-ify vp56 arithcoderJason Garrett-Glaser2010-06-301-6/+2
* Optimize vp56 arithmetic decoderJason Garrett-Glaser2010-06-301-8/+9
* Add more int packing macros, name them consistentlyMåns Rullgård2010-06-302-6/+30
* renormalize VP5/6/7/8 range coder without loopStefan Gehrer2010-06-302-8/+10
* Do not skip one of three bits zero padding.Daniel Kristjansson2010-06-301-1/+1
* Add missed file dct32.cMåns Rullgård2010-06-301-0/+267
* More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak2010-06-305-240/+29
* Improve av_resample() documentationMåns Rullgård2010-06-301-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-3065-277/+276
* apedec: add flush functionMåns Rullgård2010-06-301-0/+7
* Fix "initialization from incompatible pointer type" warning in rv34.Eli Friedman2010-06-301-1/+1
* Silense one warning:Eli Friedman2010-06-301-1/+1
* Fix strict-aliasing violations in MPV_motion_internal.Eli Friedman2010-06-301-8/+8
* rv40: make rv40_adaptive_loop_filter() always_inlineMåns Rullgård2010-06-291-1/+1
* Use add instead of lshift in mmxext vp8 idctJason Garrett-Glaser2010-06-291-2/+2
* Remove unused macros (duplicates from the now-LGPL x86util.asm).Ronald S. Bultje2010-06-291-26/+0
* Add CRC check to the ALS decoder.Thilo Borgmann2010-06-291-6/+89
* ARM: add mov32 macroMåns Rullgård2010-06-291-0/+11
* ARM: (mostly) whitespace cosmeticsMåns Rullgård2010-06-291-12/+12
* MMX idct_add for VP8.Ronald S. Bultje2010-06-293-0/+106
* Add missing mm_support call toff_h264_pred_init_x86.Jason Garrett-Glaser2010-06-291-0/+2
* Altivec VP8 MC functionsDavid Conrad2010-06-294-0/+299
* Altivec: Add helper function to load from a constant misalignmentDavid Conrad2010-06-291-0/+13
* vorbis: cosmetics, remove trailing comma for values that will never haveDavid Conrad2010-06-291-16/+16
* Faster C VP8 normal inner loop filterJason Garrett-Glaser2010-06-291-3/+6
* Use crop table in C implementations of VP8 DSP functions.Jason Garrett-Glaser2010-06-291-26/+35
* Add mmxext version of VP8 DC Hadamard transformJason Garrett-Glaser2010-06-292-0/+48
* Make x86util.asm LGPL so we can use it in LGPL asmJason Garrett-Glaser2010-06-291-213/+16
* MMXEXT version of vp8 4x4 vertical predJason Garrett-Glaser2010-06-292-0/+35
* Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8Jason Garrett-Glaser2010-06-282-0/+84
* Add missing comment header for predict_4x4_dc_mmxextJason Garrett-Glaser2010-06-281-0/+4
* Fix some intra pred MMX functions that used MMXEXT instructionsJason Garrett-Glaser2010-06-282-25/+29
* Fix VP8 bilinear mc on x86_64Jason Garrett-Glaser2010-06-281-6/+6
* aacenc: Start the lookahead pointer 1/4 of the way into the first short window.Alex Converse2010-06-281-1/+1
* aacenc: Fix window decision logic.Alex Converse2010-06-281-3/+12
* aacenc: Fill in the estimated codebook for the final computed scalefactor in ...Alex Converse2010-06-281-1/+3
* 10l: Revert r23867. It didn't make any sense.Alex Converse2010-06-281-3/+0
* Make ff_psy_preprocess_end() act like av_freep().Alex Converse2010-06-281-0/+3
* aacenc: Properly pad extradata.Alex Converse2010-06-281-1/+1
* Change MMXEXT to MMX2, MMXEXT is deprecatedBaptiste Coudurier2010-06-282-2/+2
* Add x86 asm functions for VP8 put_pixelsJason Garrett-Glaser2010-06-282-0/+59
* Add MMX, SSE2, SSSE3 asm for VP8 bilinear MCJason Garrett-Glaser2010-06-282-112/+316
* Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over allRonald S. Bultje2010-06-282-29/+41
* Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, butRonald S. Bultje2010-06-282-24/+73