summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* prevent huffyuv from generating codewords of length 32. (regression in r9069)Loren Merritt2007-08-051-1/+1
* add support for downmixing to stereo or monoJustin Ruggles2007-08-041-13/+110
* use dsputil for float to signed 16-bit sample conversionJustin Ruggles2007-08-041-17/+19
* Add support for grayscale MJPEG streams sent by Axis cameras such as theSam Hocevar2007-08-041-0/+3
* cosmetics: indentationJustin Ruggles2007-08-041-7/+7
* consolidate decoding of lfe and coupling channels with decoding of full-bandw...Justin Ruggles2007-08-041-204/+138
* there are only 4 rematrixing bandsJustin Ruggles2007-08-041-1/+1
* cosmetics: use more appropriate names for iterator variables.Justin Ruggles2007-08-041-66/+66
* move dnxhd data tables to separate fileBaptiste Coudurier2007-08-044-195/+221
* move some variables to a more local scope.Justin Ruggles2007-08-041-4/+3
* make exponent decoding consistent (prepare for merging coupling and lfe code ...Justin Ruggles2007-08-041-11/+14
* dnxhd 120 progressive supportBaptiste Coudurier2007-08-042-0/+68
* indentationBaptiste Coudurier2007-08-041-6/+6
* dnxhd 185 interlaced supportBaptiste Coudurier2007-08-042-28/+51
* cosmeticBaptiste Coudurier2007-08-041-1/+1
* no need to duplicate cid table vars in contextBaptiste Coudurier2007-08-041-20/+7
* 10l, use correct cid tableBaptiste Coudurier2007-08-041-13/+13
* add coding unit size for interlaced decodingBaptiste Coudurier2007-08-041-3/+4
* should be more correctBaptiste Coudurier2007-08-041-1/+3
* indentMichael Niedermayer2007-08-041-2/+2
* cosmetics: use braces when it makes the code easier to read.Justin Ruggles2007-08-041-17/+31
* change AC3DecodeContext variable to local variableJustin Ruggles2007-08-041-4/+3
* use array instead of bitmaskJustin Ruggles2007-08-041-4/+3
* Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.Michael Niedermayer2007-08-041-1/+32
* use table for converting dynamic range codes to scale factorsJustin Ruggles2007-08-041-5/+13
* use floating-point mantissa dequantization tablesJustin Ruggles2007-08-041-121/+80
* cosmetics: indentationJustin Ruggles2007-08-041-1/+1
* dither zero-bit mantissas by default. remove dithering only if it's explicitl...Justin Ruggles2007-08-041-10/+44
* simplify coefficient decodingJustin Ruggles2007-08-041-16/+15
* merge decoding of coupling channel coefficients and regular channel coefficientsJustin Ruggles2007-08-041-74/+13
* split out coupling coefficient reconstruction into a separate functionJustin Ruggles2007-08-031-36/+38
* Reduce Theora decoder verbosity.Diego Biurrun2007-08-031-1/+1
* output last frame if seq end code is encounteredMichael Niedermayer2007-08-021-1/+5
* Remove unused variable.Diego Biurrun2007-08-021-1/+1
* simplify s->mv_dir initMichael Niedermayer2007-08-021-6/+1
* get rid of mb_type_lenMichael Niedermayer2007-08-011-8/+6
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-014-9/+9
* exchange if() and for() in the MT_FIELD caseMichael Niedermayer2007-08-011-7/+12
* exchange for() and if() order in the MT_FRAME caseMichael Niedermayer2007-08-011-9/+14
* making reference models have the same APIMarc Hoffman2007-08-011-4/+6
* changeMichael Niedermayer2007-08-011-59/+66
* merge another 2 if() to save a few cpu cyclesMichael Niedermayer2007-08-011-4/+1
* reorder if() so that the condition can be simplifiedMichael Niedermayer2007-08-011-4/+4
* merge/simplify 2 if()Michael Niedermayer2007-08-011-6/+2
* merge 2 if()Michael Niedermayer2007-08-011-11/+8
* use buf_ptr to correctly decode second fieldBaptiste Coudurier2007-08-011-4/+4
* align array used in mdct. fixes segfault.Justin Ruggles2007-08-011-1/+1
* use ENABLE_GRAYMichael Niedermayer2007-08-011-8/+8
* make grayscale only decoding checks in inner loops compiletime killableMichael Niedermayer2007-08-012-15/+15
* move some code which was executed for every skipped MB so it is only executedMichael Niedermayer2007-07-311-25/+30
OpenPOWER on IntegriCloud