Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-15Simplify avcodec_default_get_buffer()Vitor Sessak
2008-02-15Add header for declaration of ff_xxxx functions in imgconvert.cVitor Sessak
2008-02-15This should not be part of the public APIVitor Sessak
2008-02-15My commit in r11942 broke compilation.Vitor Sessak
2008-02-15Split avpicture_fill() in two functions. This will beVitor Sessak
2008-02-15silence wmaenc.c:181: warning:suggestparentheses around assignment used as tr...Benjamin Larsson
2008-02-15FixLuca Abeni
2008-02-15FixLuca Abeni
2008-02-13Cosmetics: indentationThorsten Jordan
2008-02-13Remove useless buffering of input data, so that avcodec_decode_audio neverThorsten Jordan
2008-02-13typo fix: inited --> initializedDiego Biurrun
2008-02-13Print Theora bitstream version at DEBUG, not at VERBOSE level.Diego Biurrun
2008-02-13cosmetics: Replace // by /* */ comments.Diego Biurrun
2008-02-12Factor bytewidth determination in its own functionVitor Sessak
2008-02-11Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly
2008-02-10asm argument that might be in memory needs a sizeLoren Merritt
2008-02-09Remove pointless code.Michael Niedermayer
2008-02-09Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.Diego Biurrun
2008-02-09Remove pointless code.Michael Niedermayer
2008-02-09assert() and note about odd len.Michael Niedermayer
2008-02-0930% faster ff_vorbis_floor1_render_list, 3% faster overallLoren Merritt
2008-02-09use fewer registers in apply_welch_window_sse2Loren Merritt
2008-02-09optimize apply_welch_window()Michael Niedermayer
2008-02-06Add support for speex in oggReimar Döffinger
2008-02-06sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt
2008-02-06put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt
2008-02-06fix aliasing warnings. simpler too.Loren Merritt
2008-02-06constant was excessively alignedLoren Merritt
2008-02-05Check that we have enough input data in IMC decoder.Reimar Döffinger
2008-02-05ssse3 h264 motion compensation.Loren Merritt
2008-02-05add qpel rounder once during hv rather than twice during hv and whatever it's...Loren Merritt
2008-02-05clean up an ugliness introduced in r11826. this syntax will require fewer cha...Loren Merritt
2008-02-04Deprecate old and inefficient per instruction asm().Michael Niedermayer
2008-02-04reduce code duplicationLoren Merritt
2008-02-04Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple ofDiego Biurrun
2008-02-04constMichael Niedermayer
2008-02-04constMichael Niedermayer
2008-02-03mpegvideo.h has two function declarations with the 'inline' specifierUoti Urpala
2008-02-03avg_pixels4_mmx2Loren Merritt
2008-02-03use mmx2/3dnow avg functions in avg_qpel*_mc00Loren Merritt
2008-02-03ff_h264_idct8_add_sse2.Loren Merritt
2008-02-03remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.Loren Merritt
2008-02-03Make avcodec_decode_* functions take const input buffers.Michael Niedermayer
2008-02-03100l, since we already check for buf_size == 769 we should alsoReimar Döffinger
2008-02-03Use bytestream_get_be24 to simplify palette parsing.Reimar Döffinger
2008-02-03mark qtrle input data as const.Reimar Döffinger
2008-02-03Add some const where appropriateReimar Döffinger
2008-02-03Fix warning:Reimar Döffinger
2008-02-02Some consts for cscd decoder helper functionsReimar Döffinger
2008-02-02"swap first two elements of L1 if L0 and L1 are identical" applies after spli...Loren Merritt