summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* use array for dynamic range scaling factorsJustin Ruggles2007-08-05
| | | | Originally committed as revision 9953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make wmv1 and wmv2 playable with M$ DMO decoderMichael Niedermayer2007-08-05
| | | | Originally committed as revision 9950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add dialogue normalizationJustin Ruggles2007-08-05
| | | | Originally committed as revision 9948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swfBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add proper license headerReimar Döffinger2007-08-05
| | | | Originally committed as revision 9944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove AVCodecContext parameter from parse_timecode functionReimar Döffinger2007-08-05
| | | | Originally committed as revision 9943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix deinterlacing for odd heightReimar Döffinger2007-08-05
| | | | Originally committed as revision 9942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deinterlace xsub subtitlesReimar Döffinger2007-08-05
| | | | Originally committed as revision 9941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Colours except background should not be transparentReimar Döffinger2007-08-05
| | | | Originally committed as revision 9940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of av_rescale_q, it does not work as intended.Reimar Döffinger2007-08-05
| | | | Originally committed as revision 9939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of xsubdec array and calculate value insteadReimar Döffinger2007-08-05
| | | | Originally committed as revision 9938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, runbits order was reversedReimar Döffinger2007-08-05
| | | | Originally committed as revision 9937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, wrong argument to av_freepReimar Döffinger2007-08-05
| | | | Originally committed as revision 9935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add forgotten xsub timecode parsingReimar Döffinger2007-08-05
| | | | Originally committed as revision 9934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-05
| | | | Originally committed as revision 9933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the handling of the INT32INFO block to the WavPack decoder.David Bryant2007-08-05
| | | | | | | Patch by David Bryant david at $codecname dot com Thread: [FFmpeg-devel] [PATCH] handle INT32INFO in WavPack decoder Originally committed as revision 9932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent huffyuv from generating codewords of length 32. (regression in r9069)Loren Merritt2007-08-05
| | | | Originally committed as revision 9921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for downmixing to stereo or monoJustin Ruggles2007-08-04
| | | | Originally committed as revision 9916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dsputil for float to signed 16-bit sample conversionJustin Ruggles2007-08-04
| | | | Originally committed as revision 9914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for grayscale MJPEG streams sent by Axis cameras such as theSam Hocevar2007-08-04
| | | | | | | 207MW (http://www.axis.com/products/cam_207mw/). patch by Sam Hocevar, sam+ffmpeg zoy org Originally committed as revision 9913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2007-08-04
| | | | Originally committed as revision 9911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consolidate decoding of lfe and coupling channels with decoding of ↵Justin Ruggles2007-08-04
| | | | | | full-bandwidth channels. Originally committed as revision 9910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* there are only 4 rematrixing bandsJustin Ruggles2007-08-04
| | | | Originally committed as revision 9908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: use more appropriate names for iterator variables.Justin Ruggles2007-08-04
| | | | Originally committed as revision 9907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dnxhd data tables to separate fileBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some variables to a more local scope.Justin Ruggles2007-08-04
| | | | Originally committed as revision 9905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make exponent decoding consistent (prepare for merging coupling and lfe code ↵Justin Ruggles2007-08-04
| | | | | | with normal channel code). Originally committed as revision 9904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd 120 progressive supportBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd 185 interlaced supportBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need to duplicate cid table vars in contextBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, use correct cid tableBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add coding unit size for interlaced decodingBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* should be more correctBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-08-04
| | | | Originally committed as revision 9894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: use braces when it makes the code easier to read.Justin Ruggles2007-08-04
| | | | Originally committed as revision 9893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change AC3DecodeContext variable to local variableJustin Ruggles2007-08-04
| | | | Originally committed as revision 9892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use array instead of bitmaskJustin Ruggles2007-08-04
| | | | Originally committed as revision 9891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.Michael Niedermayer2007-08-04
| | | | Originally committed as revision 9890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use table for converting dynamic range codes to scale factorsJustin Ruggles2007-08-04
| | | | Originally committed as revision 9889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use floating-point mantissa dequantization tablesJustin Ruggles2007-08-04
| | | | Originally committed as revision 9888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2007-08-04
| | | | Originally committed as revision 9887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dither zero-bit mantissas by default. remove dithering only if it's ↵Justin Ruggles2007-08-04
| | | | | | explicitly turned off. Originally committed as revision 9886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify coefficient decodingJustin Ruggles2007-08-04
| | | | Originally committed as revision 9884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge decoding of coupling channel coefficients and regular channel coefficientsJustin Ruggles2007-08-04
| | | | Originally committed as revision 9883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split out coupling coefficient reconstruction into a separate functionJustin Ruggles2007-08-03
| | | | Originally committed as revision 9882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce Theora decoder verbosity.Diego Biurrun2007-08-03
| | | | Originally committed as revision 9872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* output last frame if seq end code is encounteredMichael Niedermayer2007-08-02
| | | | | | | fixes video decoding of AC3TEST.vob closes issue19 Originally committed as revision 9870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-08-02
| | | | Originally committed as revision 9868 to svn://svn.ffmpeg.org/ffmpeg/trunk