| Commit message (Expand) | Author | Age | Files | Lines |
* | prevent access to vp8_coeff_band[16] | Pascal Massimino | 2010-08-01 | 1 | -4/+4 |
* | Use word-writing instead of dword-writing (with two cached but otherwise | Ronald S. Bultje | 2010-07-31 | 2 | -105/+98 |
* | dca: fix dynrange coefficient in xch | Nick Brereton | 2010-07-31 | 1 | -1/+1 |
* | cosmetics: rename output_* to write_* | Justin Ruggles | 2010-07-31 | 1 | -6/+6 |
* | Simplify verbatim mode fallback by checking the frame size before writing. | Justin Ruggles | 2010-07-31 | 1 | -11/+7 |
* | Change max_framesize for small final frame. | Justin Ruggles | 2010-07-31 | 1 | -0/+6 |
* | Calculate an exact frame size before writing. Now the buffer size requirements | Justin Ruggles | 2010-07-31 | 1 | -14/+79 |
* | cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params() | Justin Ruggles | 2010-07-31 | 1 | -7/+7 |
* | Reduce number of input parameters to find_subblock_rice_params(). | Justin Ruggles | 2010-07-31 | 1 | -34/+22 |
* | 10l: fix bit count for frame header | Justin Ruggles | 2010-07-31 | 1 | -1/+4 |
* | Simplify fallback to verbatim mode encoding. | Justin Ruggles | 2010-07-31 | 1 | -16/+14 |
* | cosmetics: line wrap and vertical alignment | Justin Ruggles | 2010-07-31 | 1 | -8/+10 |
* | Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a single | Justin Ruggles | 2010-07-31 | 1 | -24/+14 |
* | Remove unneeded wrapper function. | Justin Ruggles | 2010-07-31 | 1 | -8/+1 |
* | Remove duplicate code by adding a flag for encoding in verbatim mode. | Justin Ruggles | 2010-07-31 | 1 | -34/+6 |
* | Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, | Stefano Sabatini | 2010-07-31 | 3 | -2/+9 |
* | Estimate frame size during encoding. | Justin Ruggles | 2010-07-31 | 1 | -3/+51 |
* | Remove x86/mmx.h. It is not used anymore and has been deprecated for years. | Vitor Sessak | 2010-07-31 | 1 | -267/+0 |
* | Fix compilation with --disable-yasm. 10l to me. | Vitor Sessak | 2010-07-31 | 1 | -3/+3 |
* | Convert deinterlacing MMX code to YASM | Vitor Sessak | 2010-07-31 | 4 | -84/+110 |
* | cosmetics: indentation | Justin Ruggles | 2010-07-30 | 1 | -38/+38 |
* | Combine output_subframe() and output_subframes(). | Justin Ruggles | 2010-07-30 | 1 | -19/+11 |
* | Remove unneeded variable. | Justin Ruggles | 2010-07-30 | 1 | -4/+1 |
* | cosmetics: indentation | Justin Ruggles | 2010-07-30 | 1 | -28/+28 |
* | Combine output_subframe_verbatim() and output_subframe_lpc(). | Justin Ruggles | 2010-07-30 | 1 | -23/+13 |
* | Combine and simplify output_residual() and output_subframe_lpc(). | Justin Ruggles | 2010-07-30 | 1 | -37/+21 |
* | cosmetics: reindent | Justin Ruggles | 2010-07-30 | 1 | -5/+5 |
* | Combine and simplify output_subframe_fixed() and output_subframe_lpc(). | Justin Ruggles | 2010-07-30 | 1 | -19/+5 |
* | Combine and simplify output_subframe_constant() and output_subframe_verbatim(). | Justin Ruggles | 2010-07-30 | 1 | -25/+11 |
* | Pass FlacSubframe to output_subframe_* instead of channel number. | Justin Ruggles | 2010-07-30 | 1 | -24/+11 |
* | cosmetics: change FlacEncodeContext variable name from ctx to s in several | Justin Ruggles | 2010-07-30 | 1 | -36/+36 |
* | Set coded_frame->pts in the FLAC encoder | Justin Ruggles | 2010-07-30 | 1 | -0/+1 |
* | Do not need to set coded_frame->key_frame = 1 because it is already set in | Justin Ruggles | 2010-07-30 | 1 | -1/+0 |
* | Move debug logging of compression options to a single function. | Justin Ruggles | 2010-07-30 | 1 | -37/+60 |
* | Add 2 failed memory allocation checks | Justin Ruggles | 2010-07-30 | 1 | -0/+4 |
* | cosmetics: pretty-print flacenc.c | Justin Ruggles | 2010-07-30 | 1 | -325/+344 |
* | Make avpicture_fill() directly call av_fill_image_linesizes() and | Stefano Sabatini | 2010-07-30 | 1 | -2/+2 |
* | Move fill_image_linesize() and fill_image_data_ptr() from | Stefano Sabatini | 2010-07-29 | 2 | -142/+4 |
* | Fix compilation in x86_64. I broke it with r24580. | Vitor Sessak | 2010-07-29 | 1 | -2/+2 |
* | Translate libmpeg2 MMX IDCT to plain asm | Vitor Sessak | 2010-07-29 | 1 | -208/+237 |
* | Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpx | James Zern | 2010-07-28 | 1 | -0/+8 |
* | 10l: missed one reindent. | Alex Converse | 2010-07-28 | 1 | -1/+1 |
* | Reindent after last commit. | Alex Converse | 2010-07-28 | 2 | -2/+2 |
* | ff_prefix non static vp56 functions. | Alex Converse | 2010-07-28 | 4 | -18/+18 |
* | nellymoserenc: Declare the supported sample format | Martin Storsjö | 2010-07-28 | 1 | -0/+1 |
* | b0rk3d FATE + black helicopters hissing -> rolling back to r24556 and sleeping | Pascal Massimino | 2010-07-27 | 1 | -14/+17 |
* | perform the clipping on luma_dc_qmul[1] and chroma_qmul[0] earlier | Pascal Massimino | 2010-07-27 | 1 | -5/+2 |
* | save some copies by moving some fields out of proba[2] | Pascal Massimino | 2010-07-27 | 1 | -12/+12 |
* | DCA: fix multichannel -> 2 channel downmix. | Nick Brereton | 2010-07-27 | 1 | -14/+33 |
* | Setup correct channel value when downmixing is required. | Nick Brereton | 2010-07-27 | 1 | -5/+6 |