summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fi...Baptiste 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
* detect MS wav codecsMichael Niedermayer2007-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
* drop non keyframes before the first keyframe for stream copyMichael Niedermayer2007-08-03
* fix block_align for mp3 stream copyMichael Niedermayer2007-08-03
* URL of the webinterfaceMichael Niedermayer2007-08-03
* get rid of some double timebase convertionMichael Niedermayer2007-08-03
* remove the mailinglist still preferred note, roundup is much nicer even thoughMichael Niedermayer2007-08-03
* properly implement "user specified start time offset" which was added in r3217Michael Niedermayer2007-08-03
* cosmetics: be sure all lines fit into 79 charactersAlex Beregszaszi2007-08-03
* cosmetics: indent correctlyAlex Beregszaszi2007-08-03
* Use getCachedContext instead getContext to support resolution change. Patch b...Glenn A. Serre2007-08-03
* Reduce Theora decoder verbosity.Diego Biurrun2007-08-03
* move code which adds a AVPacket into the packet buffer into its own functionMichael Niedermayer2007-08-03
* output last frame if seq end code is encounteredMichael Niedermayer2007-08-02
* correct order of fixedpoint in CONFIG listMarc Hoffman2007-08-02
* Remove unused variable.Diego Biurrun2007-08-02
* simplify s->mv_dir initMichael Niedermayer2007-08-02
* --enable-fixedpoint, for configuring fixedpoint optimizations, this is just t...Marc Hoffman2007-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
* replace some "disabled" calls with "! enabled"Måns Rullgård2007-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
* alphabetical orderDiego Biurrun2007-08-01
* Remove redundant variable declarations.Diego Biurrun2007-08-01