| Commit message (Expand) | Author | Age | Files | Lines |
* | some more linebreak and brace placement cosmetics | Diego Biurrun | 2009-09-28 | 3 | -16/+29 |
* | brace placement and linebreak cosmetics | Diego Biurrun | 2009-09-28 | 5 | -162/+226 |
* | Refactor channel element configuration and mapping code into its own function | Robert Swain | 2009-09-28 | 1 | -23/+39 |
* | Reindent after last commit | Robert Swain | 2009-09-28 | 1 | -21/+21 |
* | AAC: Add channel layout support for channel configuration as defined in the | Robert Swain | 2009-09-28 | 2 | -5/+46 |
* | cosmetics: reindent and reformat function declarations | Kostya Shishkov | 2009-09-28 | 2 | -4/+6 |
* | Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them | Kostya Shishkov | 2009-09-28 | 3 | -6/+5 |
* | Make TIFF decoder load compression options only for corresponding codec | Kostya Shishkov | 2009-09-28 | 1 | -1/+5 |
* | ARM: NEON optimised vector_fmul_add | Måns Rullgård | 2009-09-27 | 2 | -0/+30 |
* | cosmetics: fix indentation after previous commit | Måns Rullgård | 2009-09-27 | 2 | -45/+45 |
* | Drop unused args from vector_fmul_add_add, simpify code, and rename | Måns Rullgård | 2009-09-27 | 5 | -142/+18 |
* | Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is | Martin Storsjö | 2009-09-27 | 1 | -0/+2 |
* | WMAPRO: use vector_fmul_scalar from dsputil where possible | Måns Rullgård | 2009-09-27 | 1 | -8/+11 |
* | Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl() | Justin Ruggles | 2009-09-27 | 1 | -6/+11 |
* | Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data, | Kostya Shishkov | 2009-09-27 | 1 | -2/+25 |
* | Move variable declaration to inside of loop. | Justin Ruggles | 2009-09-27 | 1 | -2/+2 |
* | Cosmetics: Rename some variables. | Justin Ruggles | 2009-09-27 | 1 | -12/+12 |
* | Simplify coupling band loop. | Justin Ruggles | 2009-09-27 | 1 | -1/+2 |
* | Remove unneeded table lookup. | Justin Ruggles | 2009-09-27 | 1 | -1/+1 |
* | Cosmetics: Rename some variables to be more descriptive of their use. | Justin Ruggles | 2009-09-27 | 1 | -9/+9 |
* | Move some variable declarations to inside of loops. | Justin Ruggles | 2009-09-27 | 1 | -4/+4 |
* | Remove unneeded variable. | Justin Ruggles | 2009-09-27 | 1 | -3/+2 |
* | Cosmetics: Rename some variables to be more descriptive of their use. | Justin Ruggles | 2009-09-27 | 1 | -9/+7 |
* | Remove some unneeded variables. | Justin Ruggles | 2009-09-27 | 1 | -6/+5 |
* | Cosmetics: Rename some variables | Justin Ruggles | 2009-09-27 | 1 | -37/+33 |
* | simplify 2 lines into 1 using FFMIN | Justin Ruggles | 2009-09-27 | 1 | -2/+1 |
* | Cosmetics: Do some basic pretty-printing. | Justin Ruggles | 2009-09-27 | 1 | -7/+8 |
* | Simplify by combining increment with array access. | Justin Ruggles | 2009-09-27 | 1 | -2/+1 |
* | cosmetics: Rename some variables to be more descriptive of their use. Do some | Justin Ruggles | 2009-09-27 | 1 | -11/+11 |
* | Move 2 variable declarations to inside of loop. | Justin Ruggles | 2009-09-27 | 1 | -3/+3 |
* | simplify by combining increment with array access | Justin Ruggles | 2009-09-27 | 1 | -2/+1 |
* | Remove unneeded variable | Justin Ruggles | 2009-09-27 | 1 | -3/+2 |
* | Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set. | Justin Ruggles | 2009-09-27 | 1 | -0/+45 |
* | simplify format string for writing pix_fmt string. | Justin Ruggles | 2009-09-26 | 1 | -1/+1 |
* | ARM: NEON optimised vector_clipf | Måns Rullgård | 2009-09-26 | 2 | -0/+30 |
* | WMA: remove some unused variables | Måns Rullgård | 2009-09-26 | 1 | -7/+3 |
* | ARM: NEON optimised vector_fmul_reverse | Måns Rullgård | 2009-09-26 | 2 | -0/+27 |
* | Specify maximum sample rate of MLP by defining the factor relative to 48000 | Reimar Döffinger | 2009-09-26 | 1 | -3/+5 |
* | Fix decoding of TIFF CCITT RLE compressed data. | Kostya Shishkov | 2009-09-26 | 1 | -1/+3 |
* | Align pix_fmt list by allowing one more char for the pix_fmt name. | Justin Ruggles | 2009-09-25 | 1 | -1/+1 |
* | Remove ff_realloc_static, it is no longer used and since it was declared | Reimar Döffinger | 2009-09-24 | 1 | -19/+0 |
* | Reindent. | Reimar Döffinger | 2009-09-24 | 1 | -2/+2 |
* | Remove a piece of code left-over from the removed alloc'd static vlc table code. | Reimar Döffinger | 2009-09-24 | 1 | -5/+1 |
* | Reindent code folowing previous commit (r20019) | Vitor Sessak | 2009-09-24 | 1 | -18/+18 |
* | Factorize duplicated code in at1_imdct_block() | Vitor Sessak | 2009-09-24 | 1 | -18/+17 |
* | Allow decoding of 625/50 (PAL) with video_stype==1. | Maksym Veremeyenko | 2009-09-24 | 1 | -0/+20 |
* | Support both LSB and MSB orders for TIFF CCITT G.x compressed data. | Kostya Shishkov | 2009-09-24 | 2 | -2/+16 |
* | Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and | Reimar Döffinger | 2009-09-24 | 2 | -8/+2 |
* | Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec | Reimar Döffinger | 2009-09-24 | 1 | -2/+11 |
* | Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC. | Reimar Döffinger | 2009-09-24 | 1 | -3/+28 |