OSDN Git Service

android-x86/external-ffmpeg.git
2008-02-13 Baptiste Coudurierremove messy and not always correct chunk size workarou...
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-13 Diego Biurruntypo
2008-02-13 Diego BiurrunAdd fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.
2008-02-13 Diego BiurrunMark MSVC compiler macros as such.
2008-02-13 Diego BiurrunDisentangle nested preprocessor directives.
2008-02-13 Diego BiurrunPrint Theora bitstream version at DEBUG, not at VERBOSE...
2008-02-13 Diego Biurruncosmetics: Replace // by /* */ comments.
2008-02-11 Diego BiurrunDo not use ranges with tr, the results are locale-depen...
2008-02-11 Baptiste Coudurierreturn error when dv audio extraction fails
2008-02-11 Baptiste Coudurierremove obsolete comments
2008-02-11 Baptiste Coudurierremove useless braces
2008-02-11 Baptiste Couduriercosmetics, indentation, braces
2008-02-11 Baptiste Couduriersplit chunks in the case of big compressed audio frames,
2008-02-11 Baptiste Coudurieruse correct demux mechanism when audio compression...
2008-02-11 Vitor SessakFactor bytewidth determination in its own function
2008-02-11 Baptiste Coudurierfcp imx 40 fourccs
2008-02-11 Baptiste Coudurierindentation
2008-02-11 Baptiste Couduriermore correct and simpler
2008-02-11 Paul KellyAdd 'reservoir' flag to lavc's flags2 controlling wheth...
2008-02-11 D Richard Felker IIIDo not use GNU-specific (or BSD-specific or whatever...
2008-02-10 Vitor SessakCoding style changes
2008-02-10 Vitor SessakMore code factorization
2008-02-10 Vitor SessakFactor duplicated loop
2008-02-10 Vitor SessakDo not hardcode the list of pixel formats and use PIX_F...
2008-02-10 Vitor SessakDo not hardcode the type of AVFilterFormats.formats...
2008-02-10 Vitor SessakOops, my last commit broke compilation...
2008-02-10 Vitor SessakMake regression tests to pass with libavfilter.
2008-02-10 Vitor SessakNeed to be careful when dealing with references.
2008-02-10 Vitor Sessak10l. parameter was unused and redundant.
2008-02-10 Vitor Sessakavfilter_formats_unref() should remove the given refere...
2008-02-10 Vitor SessakFirst libavfilter commit.
2008-02-10 Loren Merrittasm argument that might be in memory needs a size
2008-02-09 Carl Eugen... Make dither4 & dither8 const.
2008-02-09 Carl Eugen... Allow compilation with icc 10.1.
2008-02-09 Diego BiurrunRemove pointless #if.
2008-02-09 Michael NiedermayerRemove pointless code.
2008-02-09 Diego BiurrunUse HAVE_ALTIVEC preprocessor conditionals like in...
2008-02-09 Michael NiedermayerRemove pointless code.
2008-02-09 Michael Niedermayerassert() and note about odd len.
2008-02-09 Loren Merritt30% faster ff_vorbis_floor1_render_list, 3% faster...
2008-02-09 Loren Merrittuse fewer registers in apply_welch_window_sse2
2008-02-09 Michael Niedermayeroptimize apply_welch_window()
2008-02-08 Mike MelansonUse a consistent capitalization for 'Snow' as discussed...
2008-02-06 Baptiste Couduriercosmetics, remove whitespaces before and after parenthesis
2008-02-06 Reimar DöffingerAdd support for speex in ogg
2008-02-06 Loren Merrittsse2 h264 motion compensation. not new code, just separ...
2008-02-06 Loren Merrittput loop counter in a register if possible. makes some...
2008-02-06 Loren Merrittfix aliasing warnings. simpler too.
2008-02-06 Loren Merrittconstant was excessively aligned
2008-02-06 Michael NiedermayerAllow the user to select which codec out of several...
2008-02-05 Reimar DöffingerCheck that we have enough input data in IMC decoder.
2008-02-05 Loren Merrittssse3 h264 motion compensation.
2008-02-05 Loren Merrittadd qpel rounder once during hv rather than twice durin...
2008-02-05 Baptiste Coudurierseek regression ref update for ogg
2008-02-05 Loren Merrittclean up an ugliness introduced in r11826. this syntax...
2008-02-05 Baptiste CoudurierFix issue 338:
2008-02-05 Baptiste Coudurierit seems ogg requires granule to be -1 on unfinished...
2008-02-04 Michael NiedermayerDeprecate old and inefficient per instruction asm().
2008-02-04 Oded ShimonUpdate seektest regression as well to previous lavf...
2008-02-04 Loren Merrittreduce code duplication
2008-02-04 Michael NiedermayerCorrect fatal ambiguity.
2008-02-04 Michael NiedermayerCorrect incorrect statement about warnings.
2008-02-04 Reimar DöffingerString pointers of ogg_codec_t should have const attribute.
2008-02-04 Christophe... Add dv50 tag to support samples with dv50 fourcc in...
2008-02-04 Diego BiurrunUpdate policy entry about compiler warnings to reflect...
2008-02-04 Reimar DöffingerFix a possible use of an uninitialized pointer.
2008-02-04 Oded Shimonback_ptr calculation used wrong timebase when searching...
2008-02-04 Oded ShimonFix intented algo in syncpoint writing before keyframes...
2008-02-04 Oded Shimonnut->max_distance was not set at all anywhere in the...
2008-02-04 Oded ShimonRemove old workaround in nutdec.c for libnut bug
2008-02-04 Oded Shimonmissing " && j<syncpoint_count" protection in the index...
2008-02-04 Oded Shimonff_nut_reset_ts() expected to get 'ts*time_base_count...
2008-02-04 Diego BiurrunMake luma_dc_quant_i and luma_dc_quant_p const, fixes...
2008-02-04 Michael Niedermayer2 more missing consts found by -Wwrite-strings.
2008-02-04 Michael NiedermayerRemove incorrect cast found by -Wwrite-strings.
2008-02-04 Michael NiedermayerAnother const found by -Wwrite-strings.
2008-02-04 Michael Niedermayerconst
2008-02-04 Michael Niedermayerfix 8 "initialization discards qualifiers from pointer...
2008-02-04 Michael Niedermayerconst
2008-02-04 Michael NiedermayerFix info packet type, found by oded as well as the...
2008-02-04 Michael Niedermayer-Wwrite-strings nitpicking fix
2008-02-04 Michael NiedermayerMissing const found by -Wwrite-strings.
2008-02-03 Michael Niedermayerconst
2008-02-03 Michael NiedermayerWarn if a comparison is always true or always false...
2008-02-03 Michael NiedermayerMissing const found by -Wwrite-strings.
2008-02-03 Måns Rullgårdremove single-frame images from seektest
2008-02-03 Diego Biurruntypo
2008-02-03 Michael NiedermayerMake string constants const. Why is this not default?
2008-02-03 Måns Rullgårdremove useless/incorrect comments in regression.sh
2008-02-03 Måns Rullgårdsplit lavf regression tests
2008-02-03 Måns Rullgårdsplit regression tests allowing make to run them in...
2008-02-03 Måns Rullgårdget seek regression test filenames from reference file
2008-02-03 Uoti Urpalampegvideo.h has two function declarations with the...
2008-02-03 Loren Merrittavg_pixels4_mmx2
2008-02-03 Loren Merrittuse mmx2/3dnow avg functions in avg_qpel*_mc00
2008-02-03 Reimar DöffingerRemove ff_mms_set_stream_selection again from asf demuxer,
2008-02-03 Loren Merrittff_h264_idct8_add_sse2.
2008-02-03 Loren Merrittremove some movq in ff_h264_idct8_add_mmx. 225->217...
2008-02-02 Michael NiedermayerRemove incorrect casts that should have never been...
next