source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5e53486   17 years diego typo fix: inited --> initialized Originally committed as revision …
(edit) @f1cc49a6   17 years diego typo Originally committed as revision 25991 to …
(edit) @7cb1fc76   17 years diego Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST. Originally …
(edit) @b89bb858   17 years diego Mark MSVC compiler macros as such. Originally committed as revision …
(edit) @7433ca29   17 years diego Disentangle nested preprocessor directives. Originally committed as …
(edit) @356306ac   17 years diego Print Theora bitstream version at DEBUG, not at VERBOSE level. …
(edit) @5edac5dc   17 years diego cosmetics: Replace by /* */ comments. sync with upstream libmpeg2 …
(edit) @6c6007d6   17 years diego Do not use ranges with tr, the results are locale-dependent. Suggested …
(edit) @300aa2b0   17 years baptiste.coudurier return error when dv audio extraction fails Originally committed as …
(edit) @e6920f24   17 years baptiste.coudurier remove obsolete comments Originally committed as revision 11912 to …
(edit) @3a3aa49   17 years baptiste.coudurier remove useless braces Originally committed as revision 11911 to …
(edit) @311490cc   17 years baptiste.coudurier cosmetics, indentation, braces Originally committed as revision 11910 …
(edit) @8cb66fd8   17 years baptiste.coudurier split chunks in the case of big compressed audio frames, might be …
(edit) @77c75437   17 years baptiste.coudurier use correct demux mechanism when audio compression id is -2, dv audio …
(edit) @22ed53e5   17 years vitor1001 Factor bytewidth determination in its own function Originally …
(edit) @d0cbff86   17 years baptiste.coudurier fcp imx 40 fourccs Originally committed as revision 11906 to …
(edit) @56ea717   17 years baptiste.coudurier indentation Originally committed as revision 11905 to …
(edit) @4f0e712e   17 years baptiste.coudurier more correct and simpler Originally committed as revision 11904 to …
(edit) @f1618fd9   17 years andreas Add 'reservoir' flag to lavc's flags2 controlling whether or not codes …
(edit) @03c09e43   17 years dalias Do not use GNU-specific (or BSD-specific or whatever they may be) …
(edit) @9189411b   17 years vitor1001 Coding style changes Originally committed as revision 11901 to …
(edit) @93faa9fa   17 years vitor1001 More code factorization Originally committed as revision 11900 to …
(edit) @37e0b99   17 years vitor1001 Factor duplicated loop Originally committed as revision 11899 to …
(edit) @d3a4e41c   17 years vitor1001 Do not hardcode the list of pixel formats and use PIX_FMT_NB instead. …
(edit) @243370cb   17 years vitor1001 Do not hardcode the type of AVFilterFormats.formats in allocation …
(edit) @bd8ae488   17 years vitor1001 Oops, my last commit broke compilation... Originally committed as …
(edit) @5ced2c99   17 years vitor1001 Make regression tests to pass with libavfilter. Originally committed …
(edit) @eac24950   17 years vitor1001 Need to be careful when dealing with references. Commited in SoC by …
(edit) @30f4baeb   17 years vitor1001 10l. parameter was unused and redundant. Commited in SoC by Bobby …
(edit) @88cfb80   17 years vitor1001 avfilter_formats_unref() should remove the given reference, not the …
(edit) @39135465   17 years vitor1001 First libavfilter commit. Original log message: Forgot to add in the …
(edit) @ec199cc9   17 years lorenm asm argument that might be in memory needs a size Originally …
(edit) @ae79791   17 years Carl Eugen Hoyos Make dither4 & dither8 const. Originally committed as revision 25967 …
(edit) @7ce3e4a8   17 years Carl Eugen Hoyos Allow compilation with icc 10.1. Originally committed as revision …
(edit) @c4c52acc   17 years diego Remove pointless #if. Originally committed as revision 11888 to …
(edit) @a3689bf7   17 years michaelni Remove pointless code. Originally committed as revision 11887 to …
(edit) @7bab3a26   17 years diego Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. …
(edit) @dc6340e   17 years michaelni Remove pointless code. Originally committed as revision 11885 to …
(edit) @a4195e68   17 years michaelni assert() and note about odd len. Originally committed as revision …
(edit) @e1813a2f   17 years lorenm 30% faster ff_vorbis_floor1_render_list, 3% faster overall Originally …
(edit) @2c70770e   17 years lorenm use fewer registers in apply_welch_window_sse2 Originally committed …
(edit) @fa4ed8c1   17 years michaelni optimize apply_welch_window() Originally committed as revision 11881 …
(edit) @ead6ebd   17 years mike Use a consistent capitalization for 'Snow' as discussed on the list …
(edit) @91208916   17 years baptiste.coudurier cosmetics, remove whitespaces before and after parenthesis Originally …
(edit) @cb4ddf77   17 years Reimar.Doeffinger Add support for speex in ogg Originally committed as revision 11878 …
(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 …
Note: See TracRevisionLog for help on using the revision log.