| Commit message (Expand) | Author | Age | Files | Lines |
* | FLAT objects cannot have multiple sections, so using the L1 attributes breaks | Mike Frysinger | 2008-02-16 | 6 | -9/+45 |
* | 100l | Vitor Sessak | 2008-02-15 | 1 | -33/+0 |
* | Simplify avcodec_default_get_buffer() | Vitor Sessak | 2008-02-15 | 1 | -17/+19 |
* | Add header for declaration of ff_xxxx functions in imgconvert.c | Vitor Sessak | 2008-02-15 | 1 | -0/+66 |
* | This should not be part of the public API | Vitor Sessak | 2008-02-15 | 1 | -2/+2 |
* | My commit in r11942 broke compilation. | Vitor Sessak | 2008-02-15 | 1 | -2/+2 |
* | Split avpicture_fill() in two functions. This will be | Vitor Sessak | 2008-02-15 | 1 | -68/+104 |
* | silence wmaenc.c:181: warning:suggestparentheses around assignment used as tr... | Benjamin Larsson | 2008-02-15 | 1 | -1/+1 |
* | Fix | Luca Abeni | 2008-02-15 | 3 | -5/+5 |
* | Fix | Luca Abeni | 2008-02-15 | 1 | -1/+1 |
* | Cosmetics: indentation | Thorsten Jordan | 2008-02-13 | 1 | -36/+36 |
* | Remove useless buffering of input data, so that avcodec_decode_audio never | Thorsten Jordan | 2008-02-13 | 1 | -47/+15 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 12 | -38/+38 |
* | Print Theora bitstream version at DEBUG, not at VERBOSE level. | Diego Biurrun | 2008-02-13 | 1 | -1/+1 |
* | cosmetics: Replace // by /* */ comments. | Diego Biurrun | 2008-02-13 | 1 | -202/+202 |
* | Factor bytewidth determination in its own function | Vitor Sessak | 2008-02-11 | 1 | -8/+28 |
* | Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may | Paul Kelly | 2008-02-11 | 3 | -3/+6 |
* | asm argument that might be in memory needs a size | Loren Merritt | 2008-02-10 | 1 | -1/+1 |
* | Remove pointless code. | Michael Niedermayer | 2008-02-09 | 1 | -2/+0 |
* | Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. | Diego Biurrun | 2008-02-09 | 1 | -2/+2 |
* | Remove pointless code. | Michael Niedermayer | 2008-02-09 | 1 | -2/+0 |
* | assert() and note about odd len. | Michael Niedermayer | 2008-02-09 | 1 | -0/+3 |
* | 30% faster ff_vorbis_floor1_render_list, 3% faster overall | Loren Merritt | 2008-02-09 | 1 | -15/+12 |
* | use fewer registers in apply_welch_window_sse2 | Loren Merritt | 2008-02-09 | 1 | -8/+7 |
* | optimize apply_welch_window() | Michael Niedermayer | 2008-02-09 | 1 | -3/+6 |
* | Add support for speex in ogg | Reimar Döffinger | 2008-02-06 | 1 | -0/+1 |
* | sse2 h264 motion compensation. not new code, just separate out the cases that... | Loren Merritt | 2008-02-06 | 2 | -120/+245 |
* | put loop counter in a register if possible. makes some of the qpel functions ... | Loren Merritt | 2008-02-06 | 2 | -6/+6 |
* | fix aliasing warnings. simpler too. | Loren Merritt | 2008-02-06 | 1 | -41/+34 |
* | constant was excessively aligned | Loren Merritt | 2008-02-06 | 1 | -1/+1 |
* | Check that we have enough input data in IMC decoder. | Reimar Döffinger | 2008-02-05 | 1 | -0/+4 |
* | ssse3 h264 motion compensation. | Loren Merritt | 2008-02-05 | 3 | -60/+512 |
* | add qpel rounder once during hv rather than twice during hv and whatever it's... | Loren Merritt | 2008-02-05 | 1 | -23/+8 |
* | clean up an ugliness introduced in r11826. this syntax will require fewer cha... | Loren Merritt | 2008-02-05 | 4 | -9/+11 |
* | Deprecate old and inefficient per instruction asm(). | Michael Niedermayer | 2008-02-04 | 1 | -0/+2 |
* | reduce code duplication | Loren Merritt | 2008-02-04 | 1 | -175/+70 |
* | Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of | Diego Biurrun | 2008-02-04 | 1 | -2/+2 |
* | const | Michael Niedermayer | 2008-02-04 | 2 | -5/+5 |
* | const | Michael Niedermayer | 2008-02-03 | 2 | -6/+6 |
* | mpegvideo.h has two function declarations with the 'inline' specifier | Uoti Urpala | 2008-02-03 | 1 | -2/+2 |
* | avg_pixels4_mmx2 | Loren Merritt | 2008-02-03 | 2 | -2/+25 |
* | use mmx2/3dnow avg functions in avg_qpel*_mc00 | Loren Merritt | 2008-02-03 | 2 | -3/+16 |
* | ff_h264_idct8_add_sse2. | Loren Merritt | 2008-02-03 | 5 | -9/+98 |
* | remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. | Loren Merritt | 2008-02-03 | 1 | -29/+23 |
* | Make avcodec_decode_* functions take const input buffers. | Michael Niedermayer | 2008-02-02 | 2 | -6/+6 |
* | 100l, since we already check for buf_size == 769 we should also | Reimar Döffinger | 2008-02-02 | 1 | -1/+1 |
* | Use bytestream_get_be24 to simplify palette parsing. | Reimar Döffinger | 2008-02-02 | 1 | -9/+6 |
* | mark qtrle input data as const. | Reimar Döffinger | 2008-02-02 | 1 | -2/+2 |
* | Add some const where appropriate | Reimar Döffinger | 2008-02-02 | 2 | -2/+2 |
* | Fix warning: | Reimar Döffinger | 2008-02-02 | 1 | -1/+1 |