summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* get rid of mb_type_lenMichael Niedermayer2007-08-01
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-01
* exchange if() and for() in the MT_FIELD caseMichael Niedermayer2007-08-01
* exchange for() and if() order in the MT_FRAME caseMichael Niedermayer2007-08-01
* making reference models have the same APIMarc Hoffman2007-08-01
* changeMichael Niedermayer2007-08-01
* merge another 2 if() to save a few cpu cyclesMichael Niedermayer2007-08-01
* reorder if() so that the condition can be simplifiedMichael Niedermayer2007-08-01
* merge/simplify 2 if()Michael Niedermayer2007-08-01
* merge 2 if()Michael Niedermayer2007-08-01
* use buf_ptr to correctly decode second fieldBaptiste Coudurier2007-08-01
* align array used in mdct. fixes segfault.Justin Ruggles2007-08-01
* use ENABLE_GRAYMichael Niedermayer2007-08-01
* make grayscale only decoding checks in inner loops compiletime killableMichael Niedermayer2007-08-01
* move some code which was executed for every skipped MB so it is only executedMichael Niedermayer2007-07-31
* get rid of a useless variableMichael Niedermayer2007-07-31
* avoid 2 additions (1 cpu cycle) per MBMichael Niedermayer2007-07-31
* chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time se...Michael Niedermayer2007-07-31
* Fix typoPanagiotis Issaris2007-07-31
* fix mem leakDaniel Kristjansson2007-07-31
* Identifiers starting with underscores are reserved.Diego Biurrun2007-07-31
* fix cabac decoding with some Blue-Ray sourcesAndreas Ă–man2007-07-30
* replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik2007-07-30
* Handle malloc failurePanagiotis Issaris2007-07-30
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-30
* prevent assert failure with negative quant_offsetMichael Niedermayer2007-07-29
* warn user if max=bitrate && max > minMichael Niedermayer2007-07-29
* support raw 4bpp aviMichael Niedermayer2007-07-29