| Commit message (Expand) | Author | Age | Files | Lines |
* | Add guaranteed alignment for loading dest pixels in avg_pixels16_neon | David Conrad | 2009-04-16 | 1 | -4/+4 |
* | VC1 loop filter uses the frame quantizer not the mb quantizer | David Conrad | 2009-04-16 | 1 | -19/+19 |
* | Support broken avc nal encapsulation. | Michael Niedermayer | 2009-04-16 | 1 | -4/+5 |
* | flacenc: write initial blocksize to STREAMINFO header instead of current | Justin Ruggles | 2009-04-16 | 1 | -2/+4 |
* | [COSMETIC] Correct a minor nit. Should be clearer now. | Reynaldo H. Verdejo Pinochet | 2009-04-15 | 1 | -2/+2 |
* | Fix possibly harmful outbound addressing. Patch by Kenan Gillet. | Kenan Gillet | 2009-04-15 | 1 | -6/+4 |
* | avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing | David Conrad | 2009-04-15 | 2 | -16/+22 |
* | Altivec version of avg_no_rnd_vc1_chroma_mc8 | David Conrad | 2009-04-15 | 2 | -127/+98 |
* | Split VC1 loop filter into separate functions for h/v and size | David Conrad | 2009-04-15 | 3 | -24/+64 |
* | Move VC1 loop filter to DSPContext | David Conrad | 2009-04-15 | 3 | -89/+90 |
* | VC1: extend MMX qpel MC to include MMX2 avg qpel | David Conrad | 2009-04-15 | 2 | -133/+187 |
* | VC1: add and use avg_no_rnd chroma MC functions | David Conrad | 2009-04-14 | 5 | -2/+44 |
* | Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only | David Conrad | 2009-04-14 | 6 | -14/+14 |
* | For every line, copy 3*width bytes instead of linesize[0] to avoid | Vitor Sessak | 2009-04-14 | 1 | -1/+1 |
* | VC1: Do qpel when needed for both MVs in a B frame | David Conrad | 2009-04-14 | 4 | -58/+100 |
* | Mark src constant in copy_block*(). | Alex Converse | 2009-04-14 | 1 | -6/+6 |
* | fix indentation | Baptiste Coudurier | 2009-04-14 | 1 | -1/+1 |
* | avoid strcmp NULL, fix segv on mingw | Baptiste Coudurier | 2009-04-14 | 1 | -1/+1 |
* | Fix skip_put_bits() buf_ptr increment. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Skip loop iterations which are no-ops due to data1[-lag..-1] being zero. | Bobby Bingham | 2009-04-13 | 1 | -2/+2 |
* | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini | 2009-04-13 | 11 | -20/+20 |
* | Do not use full include path for get_bits.h, since the header is in | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | flacenc : do not #include libavutil/lls.h since lpc code is now | Jai Menon | 2009-04-13 | 1 | -1/+0 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 100 | -104/+104 |
* | alacenc : cosmetics : remove misleading comment | Jai Menon | 2009-04-13 | 1 | -1/+0 |
* | fix indentation | Baptiste Coudurier | 2009-04-13 | 1 | -1/+1 |
* | fix indentation and remove whitespace after return | Baptiste Coudurier | 2009-04-13 | 1 | -1/+1 |
* | Init state to -1 in h264 parser. | Baptiste Coudurier | 2009-04-13 | 1 | -1/+1 |
* | Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. | Diego Biurrun | 2009-04-12 | 1 | -1/+0 |
* | Fix wrong size computation for buffer. Patch is part of | Reynaldo H. Verdejo Pinochet | 2009-04-12 | 1 | -4/+4 |
* | Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. | Diego Biurrun | 2009-04-12 | 7 | -162/+59 |
* | Remove AltiVec optimizations for Snow. They are hindering the development | Diego Biurrun | 2009-04-12 | 3 | -791/+0 |
* | Fix 2 access units in a packet mp4s. | Michael Niedermayer | 2009-04-12 | 1 | -1/+7 |
* | Get rid of the non sensical idea of using the current picture for missing | Michael Niedermayer | 2009-04-12 | 1 | -1/+4 |
* | Factorize field_end() out. | Michael Niedermayer | 2009-04-12 | 1 | -40/+46 |
* | Assert that the first list1 entry is a reference frame. | Michael Niedermayer | 2009-04-12 | 1 | -0/+2 |
* | Add a av_fast_malloc function and replace several uses of av_fast_realloc, | Reimar Döffinger | 2009-04-12 | 11 | -11/+50 |
* | Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf | Reimar Döffinger | 2009-04-12 | 3 | -7/+7 |
* | Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders | Reimar Döffinger | 2009-04-12 | 2 | -2/+2 |
* | Document pbBufPtr(). | Stefano Sabatini | 2009-04-12 | 1 | -1/+4 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 25 | -284/+335 |
* | Add names for 5.0 and 5.1 back speaker channel layouts. | Justin Ruggles | 2009-04-12 | 1 | -0/+2 |
* | Fix documentation for avcodec_encode_audio(), in the case of PCM audio | John Fletcher | 2009-04-11 | 1 | -0/+3 |
* | Document the 'size' parameter of set_put_bits_buffer_size(). | Stefano Sabatini | 2009-04-11 | 1 | -0/+2 |
* | Document ff_put_string(). | Stefano Sabatini | 2009-04-11 | 1 | -0/+6 |
* | Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. | Stefano Sabatini | 2009-04-11 | 1 | -3/+3 |
* | Rename the 'put_zero' parameter of ff_put_string() to | Stefano Sabatini | 2009-04-11 | 2 | -3/+3 |
* | Add documentation for skip_put_bytes(). | Stefano Sabatini | 2009-04-11 | 1 | -1/+1 |
* | Doxygenate ff_copy_bits(). | Stefano Sabatini | 2009-04-11 | 1 | -0/+6 |
* | Factorize declaration for the two variants of put_bits(). | Stefano Sabatini | 2009-04-11 | 1 | -6/+2 |