source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @89e64908   17 years vitor1001 Support passing parameters to filters. Commited in SoC by Bobby …
(edit) @92beffdc   17 years vitor1001 Cosmetic: align arguments to memcpys Commited in SoC by Bobby Bingham …
(edit) @a4ca738   17 years vitor1001 Even better way to pass size to memcpy. Commited in SoC by Bobby …
(edit) @4f770f66   17 years vitor1001 typo Commited in SoC by Bobby Bingham on 2007-06-30 17:11:22 …
(edit) @9cc321bd   17 years vitor1001 Fix a pointer type Commited in SoC by Bobby Bingham on 2007-06-30 …
(edit) @c74032b7   17 years vitor1001 Make linesize a per-reference property Commited in SoC by Bobby …
(edit) @58a9b20   17 years vitor1001 Use memcpy() to copy an array. Commited in SoC by Bobby Bingham on …
(edit) @d72a138e   17 years vitor1001 Some simple filters for testing Commited in SoC by Bobby Bingham on …
(edit) @4dbbcdee   17 years vitor1001 Initial stab at an API Commited in SoC by Bobby Bingham on 2007-06-29 …
(edit) @f037f7e   17 years vitor1001 100l Originally committed as revision 11964 to …
(edit) @83a9db42   17 years michaelni Fix timestamps and durations if the first packets have no durations …
(edit) @db7ae7d1   17 years vitor1001 Simplify avcodec_default_get_buffer() Originally committed as …
(edit) @4fe109e   17 years vitor1001 Add header for declaration of ff_xxxx functions in imgconvert.c …
(edit) @6dd3649   17 years vitor1001 This should not be part of the public API Originally committed as …
(edit) @fba95d3c   17 years vitor1001 My commit in r11942 broke compilation. This fixes it. Originally …
(edit) @0fdf410   17 years vitor1001 Remove everything not yet commited to svn Originally committed as …
(edit) @a1e3e4ba   17 years vitor1001 Improve conditional compilation of vsrc_movie.c Commited in SoC by …
(edit) @538e94d5   17 years vitor1001 Fix compilation Commited in SoC by Vitor Sessak on 2008-02-12 …
(edit) @2172961   17 years vitor1001 True conditional compilation Commited in SoC by Vitor Sessak on …
(edit) @0d642351   17 years vitor1001 Add movie file video source filter. Commited in SoC by Víctor Paesa …
(edit) @223c84ac   17 years vitor1001 Cosmetics: split long line Commited in SoC by Víctor Paesa on …
(edit) @b4aa24f   17 years vitor1001 Link to libraries in dependency order. Commited in SoC by Víctor …
(edit) @8d990c19   17 years vitor1001 More targets addition Merge of several patches in SoC, by various …
(edit) @bb9cb87c   17 years vitor1001 Fix Cygwin compilation. Patch by Víctor Paesa. Commited in SoC by …
(edit) @9f4a53d1   17 years vitor1001 Targets addition and removal Commited in SoC by Bobby Bingham …
(edit) @0a46caf9   17 years vitor1001 Remove test program and test video output module since ffplay can be …
(edit) @da84232   17 years vitor1001 Merge of several revisions that add more targets to the Makefile. …
(edit) @782e83e2   17 years vitor1001 work into the ffmpeg build system Commited in SoC by Bobby Bingham on …
(edit) @52bfefeb   17 years vitor1001 Add rule for make clean. Commited in SoC by Bobby Bingham on …
(edit) @bc305cc3   17 years vitor1001 Merge of several revisions adding filters Commited in SoC by Bobby …
(edit) @20123584   17 years vitor1001 First version of libavfilter Makefile Original commit message: Simple …
(edit) @cc9853d3   17 years vitor1001 Split avpicture_fill() in two functions. This will be useful for …
(edit) @27af15dc   17 years diego prettyprinting cosmetics Originally committed as revision 11941 to …
(edit) @ad40b153   17 years banan silence wmaenc.c:181: warning:suggestparentheses around assignment …
(edit) @e942293d   17 years michaelni It appears last_pts was not set ... Originally committed as revision …
(edit) @6881b8e5   17 years lucabe72 Fix utils.c: In function ‘avcodec_get_context_defaults2’: utils.c:793: …
(edit) @408ed51c   17 years lucabe72 Fix opt.c: In function ‘av_set_string’: opt.c:164: warning: passing …
(edit) @0d6fd5ec   17 years benoit.fouet More explicit unsupported pixel format error messages. Patch by …
(edit) @a712d725   17 years michaelni Header elision muxing support. This only removes 2 bytes from MP3 and …
(edit) @3b4f69ae   17 years michaelni Elision header demuxing support. Originally committed as revision …
(edit) @880add37   17 years michaelni -vsync 2 (drop frames if there are too many but do not duplicate any) …
(edit) @3f8e1fc8   17 years benoit.fouet Update regression test checksum for ffm. Originally committed as …
(edit) @90d30570   17 years benoit.fouet Avoid void*-arithmetic. Patch by mvplayer: ffmpeg gmail com …
(edit) @7eeebcc5   17 years michaelni Read match time delta in the frame header. We do not do anything with …
(edit) @6cb4b28   17 years michaelni Read match_time_delta in the framecode table. Originally committed as …
(edit) @42abeeae   17 years michaelni update flags Originally committed as revision 11929 to …
(edit) @501f162f   17 years baptiste.coudurier honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw …
(edit) @134e5a9a   17 years robert.swain Cosmetics: indentation Patch by Thorsten Jordan (tjordan atay …
(edit) @95e53235   17 years robert.swain Remove useless buffering of input data, so that avcodec_decode_audio …
(edit) @6a1f4535   17 years baptiste.coudurier 10l, forgot alaw/mulaw mono, use bits_per_sample in fact, it should …
(edit) @f8cda19   17 years lucabe72 Include poll.h instead of sys/poll.h Originally committed as revision …
(edit) @d435e520   17 years baptiste.coudurier warn use if edit list is not starting at 0, a/v desync might occur …
(edit) @fffa99dd   17 years baptiste.coudurier remove now useless code Originally committed as revision 11922 to …
(edit) @53152765   17 years baptiste.coudurier remove messy and not always correct chunk size workaround, use correct …
(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 …
Note: See TracRevisionLog for help on using the revision log.