summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add mmxext version of VP8 DC Hadamard transformJason Garrett-Glaser2010-06-29
* Make x86util.asm LGPL so we can use it in LGPL asmJason Garrett-Glaser2010-06-29
* MMXEXT version of vp8 4x4 vertical predJason Garrett-Glaser2010-06-29
* Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8Jason Garrett-Glaser2010-06-28
* Add missing comment header for predict_4x4_dc_mmxextJason Garrett-Glaser2010-06-28
* Fix some intra pred MMX functions that used MMXEXT instructionsJason Garrett-Glaser2010-06-28
* Fix VP8 bilinear mc on x86_64Jason Garrett-Glaser2010-06-28
* aacenc: Start the lookahead pointer 1/4 of the way into the first short window.Alex Converse2010-06-28
* aacenc: Fix window decision logic.Alex Converse2010-06-28
* aacenc: Fill in the estimated codebook for the final computed scalefactor in ...Alex Converse2010-06-28
* 10l: Revert r23867. It didn't make any sense.Alex Converse2010-06-28
* Make ff_psy_preprocess_end() act like av_freep().Alex Converse2010-06-28
* aacenc: Properly pad extradata.Alex Converse2010-06-28
* Change MMXEXT to MMX2, MMXEXT is deprecatedBaptiste Coudurier2010-06-28
* In mov demuxer, increase total size after debugging messageBaptiste Coudurier2010-06-28
* ReindentJosh Allmann2010-06-28
* rtpdec: Clean up FMTP parsing code in AMR RTP depacketizerJosh Allmann2010-06-28
* rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizerJosh Allmann2010-06-28
* rtpdec: Malloc the fmtp value bufferJosh Allmann2010-06-28
* Add x86 asm functions for VP8 put_pixelsJason Garrett-Glaser2010-06-28
* Add MMX, SSE2, SSSE3 asm for VP8 bilinear MCJason Garrett-Glaser2010-06-28
* Pass subshift an argument of the proper type.Reimar Döffinger2010-06-28
* Use a consistent type for multbl array function parameters.Reimar Döffinger2010-06-28
* Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over allRonald S. Bultje2010-06-28
* Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, butRonald S. Bultje2010-06-28
* ReindentJosh Allmann2010-06-28
* rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizerJosh Allmann2010-06-28
* rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizerJosh Allmann2010-06-28
* ReindentJosh Allmann2010-06-28
* rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradataJosh Allmann2010-06-28
* rtpdec: Add generic function for iterating over FMTP configuration linesJosh Allmann2010-06-28
* rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann2010-06-28
* Set rv34 (0,0) subpel mc functions to the optimised h264 onesMåns Rullgård2010-06-28
* Fix x86 build with h264dsp disabledMåns Rullgård2010-06-28
* configure: make --disable-everything soft-disable thingsMåns Rullgård2010-06-28
* Fix an "assignment from incompatible pointer type" warning in av_read_frame_i...Eli Friedman2010-06-28
* Add patcheck checks for assignments that look like compound assignmentsEli Friedman2010-06-28
* Use lookup table to avoid division in mp2 decoderVitor Sessak2010-06-28
* Fix linking if MMX is disabled.Stefano Sabatini2010-06-27
* Bump micro and add APIchanges entry after av_parse_color() extension.Stefano Sabatini2010-06-27
* Cosmetics: merge "} else" and "if (...) {" lines, less confusing.Stefano Sabatini2010-06-27
* Reindent after the last commit.Stefano Sabatini2010-06-27
* Extend color syntax, make it accept an alpha component specifier.Stefano Sabatini2010-06-27
* Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourthStefano Sabatini2010-06-27
* vaapi: add missing #include "h263.h"Måns Rullgård2010-06-27
* ra288: convert VLAs to fixed sizeMåns Rullgård2010-06-27
* Change type of zz_table to uint8_t to match the scantables it points to.Reimar Döffinger2010-06-27
* Add a const declaration, fixing a warningEli Friedman2010-06-27
* Fix clang warning, make initialization more readableEli Friedman2010-06-27
* Remove an unused label, fixing a warningEli Friedman2010-06-27