10246 Commits (95ce961d886668bb713094bd0f71b40925cf680f)

Author SHA1 Message Date
Diego Biurrun 8a8720c1bb cosmetics: K&R coding style, prettyprinting 15 years ago
Jason Garrett-Glaser 8ea08becfa Fix indentation in avcodec.h 15 years ago
Måns Rullgård 0e71841b05 WMA: fix loop unrolling in decode_exp_vlc() 15 years ago
Diego Biurrun a7adcf29cf whitespace cosmetics, prettyprinting, K&R coding style 15 years ago
Reimar Döffinger badce93dad Simplify r20025: use align_get_bits instead of reimplementing it. 15 years ago
Måns Rullgård 076a9dea1e WMA: store level_table as floats, use type punning for sign flip in decode 15 years ago
Måns Rullgård ff00b94e9d WMA: use type punning and unroll loops in decode_exp_vlc() 15 years ago
Måns Rullgård c0d1463da7 WMA: use a table instead of pow() in decode_exp_vlc 15 years ago
Kostya Shishkov a5568f4608 Make sure all the bits are written to output in fax data decoder. 15 years ago
Diego Biurrun 0b8e7ab059 some more linebreak and brace placement cosmetics 15 years ago
Diego Biurrun 5e56b30e1f brace placement and linebreak cosmetics 15 years ago
Robert Swain 754ff9a795 Refactor channel element configuration and mapping code into its own function 15 years ago
Robert Swain 2309923c5c Reindent after last commit 15 years ago
Robert Swain e22da6b637 AAC: Add channel layout support for channel configuration as defined in the 15 years ago
Kostya Shishkov d2cdf20147 cosmetics: reindent and reformat function declarations 15 years ago
Kostya Shishkov 8da5d3dc37 Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them 15 years ago
Kostya Shishkov 7c6f5238c6 Make TIFF decoder load compression options only for corresponding codec 15 years ago
Måns Rullgård ec71a8e00b ARM: NEON optimised vector_fmul_add 15 years ago
Måns Rullgård 35de5d2412 cosmetics: fix indentation after previous commit 15 years ago
Måns Rullgård 952e872198 Drop unused args from vector_fmul_add_add, simpify code, and rename 15 years ago
Martin Storsjö eec69b399a Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is 15 years ago
Måns Rullgård d975e5e9b7 WMAPRO: use vector_fmul_scalar from dsputil where possible 15 years ago
Justin Ruggles 8b11b44ea7 Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl() 15 years ago
Kostya Shishkov e96f885aa0 Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data, 15 years ago
Justin Ruggles 3b6c5ad2f6 Move variable declaration to inside of loop. 15 years ago
Justin Ruggles 025873738f Cosmetics: Rename some variables. 15 years ago
Justin Ruggles b5f4639b13 Simplify coupling band loop. 15 years ago
Justin Ruggles 09e03847b9 Remove unneeded table lookup. 15 years ago
Justin Ruggles 444ce49a7a Cosmetics: Rename some variables to be more descriptive of their use. 15 years ago
Justin Ruggles 4e745ea83e Move some variable declarations to inside of loops. 15 years ago
Justin Ruggles 3538a2e47a Remove unneeded variable. 15 years ago
Justin Ruggles 84cb4bc6a2 Cosmetics: Rename some variables to be more descriptive of their use. 15 years ago
Justin Ruggles 8a547c25a0 Remove some unneeded variables. 15 years ago
Justin Ruggles 403b1543b5 Cosmetics: Rename some variables 15 years ago
Justin Ruggles f805d5fc9d simplify 2 lines into 1 using FFMIN 15 years ago
Justin Ruggles 612bdf1808 Cosmetics: Do some basic pretty-printing. 15 years ago
Justin Ruggles bf8643838b Simplify by combining increment with array access. 15 years ago
Justin Ruggles 89e6317b5b cosmetics: Rename some variables to be more descriptive of their use. Do some 15 years ago
Justin Ruggles a7e7417c41 Move 2 variable declarations to inside of loop. 15 years ago
Justin Ruggles 20520421a1 simplify by combining increment with array access 15 years ago
Justin Ruggles be5830ea7a Remove unneeded variable 15 years ago
Justin Ruggles b05e4195d4 Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set. 15 years ago
Justin Ruggles 65935bc729 simplify format string for writing pix_fmt string. 15 years ago
Måns Rullgård f331cec47d ARM: NEON optimised vector_clipf 15 years ago
Måns Rullgård 0a07e9d012 WMA: remove some unused variables 15 years ago
Måns Rullgård b9b1ad9cd8 ARM: NEON optimised vector_fmul_reverse 15 years ago
Reimar Döffinger a55247e761 Specify maximum sample rate of MLP by defining the factor relative to 48000 15 years ago
Kostya Shishkov a8c7a3d2c1 Fix decoding of TIFF CCITT RLE compressed data. 15 years ago
Justin Ruggles 84e30ef992 Align pix_fmt list by allowing one more char for the pix_fmt name. 15 years ago
Reimar Döffinger ef530829f8 Remove ff_realloc_static, it is no longer used and since it was declared 15 years ago