summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* remove unneeded assignment in inner loop. rematrixing bands are contiguous.Justin Ruggles2009-09-30
* Use context instead of NULL for logging.Reimar Döffinger2009-09-29
* Make sure that dv encoder initializes all encoded packet data.Reimar Döffinger2009-09-29
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-09-29
* Fix indentation in avcodec.hJason Garrett-Glaser2009-09-29
* WMA: fix loop unrolling in decode_exp_vlc()Måns Rullgård2009-09-29
* whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun2009-09-29
* Simplify r20025: use align_get_bits instead of reimplementing it.Reimar Döffinger2009-09-29
* WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård2009-09-29
* WMA: use type punning and unroll loops in decode_exp_vlc()Måns Rullgård2009-09-29
* WMA: use a table instead of pow() in decode_exp_vlcMåns Rullgård2009-09-29
* Make sure all the bits are written to output in fax data decoder.Kostya Shishkov2009-09-29
* some more linebreak and brace placement cosmeticsDiego Biurrun2009-09-28
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-28
* Refactor channel element configuration and mapping code into its own functionRobert Swain2009-09-28
* Reindent after last commitRobert Swain2009-09-28
* AAC: Add channel layout support for channel configuration as defined in theRobert Swain2009-09-28
* cosmetics: reindent and reformat function declarationsKostya Shishkov2009-09-28
* Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of themKostya Shishkov2009-09-28
* Make TIFF decoder load compression options only for corresponding codecKostya Shishkov2009-09-28
* ARM: NEON optimised vector_fmul_addMåns Rullgård2009-09-27
* cosmetics: fix indentation after previous commitMåns Rullgård2009-09-27
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-27
* Do not compile ZLib data uncompressing function in TIFF decoder when ZLib isMartin Storsjö2009-09-27
* WMAPRO: use vector_fmul_scalar from dsputil where possibleMåns Rullgård2009-09-27
* Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl()Justin Ruggles2009-09-27
* Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data,Kostya Shishkov2009-09-27
* Move variable declaration to inside of loop.Justin Ruggles2009-09-27
* Cosmetics: Rename some variables.Justin Ruggles2009-09-27
* Simplify coupling band loop.Justin Ruggles2009-09-27
* Remove unneeded table lookup.Justin Ruggles2009-09-27
* Cosmetics: Rename some variables to be more descriptive of their use.Justin Ruggles2009-09-27
* Move some variable declarations to inside of loops.Justin Ruggles2009-09-27
* Remove unneeded variable.Justin Ruggles2009-09-27
* Cosmetics: Rename some variables to be more descriptive of their use.Justin Ruggles2009-09-27
* Remove some unneeded variables.Justin Ruggles2009-09-27
* Cosmetics: Rename some variablesJustin Ruggles2009-09-27
* simplify 2 lines into 1 using FFMINJustin Ruggles2009-09-27
* Cosmetics: Do some basic pretty-printing.Justin Ruggles2009-09-27
* Simplify by combining increment with array access.Justin Ruggles2009-09-27
* cosmetics: Rename some variables to be more descriptive of their use. Do someJustin Ruggles2009-09-27
* Move 2 variable declarations to inside of loop.Justin Ruggles2009-09-27
* simplify by combining increment with array accessJustin Ruggles2009-09-27
* Remove unneeded variableJustin Ruggles2009-09-27
* Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set.Justin Ruggles2009-09-27
* simplify format string for writing pix_fmt string.Justin Ruggles2009-09-26
* ARM: NEON optimised vector_clipfMåns Rullgård2009-09-26
* WMA: remove some unused variablesMåns Rullgård2009-09-26
* ARM: NEON optimised vector_fmul_reverseMåns Rullgård2009-09-26
* Specify maximum sample rate of MLP by defining the factor relative to 48000Reimar Döffinger2009-09-26