| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ID3v1 skip from decoder to demuxer | Clément Bœsch | 2011-01-22 | 1 | -8/+0 |
* | dca: add profile names | Anssi Hannula | 2011-01-21 | 1 | -0/+10 |
* | iir: Change dst param to float* in ff_iir_filter_flt(). | Justin Ruggles | 2011-01-21 | 2 | -2/+2 |
* | dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA | Anssi Hannula | 2011-01-21 | 1 | -5/+2 |
* | cosmetics related to LPC changes. | Justin Ruggles | 2011-01-21 | 2 | -8/+10 |
* | Separate window function from autocorrelation. | Justin Ruggles | 2011-01-21 | 6 | -39/+99 |
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. | Justin Ruggles | 2011-01-21 | 12 | -43/+63 |
* | dca: pretty-print some tables | Mans Rullgard | 2011-01-21 | 1 | -6144/+6144 |
* | iir: change filter type if/else to a switch. | Justin Ruggles | 2011-01-20 | 1 | -12/+13 |
* | Add biquad high-pass and low-pass IIR filters. | Justin Ruggles | 2011-01-20 | 2 | -0/+51 |
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-20 | 10 | -42/+99 |
* | Set gray (128) U/V planes for chroma-less samples. Fixes two fate samples | Ronald S. Bultje | 2011-01-20 | 2 | -0/+4 |
* | Split out Butterworth filter coeff init to a separate function. | Justin Ruggles | 2011-01-20 | 1 | -18/+46 |
* | cosmetics: vertical alignment and line wrap | Justin Ruggles | 2011-01-20 | 3 | -8/+9 |
* | Add memory allocation failure checks to ff_iir_filter_init_coeffs(). | Justin Ruggles | 2011-01-20 | 3 | -6/+17 |
* | cosmetics: wrap long line | Justin Ruggles | 2011-01-20 | 1 | -1/+3 |
* | Add function ff_iir_filter_flt() to accept floating-point input and output. | Justin Ruggles | 2011-01-20 | 2 | -39/+80 |
* | Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions. | Ronald S. Bultje | 2011-01-19 | 1 | -22/+10 |
* | Fix use of sstep/dstep in ff_iir_filter(). | Justin Ruggles | 2011-01-19 | 1 | -1/+1 |
* | a64enc: make PixelFormat arrays const | Mans Rullgard | 2011-01-18 | 1 | -2/+2 |
* | Replace ASMALIGN() with .p2align | Mans Rullgard | 2011-01-18 | 11 | -44/+44 |
* | x86: remove VLA in ac3_downmix_sse | Mans Rullgard | 2011-01-18 | 1 | -1/+2 |
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 12 | -43/+0 |
* | cosmetics: reindent | Justin Ruggles | 2011-01-18 | 1 | -1/+1 |
* | Add check for changing number of channels in DCA. | Daniel Kang | 2011-01-18 | 1 | -0/+9 |
* | update av_log_missing_feature() to git | Janne Grunau | 2011-01-17 | 1 | -1/+1 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 12 | -0/+43 |
* | VP3: remove an unnecessary static variable | Alexander Strange | 2011-01-17 | 1 | -4/+2 |
* | Allocate last picture for 4xm pfrm if its not allocated. | Michael Niedermayer | 2011-01-16 | 1 | -0/+8 |
* | support decoding of files that contain the number | Sascha Sommer | 2011-01-16 | 1 | -6/+18 |
* | Values >4 for lowres corrupt output. | Carl Eugen Hoyos | 2011-01-16 | 1 | -1/+1 |
* | Since lowres == crop for bmp, remove it to avoid confusion. | Carl Eugen Hoyos | 2011-01-16 | 1 | -1/+0 |
* | Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547. | Ronald S. Bultje | 2011-01-15 | 1 | -22/+21 |
* | Remove evil timers that snuck their way into r26375. | Jason Garrett-Glaser | 2011-01-15 | 1 | -2/+1 |
* | Fix r26375 on non-x86. | Jason Garrett-Glaser | 2011-01-15 | 1 | -2/+2 |
* | H.264: Partially inline CABAC residual decoding | Jason Garrett-Glaser | 2011-01-15 | 1 | -26/+34 |
* | Second hunk from secrity fix from google. | Frank Barchard | 2011-01-15 | 1 | -1/+1 |
* | do not read over the end of the packet | Sascha Sommer | 2011-01-15 | 1 | -0/+6 |
* | Check rangebits to avoid a possible crash. | Frank Barchard | 2011-01-15 | 1 | -1/+9 |
* | Change some band size calculations in Bink decoder to use width in blocks | Kostya Shishkov | 2011-01-15 | 1 | -2/+2 |
* | Lagarith: fix decoding of one-coloured frames by reading the per-plane | Reimar Döffinger | 2011-01-15 | 1 | -2/+6 |
* | Check symbol validity to avoid a crash, fixes issue 2523. | Daniel Kang | 2011-01-15 | 1 | -0/+4 |
* | cosmetics: spacing, line wrap, and remove unneeded braces | Justin Ruggles | 2011-01-15 | 1 | -4/+3 |
* | Process all EXP_REUSE blocks at once in exponent_min(). | Justin Ruggles | 2011-01-15 | 1 | -12/+25 |
* | Take advantage of per-channel exponent and exponent strategy layout to | Justin Ruggles | 2011-01-15 | 1 | -14/+19 |
* | Simplify compute_exp_strategy() by passing a pointer to all exponents and | Justin Ruggles | 2011-01-15 | 1 | -13/+5 |
* | Use a local variable in the inner loop of group_exponents() to simplify the | Justin Ruggles | 2011-01-15 | 1 | -3/+4 |
* | cosmetics: remove unneeded braces | Justin Ruggles | 2011-01-15 | 1 | -2/+1 |
* | cosmetics: rename block_num to blk for variable name consistency | Justin Ruggles | 2011-01-15 | 1 | -9/+9 |
* | Move exp_strategy from AC3Block to AC3EncodeContext in order to arrange by | Justin Ruggles | 2011-01-15 | 1 | -26/+25 |