| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static | Reimar Döffinger | 2009-09-24 | 1 | -4/+2 |
* | Use INIT_VLC_STATIC where easily possible in svq1dec | Reimar Döffinger | 2009-09-24 | 1 | -8/+8 |
* | Make sure that all memory allocations succeed. | Mike Melanson | 2009-09-24 | 1 | -0/+12 |
* | Take into account real number of colours when reading BMP palette. | Kostya Shishkov | 2009-09-24 | 1 | -3/+14 |
* | Fix format string to match the types printed. | Reimar Döffinger | 2009-09-23 | 1 | -1/+1 |
* | Make sure priv_data is freed and codec is set to NULL in case of failure of a... | Michael Niedermayer | 2009-09-23 | 1 | -6/+7 |
* | Check submap indexes. | Google Chrome | 2009-09-23 | 1 | -2/+13 |
* | ARM: NEON optimised int32_to_float_fmul_scalar | Måns Rullgård | 2009-09-23 | 2 | -0/+31 |
* | AAC: minor simplification in PNS decoding | Måns Rullgård | 2009-09-23 | 1 | -4/+4 |
* | Make error return sign consistent. | Michael Niedermayer | 2009-09-23 | 1 | -30/+30 |
* | Check begin/end/partition_size. | Google Chrome | 2009-09-23 | 1 | -0/+9 |
* | Fix >= vs > check of coded_fragment_list_index. | Google Chrome | 2009-09-23 | 1 | -1/+1 |
* | Remove unused variables, fixes the warnings: | Diego Biurrun | 2009-09-23 | 1 | -3/+0 |
* | Fix init_get_bits() buffer size. | Google Chrome | 2009-09-23 | 1 | -1/+1 |
* | Check res_setup->books. | Google Chrome | 2009-09-23 | 1 | -1/+6 |
* | Check masterbook index and subclass book index. | Google Chrome | 2009-09-23 | 1 | -2/+12 |
* | Add checks for per-packet mode indexes and per-header mode mapping indexes. | Google Chrome | 2009-09-23 | 1 | -1/+9 |
* | Check classbook value. | Google Chrome | 2009-09-23 | 1 | -0/+4 |
* | Set data_size to 0 to avoid having it uninitialized. | Michael Niedermayer | 2009-09-23 | 1 | -0/+1 |
* | Check data_size in decode_frame_mp3on4(). | Michael Niedermayer | 2009-09-23 | 1 | -0/+3 |
* | check data_size in decode_frame() | Michael Niedermayer | 2009-09-23 | 1 | -0/+3 |
* | Fix book_idx check. | Google Chrome | 2009-09-23 | 1 | -3/+2 |
* | Sanity checks for magnitude and angle. | Google Chrome | 2009-09-23 | 1 | -1/+8 |
* | = -> == typo. | Google Chrome | 2009-09-23 | 1 | -1/+1 |
* | WMA: use DSPContext.butterflies_float | Måns Rullgård | 2009-09-23 | 1 | -6/+1 |
* | Cosmetics: Fix typo. | Carl Eugen Hoyos | 2009-09-23 | 1 | -1/+1 |
* | Check num_units_in_tick/time_scale to be valid and within the range we support. | Michael Niedermayer | 2009-09-23 | 1 | -0/+4 |