source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1d67b037   17 years lorenm sse2 h264 motion compensation. not new code, just separate out the …
(edit) @20d565be   17 years lorenm put loop counter in a register if possible. makes some of the qpel …
(edit) @7080ec29   17 years lorenm fix aliasing warnings. simpler too. Originally committed as revision …
(edit) @a2b7bc8e   17 years lorenm constant was excessively aligned Originally committed as revision …
(edit) @744a9c75   17 years michaelni Allow the user to select which codec out of several in stsd he wants. …
(edit) @63f2670   17 years Reimar.Doeffinger Check that we have enough input data in IMC decoder. Originally …
(edit) @ddf96970   17 years lorenm ssse3 h264 motion compensation. 25% faster tham mmx on core2, 35% if …
(edit) @b64dfbb8   17 years lorenm add qpel rounder once during hv rather than twice during hv and …
(edit) @485f076d   17 years baptiste.coudurier seek regression ref update for ogg Originally committed as revision …
(edit) @fa9b873   17 years lorenm clean up an ugliness introduced in r11826. this syntax will require …
(edit) @37b74c86   17 years baptiste.coudurier Fix issue 338: Correctly interleave ogg packets per granule and set …
(edit) @2dd3c9e0   17 years baptiste.coudurier it seems ogg requires granule to be -1 on unfinished packets …
(edit) @9a7871f   17 years michaelni Deprecate old and inefficient per instruction asm(). Originally …
(edit) @eb757a62   17 years ods15 Update seektest regression as well to previous lavf/nut commits …
(edit) @b2f77586   17 years lorenm reduce code duplication Originally committed as revision 11863 to …
(edit) @beaa4a91   17 years michaelni Correct fatal ambiguity. Originally committed as revision 11862 to …
(edit) @53407b64   17 years michaelni Correct incorrect statement about warnings. Originally committed as …
(edit) @c9011976   17 years Reimar.Doeffinger String pointers of ogg_codec_t should have const attribute. …
(edit) @23ef0575   17 years diego Add dv50 tag to support samples with dv50 fourcc in AVI. patch by …
(edit) @9908c1a8   17 years diego Update policy entry about compiler warnings to reflect ml discussions. …
(edit) @cd41a73f   17 years Reimar.Doeffinger Fix a possible use of an uninitialized pointer. Originally committed …
(edit) @4ddcc983   17 years ods15 back_ptr calculation used wrong timebase when searching for back …
(edit) @02c986a   17 years ods15 Fix intented algo in syncpoint writing before keyframes in NUT muxer …
(edit) @82badd27   17 years ods15 nut->max_distance was not set at all anywhere in the NUT muxer …
(edit) @eae213af   17 years ods15 Remove old workaround in nutdec.c for libnut bug Originally committed …
(edit) @b19e3983   17 years ods15 missing " && j<syncpoint_count" protection in the index parsing, as …
(edit) @103d74ea   17 years ods15 ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only …
(edit) @1db38dad   17 years diego Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of …
(edit) @f70eccdb   17 years michaelni 2 more missing consts found by -Wwrite-strings. Originally committed …
(edit) @37e4979a   17 years michaelni Remove incorrect cast found by -Wwrite-strings. Originally committed …
(edit) @8df94c73   17 years michaelni Another const found by -Wwrite-strings. Originally committed as …
(edit) @1701cbfa   17 years michaelni const Originally committed as revision 11846 to …
(edit) @8dd8dc5   17 years michaelni fix 8 "initialization discards qualifiers from pointer target type" …
(edit) @f73008d8   17 years michaelni const Originally committed as revision 11844 to …
(edit) @0fca8bc8   17 years michaelni Fix info packet type, found by oded as well as the new pedantic const …
(edit) @7ebab679   17 years michaelni -Wwrite-strings nitpicking fix Originally committed as revision 11842 …
(edit) @4cf97abb   17 years michaelni Missing const found by -Wwrite-strings. Originally committed as …
(edit) @20e4beae   17 years michaelni const Originally committed as revision 11840 to …
(edit) @652a5bf6   17 years michaelni Warn if a comparison is always true or always false due to the limited …
(edit) @f522310b   17 years michaelni Missing const found by -Wwrite-strings. Originally committed as …
(edit) @9d6a96af   17 years mans remove single-frame images from seektest Originally committed as …
(edit) @751a6493   17 years diego typo Originally committed as revision 11836 to …
(edit) @9aceb3cf   17 years michaelni Make string constants const. Why is this not default? Originally …
(edit) @704abfec   17 years mans remove useless/incorrect comments in regression.sh Originally …
(edit) @2009721d   17 years mans split lavf regression tests Originally committed as revision 11833 to …
(edit) @4383ed5c   17 years mans split regression tests allowing make to run them in parallel …
(edit) @d2e40fe5   17 years mans get seek regression test filenames from reference file Originally …
(edit) @4bdd3b76   17 years diego mpegvideo.h has two function declarations with the 'inline' specifier …
(edit) @b313e815   17 years lorenm avg_pixels4_mmx2 Originally committed as revision 11829 to …
(edit) @6c01d006   17 years lorenm use mmx2/3dnow avg functions in avg_qpel*_mc00 Originally committed …
(edit) @7abe4380   17 years Reimar.Doeffinger Remove ff_mms_set_stream_selection again from asf demuxer, it does not …
(edit) @ed5d7a53   17 years lorenm ff_h264_idct8_add_sse2. compared to mmx, 217->126 cycles on core2, …
(edit) @51f0ac65   17 years lorenm remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. …
(edit) @dc296223   17 years michaelni Remove incorrect casts that should have never been there. Originally …
(edit) @2efa7fd1   17 years michaelni Make avcodec_decode_* functions take const input buffers. Originally …
(edit) @909063f7   17 years Reimar.Doeffinger 100l, since we already check for buf_size == 769 we should also handle …
(edit) @3e368d72   17 years Reimar.Doeffinger Use bytestream_get_be24 to simplify palette parsing. Originally …
(edit) @04deea9a   17 years Reimar.Doeffinger mark qtrle input data as const. Originally committed as revision …
(edit) @2907abed   17 years Reimar.Doeffinger Remove a pointless cast. Originally committed as revision 11819 to …
(edit) @b3d5468d   17 years Reimar.Doeffinger Add some const where appropriate Originally committed as revision …
(edit) @6be4042c   17 years Reimar.Doeffinger Fix warning: libavcodec/tiffenc.c:136: warning: pointer type mismatch …
(edit) @6c51fd3f   17 years michaelni const Originally committed as revision 11816 to …
(edit) @4d65da4   17 years Reimar.Doeffinger Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: …
(edit) @b630a39e   17 years Reimar.Doeffinger Missing 'const' in cast. Originally committed as revision 11814 to …
(edit) @ae77c4b0   17 years michaelni Make src const. Originally committed as revision 11813 to …
(edit) @b0ddba1   17 years michaelni void arithmetic Originally committed as revision 11812 to …
(edit) @1bc0a44d   17 years diego Remove -Werror= CFLAGS that do not have the desired effect. …
(edit) @5f359c8d   17 years diego cosmetics: sort ogg_codec_t list Originally committed as revision …
(edit) @eee7e799   17 years Reimar.Doeffinger Some consts for cscd decoder helper functions Originally committed as …
(edit) @ffbc5e04   17 years lorenm "swap first two elements of L1 if L0 and L1 are identical" applies …
(edit) @02f7695b   17 years lorenm fix mbaff diagonal neighbor mv Originally committed as revision 11807 …
(edit) @50b3ab0f   17 years lorenm mbaff spatial direct Originally committed as revision 11806 to …
(edit) @4990eb5f   17 years kostya.shishkov Do not modify input data Originally committed as revision 11805 to …
(edit) @0fe04628   17 years kostya.shishkov IMC decoder always operates on 64-byte blocks Originally committed as …
(edit) @815f98c   17 years Aurélien Jacobs non-const 2nd parameter for strtol/strtod Originally committed as …
(edit) @2755e41d   17 years Aurélien Jacobs use AV_RL* instead of le2me_* Originally committed as revision 11802 …
(edit) @4e56af82   17 years Aurélien Jacobs don't cast const away Originally committed as revision 11801 to …
(edit) @60b6dbe7   17 years Aurélien Jacobs const Originally committed as revision 11800 to …
(edit) @9f5bd895   17 years Aurélien Jacobs const Originally committed as revision 11799 to …
(edit) @aa819b9   17 years michaelni Mixing declarations and statements is an error, so is any construct …
(edit) @5e038b4f   17 years Reimar.Doeffinger LZO decoder input is const Originally committed as revision 11797 to …
(edit) @c67102f9   17 years michaelni const Originally committed as revision 11796 to …
(edit) @31d889ec   17 years michaelni const Originally committed as revision 11795 to …
(edit) @896b4389   17 years michaelni const Originally committed as revision 11794 to …
(edit) @17867842   17 years michaelni const Originally committed as revision 11793 to …
(edit) @b034f72b   17 years Reimar.Doeffinger Add some const keywords in rtjpeg decoder Originally committed as …
(edit) @7e5cdb5b   17 years michaelni const Originally committed as revision 11791 to …
(edit) @74dc7448   17 years michaelni const Originally committed as revision 11790 to …
(edit) @473dde17   17 years michaelni const Originally committed as revision 11789 to …
(edit) @94ef6d11   17 years michaelni const Originally committed as revision 11788 to …
(edit) @2ab12b3   17 years michaelni const Originally committed as revision 11787 to …
(edit) @8c4bd28   17 years michaelni const Originally committed as revision 11786 to …
(edit) @e37e5335   17 years michaelni const Originally committed as revision 11785 to …
(edit) @14ff144c   17 years michaelni some const Originally committed as revision 11784 to …
(edit) @63410f2c   17 years michaelni const Originally committed as revision 11783 to …
(edit) @521c38f1   17 years michaelni const Originally committed as revision 11782 to …
(edit) @67d9ca0c   17 years michaelni const Originally committed as revision 11781 to …
(edit) @6fd4315e   17 years michaelni const Originally committed as revision 11780 to …
(edit) @d177b620   17 years michaelni const Originally committed as revision 11779 to …
(edit) @04650579   17 years michaelni more const Originally committed as revision 11778 to …
Note: See TracRevisionLog for help on using the revision log.