summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix two more instances of wrong @ usage in Doxygen comments.Diego Biurrun2010-07-021-2/+2
* Fix printing of '@' symbols in Doxygen comments; the correct syntax is '@@'.Diego Biurrun2010-07-022-9/+9
* Remove redundant and harmful explicit filename after @file Doxygen command.Diego Biurrun2010-07-022-2/+2
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-028-13/+13
* Remove misplaced Doxygen comment.Diego Biurrun2010-07-021-12/+0
* SSSE3 versions of width4 VP8 6-tap MC functionsJason Garrett-Glaser2010-07-022-161/+192
* tablegen: the executable depends on tablegen headers as wellDiego Pettenò2010-07-021-2/+2
* PPC: fix build on OSX without gas-preprocessorMåns Rullgård2010-07-021-5/+5
* Grammar fixesMåns Rullgård2010-07-023-7/+7
* vorbisdec: remove variable-length arraysMåns Rullgård2010-07-011-11/+23
* PPC: Altivec IMDCTLoren Merritt2010-07-011-4/+114
* IndentMåns Rullgård2010-07-011-8/+8
* Remove vestiges of radix-2 FFTMåns Rullgård2010-07-015-91/+15
* PPC: Altivec split-radix FFTMåns Rullgård2010-07-014-98/+396
* Check whether IBM or Apple PPC assembler syntax is usedMåns Rullgård2010-07-012-0/+101
* mpegaudio: move compute_antialias_float() to mpegaudiodec_float.cMåns Rullgård2010-07-012-41/+42
* mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoderMåns Rullgård2010-07-011-1/+1
* Fix 100L in vp8dsp asm initJason Garrett-Glaser2010-07-011-2/+2
* adu and mp3on4 functions are also needed by their respective float decodersAurelien Jacobs2010-07-011-4/+4
* Altivec-optimized mp{1,2,3} windowingVitor Sessak2010-07-014-0/+139
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-017-117/+6
* 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
OpenPOWER on IntegriCloud