summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* flashsv regression testMichael Niedermayer2007-08-04
* cosmetics: indentationJustin Ruggles2007-08-04
* consolidate decoding of lfe and coupling channels with decoding of full-bandw...Justin Ruggles2007-08-04
* be slightly more careful with copying the codec_tag in the streamcopy caseMichael Niedermayer2007-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
* 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