| Commit message (Expand) | Author | Age | Files | Lines |
* | Strong filtering function for future RV40 loop filter | Kostya Shishkov | 2008-11-23 | 1 | -0/+104 |
* | ARM: move dct_unquantize_h263_*_armv5te asm to separate file | Måns Rullgård | 2008-11-23 | 3 | -110/+122 |
* | cosmetics: indentation, prettyprinting | Diego Biurrun | 2008-11-22 | 1 | -768/+768 |
* | cosmetics: consistent function declarations | Diego Biurrun | 2008-11-22 | 1 | -17/+23 |
* | cosmetics: Put statements after 'if' on their own line. | Diego Biurrun | 2008-11-22 | 1 | -3/+6 |
* | Trivial, Cosmetics | Reynaldo H. Verdejo Pinochet | 2008-11-22 | 1 | -3/+3 |
* | Trivial, Cosmetics | Reynaldo H. Verdejo Pinochet | 2008-11-22 | 1 | -94/+118 |
* | More OKed parts of the QCELP decoder | Kenan Gillet | 2008-11-21 | 2 | -8/+144 |
* | Cosmetic: Fix typo | Vitor Sessak | 2008-11-21 | 1 | -1/+1 |
* | Move H.264 tables that are only useful for encoding to h264enc.c. | Diego Biurrun | 2008-11-21 | 2 | -15/+13 |
* | Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered | Diego Biurrun | 2008-11-20 | 1 | -16/+15 |
* | SH4: fix IDCT | Måns Rullgård | 2008-11-20 | 1 | -13/+12 |
* | cosmetics: Consistently place HEADERS before OBJS in all Makefiles. | Diego Biurrun | 2008-11-20 | 1 | -3/+2 |
* | Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block. | Diego Biurrun | 2008-11-20 | 1 | -3/+3 |
* | cosmetics: indentation | Diego Biurrun | 2008-11-20 | 1 | -7/+7 |
* | Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead | Diego Biurrun | 2008-11-20 | 1 | -2/+2 |
* | Fix typo in table value. | Kenan Gillet | 2008-11-20 | 1 | -1/+1 |
* | 33l Fix applying residue condition in RV30/40 decoder | Kostya Shishkov | 2008-11-20 | 1 | -2/+2 |
* | Eliminate direct use of s->current_picture in RV30/40 decoder | Kostya Shishkov | 2008-11-20 | 1 | -7/+6 |
* | Use wider margins for edge emulation in RV30/40 | Kostya Shishkov | 2008-11-20 | 1 | -4/+4 |
* | SH4: fix memzero_align8() | Måns Rullgård | 2008-11-20 | 1 | -7/+8 |
* | SH4: add macros for setting and restoring FPSCR.PR bit | Måns Rullgård | 2008-11-20 | 1 | -0/+44 |
* | SH4: remove some commented out blocks of code | Måns Rullgård | 2008-11-20 | 3 | -75/+1 |
* | Making idct factor tables dynamically allocated | Roman Shaposhnik | 2008-11-20 | 2 | -35/+48 |
* | Add channel layout to several audio decoders I maintain | Kostya Shishkov | 2008-11-19 | 5 | -0/+5 |
* | Change of indentation | Roman Shaposhnik | 2008-11-19 | 1 | -15/+14 |
* | SH4: fix IDCT | Måns Rullgård | 2008-11-19 | 1 | -2/+2 |
* | SH4: do not mix code and declarations | Måns Rullgård | 2008-11-19 | 1 | -2/+2 |
* | SH4: fix compilation of memzero_align8() | Måns Rullgård | 2008-11-19 | 1 | -3/+1 |
* | SH4: remove unused functions | Måns Rullgård | 2008-11-19 | 1 | -132/+0 |
* | SH4: replace missed rnd_avg2 -> rnd_avg32 | Måns Rullgård | 2008-11-19 | 1 | -20/+20 |
* | SH4: rename functions with conflicting names | Måns Rullgård | 2008-11-19 | 2 | -102/+102 |
* | cosmetics: Add a few more explanatory comments to the object sections. | Diego Biurrun | 2008-11-18 | 1 | -1/+7 |
* | cosmetics: Sort processor-specific object lines into alphabetical order. | Diego Biurrun | 2008-11-18 | 1 | -20/+20 |
* | Getting rid of huge static DV tables | Roman Shaposhnik | 2008-11-18 | 2 | -5718/+117 |
* | Getting rid of unneeded extra wrapper functions | Roman Shaposhnik | 2008-11-18 | 1 | -16/+7 |
* | Add a Makefile variable for the old scaler that gets enabled when the new | Diego Biurrun | 2008-11-17 | 1 | -4/+1 |
* | Revert previous commit: the libavcodec/i386/fft_*.o objects depend on | Diego Biurrun | 2008-11-17 | 1 | -2/+2 |
* | Only the yasm-dependent objects should be enabled by a yasm conditional. | Diego Biurrun | 2008-11-17 | 1 | -2/+2 |
* | cosmetics: Group ppc-specific objects together. | Diego Biurrun | 2008-11-17 | 1 | -13/+13 |
* | cosmetics: Group ARM objects sections together. | Diego Biurrun | 2008-11-17 | 1 | -11/+11 |
* | cosmetics: Reorder processor-specific entries alphabetically. | Diego Biurrun | 2008-11-17 | 1 | -35/+32 |
* | Change email address to a valid one. | Benoit Fouet | 2008-11-17 | 1 | -1/+1 |
* | One const is enough. | Carl Eugen Hoyos | 2008-11-17 | 1 | -1/+1 |
* | Silence warning in imc decoder | Benjamin Larsson | 2008-11-16 | 1 | -1/+1 |
* | Set channel_layout | Benjamin Larsson | 2008-11-16 | 3 | -0/+3 |
* | 421l: postproc flag may be present in any VC-1 AP frame type | Kostya Shishkov | 2008-11-16 | 1 | -4/+2 |
* | Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder. | Reynaldo H. Verdejo Pinochet | 2008-11-16 | 2 | -0/+2 |
* | Cosmetics | Reynaldo H. Verdejo Pinochet | 2008-11-16 | 1 | -45/+54 |
* | Change to file description suggested by Michael | Reynaldo H. Verdejo Pinochet | 2008-11-16 | 1 | -1/+1 |