summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* use reget_buffer and remove internal copying of buffer - codec works againAlex Beregszaszi2007-08-09
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* * getting rid of code duplicationRoman Shaposhnik2007-08-08
* use get_unary from bitstream.hAlex Beregszaszi2007-08-08
* use get_unary from bitstream.hAlex Beregszaszi2007-08-08
* copy get_unary from vc1Alex Beregszaszi2007-08-08
* debug: tell how much bits are skipped with unknown nal codeAlex Beregszaszi2007-08-08
* kill warningCarl Eugen Hoyos2007-08-08
* More indentationVitor Sessak2007-08-07
* Cosmetics: indentationVitor Sessak2007-08-07
* Rename functionVitor Sessak2007-08-07
* enable the native AC-3 decoderJustin Ruggles2007-08-07
* make output buffer larger so drift compensation can workMichael Niedermayer2007-08-06
* Don't encode the first sample twice.Benjamin Larsson2007-08-06
* cosmetic, indentationBaptiste Coudurier2007-08-06
* cosmetics: blank lines, remove some commentsJustin Ruggles2007-08-05
* add pointer to the parent context for use with av_log()Justin Ruggles2007-08-05
* use array for dynamic range scaling factorsJustin Ruggles2007-08-05
* 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