summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* make wmv1 and wmv2 playable with M$ DMO decoderMichael Niedermayer2007-08-05
* add dialogue normalizationJustin Ruggles2007-08-05
* fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swfBaptiste Coudurier2007-08-05
* Add proper license headerReimar Döffinger2007-08-05
* Remove AVCodecContext parameter from parse_timecode functionReimar Döffinger2007-08-05
* Fix deinterlacing for odd heightReimar Döffinger2007-08-05
* Deinterlace xsub subtitlesReimar Döffinger2007-08-05
* Colours except background should not be transparentReimar Döffinger2007-08-05
* get rid of av_rescale_q, it does not work as intended.Reimar Döffinger2007-08-05
* get rid of xsubdec array and calculate value insteadReimar Döffinger2007-08-05
* 10l, runbits order was reversedReimar Döffinger2007-08-05
* 100l, wrong argument to av_freepReimar Döffinger2007-08-05
* Add forgotten xsub timecode parsingReimar Döffinger2007-08-05
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-05
* Add the handling of the INT32INFO block to the WavPack decoder.David Bryant2007-08-05
* prevent huffyuv from generating codewords of length 32. (regression in r9069)Loren Merritt2007-08-05
* add support for downmixing to stereo or monoJustin Ruggles2007-08-04
* use dsputil for float to signed 16-bit sample conversionJustin Ruggles2007-08-04
* Add support for grayscale MJPEG streams sent by Axis cameras such as theSam Hocevar2007-08-04
* cosmetics: indentationJustin Ruggles2007-08-04
* consolidate decoding of lfe and coupling channels with decoding of full-bandw...Justin Ruggles2007-08-04
* there are only 4 rematrixing bandsJustin Ruggles2007-08-04
* cosmetics: use more appropriate names for iterator variables.Justin Ruggles2007-08-04
* move dnxhd data tables to separate fileBaptiste Coudurier2007-08-04
* move some variables to a more local scope.Justin Ruggles2007-08-04
* make exponent decoding consistent (prepare for merging coupling and lfe code ...Justin Ruggles2007-08-04
* dnxhd 120 progressive supportBaptiste Coudurier2007-08-04
* indentationBaptiste Coudurier2007-08-04
* dnxhd 185 interlaced supportBaptiste Coudurier2007-08-04
* cosmeticBaptiste Coudurier2007-08-04
* no need to duplicate cid table vars in contextBaptiste Coudurier2007-08-04
* 10l, use correct cid tableBaptiste Coudurier2007-08-04
* add coding unit size for interlaced decodingBaptiste Coudurier2007-08-04
* should be more correctBaptiste Coudurier2007-08-04
* indentMichael Niedermayer2007-08-04
* cosmetics: use braces when it makes the code easier to read.Justin Ruggles2007-08-04
* change AC3DecodeContext variable to local variableJustin Ruggles2007-08-04
* use array instead of bitmaskJustin Ruggles2007-08-04
* Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.Michael Niedermayer2007-08-04
* use table for converting dynamic range codes to scale factorsJustin Ruggles2007-08-04
* use floating-point mantissa dequantization tablesJustin Ruggles2007-08-04
* cosmetics: indentationJustin Ruggles2007-08-04
* dither zero-bit mantissas by default. remove dithering only if it's explicitl...Justin Ruggles2007-08-04
* simplify coefficient decodingJustin Ruggles2007-08-04
* merge decoding of coupling channel coefficients and regular channel coefficientsJustin Ruggles2007-08-04
* split out coupling coefficient reconstruction into a separate functionJustin Ruggles2007-08-03
* Reduce Theora decoder verbosity.Diego Biurrun2007-08-03
* output last frame if seq end code is encounteredMichael Niedermayer2007-08-02
* Remove unused variable.Diego Biurrun2007-08-02
* simplify s->mv_dir initMichael Niedermayer2007-08-02