summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-09
| | | | Originally committed as revision 10023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation with TRACE enabledAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignmentJustin Ruggles2007-08-09
| | | | Originally committed as revision 10002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comments modification: add, clean up, Doxygenize, and rewordJustin Ruggles2007-08-09
| | | | Originally committed as revision 10001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use reget_buffer and remove internal copying of buffer - codec works againAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
| | | | Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * getting rid of code duplicationRoman Shaposhnik2007-08-08
| | | | Originally committed as revision 9997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_unary from bitstream.hAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_unary from bitstream.hAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy get_unary from vc1Alex Beregszaszi2007-08-08
| | | | Originally committed as revision 9994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* debug: tell how much bits are skipped with unknown nal codeAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningCarl Eugen Hoyos2007-08-08
| | | | | | patch by Carl Eugen Hoyos [cehoyos * ag or at] Originally committed as revision 9981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More indentationVitor Sessak2007-08-07
| | | | Originally committed as revision 9979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2007-08-07
| | | | Originally committed as revision 9978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionVitor Sessak2007-08-07
| | | | Originally committed as revision 9977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable the native AC-3 decoderJustin Ruggles2007-08-07
| | | | Originally committed as revision 9968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make output buffer larger so drift compensation can workMichael Niedermayer2007-08-06
| | | | Originally committed as revision 9967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't encode the first sample twice.Benjamin Larsson2007-08-06
| | | | Originally committed as revision 9962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic, indentationBaptiste Coudurier2007-08-06
| | | | Originally committed as revision 9960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: blank lines, remove some commentsJustin Ruggles2007-08-05
| | | | Originally committed as revision 9955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pointer to the parent context for use with av_log()Justin Ruggles2007-08-05
| | | | Originally committed as revision 9954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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