summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since staticReimar Döffinger2009-09-241-4/+2
* Use INIT_VLC_STATIC where easily possible in svq1decReimar Döffinger2009-09-241-8/+8
* Make sure that all memory allocations succeed.Mike Melanson2009-09-241-0/+12
* Take into account real number of colours when reading BMP palette.Kostya Shishkov2009-09-241-3/+14
* Fix format string to match the types printed.Reimar Döffinger2009-09-231-1/+1
* Make sure priv_data is freed and codec is set to NULL in case of failure of a...Michael Niedermayer2009-09-231-6/+7
* Check submap indexes.Google Chrome2009-09-231-2/+13
* ARM: NEON optimised int32_to_float_fmul_scalarMåns Rullgård2009-09-232-0/+31
* AAC: minor simplification in PNS decodingMåns Rullgård2009-09-231-4/+4
* Make error return sign consistent.Michael Niedermayer2009-09-231-30/+30
* Check begin/end/partition_size.Google Chrome2009-09-231-0/+9
* Fix >= vs > check of coded_fragment_list_index.Google Chrome2009-09-231-1/+1
* Remove unused variables, fixes the warnings:Diego Biurrun2009-09-231-3/+0
* Fix init_get_bits() buffer size.Google Chrome2009-09-231-1/+1
OpenPOWER on IntegriCloud