| Commit message (Expand) | Author | Age | Files | Lines |
* | enable the native AC-3 decoder | Justin Ruggles | 2007-08-07 | 3 | -1/+3 |
* | make output buffer larger so drift compensation can work | Michael Niedermayer | 2007-08-06 | 1 | -1/+1 |
* | Don't encode the first sample twice. | Benjamin Larsson | 2007-08-06 | 1 | -1/+1 |
* | cosmetic, indentation | Baptiste Coudurier | 2007-08-06 | 1 | -38/+37 |
* | cosmetics: blank lines, remove some comments | Justin Ruggles | 2007-08-05 | 1 | -8/+1 |
* | add pointer to the parent context for use with av_log() | Justin Ruggles | 2007-08-05 | 1 | -5/+7 |
* | use array for dynamic range scaling factors | Justin Ruggles | 2007-08-05 | 1 | -15/+10 |
* | make wmv1 and wmv2 playable with M$ DMO decoder | Michael Niedermayer | 2007-08-05 | 1 | -2/+5 |
* | add dialogue normalization | Justin Ruggles | 2007-08-05 | 1 | -4/+16 |
* | fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf | Baptiste Coudurier | 2007-08-05 | 1 | -2/+4 |
* | Add proper license header | Reimar Döffinger | 2007-08-05 | 1 | -0/+20 |
* | Remove AVCodecContext parameter from parse_timecode function | Reimar Döffinger | 2007-08-05 | 1 | -3/+3 |
* | Fix deinterlacing for odd height | Reimar Döffinger | 2007-08-05 | 1 | -1/+1 |
* | Deinterlace xsub subtitles | Reimar Döffinger | 2007-08-05 | 1 | -0/+4 |
* | Colours except background should not be transparent | Reimar Döffinger | 2007-08-05 | 1 | -0/+3 |
* | get rid of av_rescale_q, it does not work as intended. | Reimar Döffinger | 2007-08-05 | 1 | -1/+0 |
* | get rid of xsubdec array and calculate value instead | Reimar Döffinger | 2007-08-05 | 1 | -3/+1 |
* | 10l, runbits order was reversed | Reimar Döffinger | 2007-08-05 | 1 | -1/+1 |
* | 100l, wrong argument to av_freep | Reimar Döffinger | 2007-08-05 | 1 | -1/+1 |
* | Add forgotten xsub timecode parsing | Reimar Döffinger | 2007-08-05 | 1 | -0/+26 |
* | First version of xsub decoder, not yet tested | Reimar Döffinger | 2007-08-05 | 5 | -0/+90 |
* | Add the handling of the INT32INFO block to the WavPack decoder. | David Bryant | 2007-08-05 | 1 | -6/+27 |
* | prevent huffyuv from generating codewords of length 32. (regression in r9069) | Loren Merritt | 2007-08-05 | 1 | -1/+1 |
* | add support for downmixing to stereo or mono | Justin Ruggles | 2007-08-04 | 1 | -13/+110 |
* | use dsputil for float to signed 16-bit sample conversion | Justin Ruggles | 2007-08-04 | 1 | -17/+19 |
* | Add support for grayscale MJPEG streams sent by Axis cameras such as the | Sam Hocevar | 2007-08-04 | 1 | -0/+3 |
* | cosmetics: indentation | Justin Ruggles | 2007-08-04 | 1 | -7/+7 |
* | consolidate decoding of lfe and coupling channels with decoding of full-bandw... | Justin Ruggles | 2007-08-04 | 1 | -204/+138 |
* | there are only 4 rematrixing bands | Justin Ruggles | 2007-08-04 | 1 | -1/+1 |
* | cosmetics: use more appropriate names for iterator variables. | Justin Ruggles | 2007-08-04 | 1 | -66/+66 |
* | move dnxhd data tables to separate file | Baptiste Coudurier | 2007-08-04 | 4 | -195/+221 |
* | move some variables to a more local scope. | Justin Ruggles | 2007-08-04 | 1 | -4/+3 |
* | make exponent decoding consistent (prepare for merging coupling and lfe code ... | Justin Ruggles | 2007-08-04 | 1 | -11/+14 |
* | dnxhd 120 progressive support | Baptiste Coudurier | 2007-08-04 | 2 | -0/+68 |
* | indentation | Baptiste Coudurier | 2007-08-04 | 1 | -6/+6 |
* | dnxhd 185 interlaced support | Baptiste Coudurier | 2007-08-04 | 2 | -28/+51 |
* | cosmetic | Baptiste Coudurier | 2007-08-04 | 1 | -1/+1 |
* | no need to duplicate cid table vars in context | Baptiste Coudurier | 2007-08-04 | 1 | -20/+7 |
* | 10l, use correct cid table | Baptiste Coudurier | 2007-08-04 | 1 | -13/+13 |
* | add coding unit size for interlaced decoding | Baptiste Coudurier | 2007-08-04 | 1 | -3/+4 |
* | should be more correct | Baptiste Coudurier | 2007-08-04 | 1 | -1/+3 |
* | indent | Michael Niedermayer | 2007-08-04 | 1 | -2/+2 |
* | cosmetics: use braces when it makes the code easier to read. | Justin Ruggles | 2007-08-04 | 1 | -17/+31 |
* | change AC3DecodeContext variable to local variable | Justin Ruggles | 2007-08-04 | 1 | -4/+3 |
* | use array instead of bitmask | Justin Ruggles | 2007-08-04 | 1 | -4/+3 |
* | Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. | Michael Niedermayer | 2007-08-04 | 1 | -1/+32 |
* | use table for converting dynamic range codes to scale factors | Justin Ruggles | 2007-08-04 | 1 | -5/+13 |
* | use floating-point mantissa dequantization tables | Justin Ruggles | 2007-08-04 | 1 | -121/+80 |
* | cosmetics: indentation | Justin Ruggles | 2007-08-04 | 1 | -1/+1 |
* | dither zero-bit mantissas by default. remove dithering only if it's explicitl... | Justin Ruggles | 2007-08-04 | 1 | -10/+44 |