aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* some more linebreak and brace placement cosmeticsDiego Biurrun2009-09-283-16/+29
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-285-162/+226
* Refactor channel element configuration and mapping code into its own functionRobert Swain2009-09-281-23/+39
* Reindent after last commitRobert Swain2009-09-281-21/+21
* AAC: Add channel layout support for channel configuration as defined in theRobert Swain2009-09-282-5/+46
* cosmetics: reindent and reformat function declarationsKostya Shishkov2009-09-282-4/+6
* Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of themKostya Shishkov2009-09-283-6/+5
* Make TIFF decoder load compression options only for corresponding codecKostya Shishkov2009-09-281-1/+5
* ARM: NEON optimised vector_fmul_addMåns Rullgård2009-09-272-0/+30
* cosmetics: fix indentation after previous commitMåns Rullgård2009-09-272-45/+45
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-275-142/+18
* Do not compile ZLib data uncompressing function in TIFF decoder when ZLib isMartin Storsjö2009-09-271-0/+2
* WMAPRO: use vector_fmul_scalar from dsputil where possibleMåns Rullgård2009-09-271-8/+11
* Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl()Justin Ruggles2009-09-271-6/+11
* Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data,Kostya Shishkov2009-09-271-2/+25
* Move variable declaration to inside of loop.Justin Ruggles2009-09-271-2/+2
* Cosmetics: Rename some variables.Justin Ruggles2009-09-271-12/+12
* Simplify coupling band loop.Justin Ruggles2009-09-271-1/+2
* Remove unneeded table lookup.Justin Ruggles2009-09-271-1/+1
* Cosmetics: Rename some variables to be more descriptive of their use.Justin Ruggles2009-09-271-9/+9
* Move some variable declarations to inside of loops.Justin Ruggles2009-09-271-4/+4
* Remove unneeded variable.Justin Ruggles2009-09-271-3/+2
* Cosmetics: Rename some variables to be more descriptive of their use.Justin Ruggles2009-09-271-9/+7
* Remove some unneeded variables.Justin Ruggles2009-09-271-6/+5
* Cosmetics: Rename some variablesJustin Ruggles2009-09-271-37/+33
* simplify 2 lines into 1 using FFMINJustin Ruggles2009-09-271-2/+1
* Cosmetics: Do some basic pretty-printing.Justin Ruggles2009-09-271-7/+8
* Simplify by combining increment with array access.Justin Ruggles2009-09-271-2/+1
* cosmetics: Rename some variables to be more descriptive of their use. Do someJustin Ruggles2009-09-271-11/+11
* Move 2 variable declarations to inside of loop.Justin Ruggles2009-09-271-3/+3
* simplify by combining increment with array accessJustin Ruggles2009-09-271-2/+1
* Remove unneeded variableJustin Ruggles2009-09-271-3/+2
* Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set.Justin Ruggles2009-09-271-0/+45
* simplify format string for writing pix_fmt string.Justin Ruggles2009-09-261-1/+1
* ARM: NEON optimised vector_clipfMåns Rullgård2009-09-262-0/+30
* WMA: remove some unused variablesMåns Rullgård2009-09-261-7/+3
* ARM: NEON optimised vector_fmul_reverseMåns Rullgård2009-09-262-0/+27
* Specify maximum sample rate of MLP by defining the factor relative to 48000Reimar Döffinger2009-09-261-3/+5
* Fix decoding of TIFF CCITT RLE compressed data.Kostya Shishkov2009-09-261-1/+3
* Align pix_fmt list by allowing one more char for the pix_fmt name.Justin Ruggles2009-09-251-1/+1
* Remove ff_realloc_static, it is no longer used and since it was declaredReimar Döffinger2009-09-241-19/+0
* Reindent.Reimar Döffinger2009-09-241-2/+2
* Remove a piece of code left-over from the removed alloc'd static vlc table code.Reimar Döffinger2009-09-241-5/+1
* Reindent code folowing previous commit (r20019)Vitor Sessak2009-09-241-18/+18
* Factorize duplicated code in at1_imdct_block()Vitor Sessak2009-09-241-18/+17
* Allow decoding of 625/50 (PAL) with video_stype==1.Maksym Veremeyenko2009-09-241-0/+20
* Support both LSB and MSB orders for TIFF CCITT G.x compressed data.Kostya Shishkov2009-09-242-2/+16
* Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages andReimar Döffinger2009-09-242-8/+2
* Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1decReimar Döffinger2009-09-241-2/+11
* Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC.Reimar Döffinger2009-09-241-3/+28