OSDN Git Service

android-x86/external-ffmpeg.git
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...
2008-02-02 Michael NiedermayerMake avcodec_decode_* functions take const input buffers.
2008-02-02 Reimar Döffinger100l, since we already check for buf_size == 769 we...
2008-02-02 Reimar DöffingerUse bytestream_get_be24 to simplify palette parsing.
2008-02-02 Reimar Döffingermark qtrle input data as const.
2008-02-02 Reimar DöffingerRemove a pointless cast.
2008-02-02 Reimar DöffingerAdd some const where appropriate
2008-02-02 Reimar DöffingerFix warning:
2008-02-02 Michael Niedermayerconst
2008-02-02 Reimar DöffingerPut is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids...
2008-02-02 Reimar DöffingerMissing 'const' in cast.
2008-02-02 Michael NiedermayerMake src const.
2008-02-02 Michael Niedermayervoid arithmetic
2008-02-02 Diego BiurrunRemove -Werror= CFLAGS that do not have the desired...
2008-02-02 Diego Biurruncosmetics: sort ogg_codec_t list
2008-02-02 Reimar DöffingerSome consts for cscd decoder helper functions
2008-02-02 Loren Merritt"swap first two elements of L1 if L0 and L1 are identic...
2008-02-02 Loren Merrittfix mbaff diagonal neighbor mv
2008-02-02 Loren Merrittmbaff spatial direct
2008-02-02 Kostya ShishkovDo not modify input data
2008-02-02 Kostya ShishkovIMC decoder always operates on 64-byte blocks
2008-02-02 Aurelien Jacobsnon-const 2nd parameter for strtol/strtod
2008-02-01 Aurelien Jacobsuse AV_RL* instead of le2me_*
2008-02-01 Aurelien Jacobsdon't cast const away
2008-02-01 Aurelien Jacobsconst
2008-02-01 Aurelien Jacobsconst
2008-02-01 Michael NiedermayerMixing declarations and statements is an error, so...
2008-02-01 Reimar DöffingerLZO decoder input is const
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Reimar DöffingerAdd some const keywords in rtjpeg decoder
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayersome const
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayermore const
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael Niedermayerconst
next