aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* enable the native AC-3 decoderJustin Ruggles2007-08-073-1/+3
* make output buffer larger so drift compensation can workMichael Niedermayer2007-08-061-1/+1
* Don't encode the first sample twice.Benjamin Larsson2007-08-061-1/+1
* cosmetic, indentationBaptiste Coudurier2007-08-061-38/+37
* cosmetics: blank lines, remove some commentsJustin Ruggles2007-08-051-8/+1
* add pointer to the parent context for use with av_log()Justin Ruggles2007-08-051-5/+7
* use array for dynamic range scaling factorsJustin Ruggles2007-08-051-15/+10
* make wmv1 and wmv2 playable with M$ DMO decoderMichael Niedermayer2007-08-051-2/+5
* add dialogue normalizationJustin Ruggles2007-08-051-4/+16
* fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swfBaptiste Coudurier2007-08-051-2/+4
* Add proper license headerReimar Döffinger2007-08-051-0/+20
* Remove AVCodecContext parameter from parse_timecode functionReimar Döffinger2007-08-051-3/+3
* Fix deinterlacing for odd heightReimar Döffinger2007-08-051-1/+1
* Deinterlace xsub subtitlesReimar Döffinger2007-08-051-0/+4
* Colours except background should not be transparentReimar Döffinger2007-08-051-0/+3
* get rid of av_rescale_q, it does not work as intended.Reimar Döffinger2007-08-051-1/+0
* get rid of xsubdec array and calculate value insteadReimar Döffinger2007-08-051-3/+1
* 10l, runbits order was reversedReimar Döffinger2007-08-051-1/+1
* 100l, wrong argument to av_freepReimar Döffinger2007-08-051-1/+1
* Add forgotten xsub timecode parsingReimar Döffinger2007-08-051-0/+26
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-055-0/+90
* Add the handling of the INT32INFO block to the WavPack decoder.David Bryant2007-08-051-6/+27
* 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