source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2fd46877   17 years vitor1001 Indentation Commited in SoC by Bobby Bingham on 2007-12-24 03:24:26 …
(edit) @6981810   17 years vitor1001 Rework link property configuration system. This can now handle filters …
(edit) @c35a0473   17 years vitor1001 Add horizontal flip filter. Commited in SoC by on 2007-12-21 …
(edit) @e3065c8b   17 years vitor1001 Need to be careful when dealing with references. Commited in SoC by …
(edit) @07d0bba5   17 years vitor1001 When inserting a filter, don't lose any information we may already …
(edit) @75ce6546   17 years vitor1001 Rewrite colorspace negotiation. Commited in SoC by Bobby Bingham on …
(edit) @52362e9d   17 years vitor1001 Make filter auto-insertion code its own function. Commited in SoC by …
(edit) @4ea0ab3c   17 years vitor1001 Remove no-longer accurate comment Commited in SoC by Bobby Bingham on …
(edit) @8f618f4c   17 years vitor1001 Check for error so that …
(edit) @4d7c9be3   17 years vitor1001 Remove dummy and ppm filters which were only for testing. Remove …
(edit) @f9033975   17 years vitor1001 Image negating filter Commited in SoC by Bobby Bingham on 2007-08-20 …
(edit) @d21cbbff   17 years vitor1001 Auto insert scale filter to convert colrospaces when needed Commited …
(edit) @2a553ef5   17 years vitor1001 Add scale/colorspace conversion filter Commited in SoC by Bobby …
(edit) @7bce27a3   17 years vitor1001 Prefix names of filter structs Commited in SoC by Bobby Bingham on …
(edit) @dd299c68   17 years vitor1001 Rename "buffer" filter to "fifo" Commited in SoC by Bobby Bingham on …
(edit) @81799537   17 years vitor1001 Add a filter to output the same video to two outputs Commited in SoC …
(edit) @0838e731   17 years vitor1001 Add a filter to act as a buffer between filters which may output …
(edit) @f4cb446   17 years vitor1001 Use av_freep instead of av_free Commited in SoC by Bobby Bingham on …
(edit) @44b73497   17 years vitor1001 Rename avfilter_create to avfilter_open and remove the wrapper …
(edit) @6d8c67a7   17 years vitor1001 Change registered filter list to a linked list Commited in SoC by …
(edit) @e675dccd   17 years vitor1001 Be more consistent in style of code for falling back to defaults. …
(edit) @cdf2a33   17 years vitor1001 replace memcpy with assignment Commited in SoC by Bobby Bingham on …
(edit) @269b9847   17 years vitor1001 Revert braindead linked list of permissions Commited in SoC by Bobby …
(edit) @a4af86c8   17 years vitor1001 Track the permissions that have been given out to each picture. This …
(edit) @c949d867   17 years vitor1001 Allow filters to set the requirements on permissions for incoming …
(edit) @6fb0648d   17 years vitor1001 Use macros for better readability Commited in SoC by Bobby Bingham on …
(edit) @ef35d13a   17 years vitor1001 Remove the data parameter from draw_slice(). It's unneeded and often …
(edit) @7a61cc4d   17 years vitor1001 Remove test program and test video output module since ffplay can be …
(edit) @f928537   17 years vitor1001 Allow creation of filter graphs from a graph description structure …
(edit) @ef712a3b   17 years vitor1001 Add a filter to overlay one video on top of another, …
(edit) @49d915cb   17 years vitor1001 Add a filter to modify the framerate. This demonstrates differing …
(edit) @3306f8bd   17 years vitor1001 Let request_frame() indicate success or failure Commited in SoC by …
(edit) @e2fcb3cb   17 years vitor1001 Add a vertical flip filter Commited in SoC by Bobby Bingham on …
(edit) @24618441   17 years vitor1001 Helper functions for adding new pads to filters at runtime Commited …
(edit) @01942f1d   17 years vitor1001 Separate the process of creating links between filters from that of …
(edit) @78b0c0bb   17 years vitor1001 Move default entry point implementations to their own file. Make them …
(edit) @d4169dd3   17 years vitor1001 Make the filter graph just another normal filter. Commited in SoC by …
(edit) @c5ef7d7b   17 years vitor1001 Make input/output pads modifiable on a per-instance basis. This makes …
(edit) @c6b0aa68   17 years vitor1001 Fix warnings Commited in SoC by Bobby Bingham on 2007-07-30 18:56:40 …
(edit) @97fb0c2c   17 years vitor1001 Cosmetics: fix indentation Commited in SoC by Bobby Bingham on …
(edit) @7d0e1392   17 years vitor1001 Fix some potential segfaults. Commited in SoC by Bobby Bingham on …
(edit) @a360f71e   17 years vitor1001 Allow code to pass data to filters it creates. Commited in SoC by …
(edit) @e6f560b   17 years vitor1001 Split filter graphs out into their own source & header files. …
(edit) @2350e69c   17 years vitor1001 Use av_strdup/av_free instead of strdup/free Commited in SoC by Bobby …
(edit) @f60208f4   17 years vitor1001 Add a simple filter graph structure and functions Commited in SoC by …
(edit) @6ae82d1e   17 years vitor1001 Allow giving filter instances names, in anticipation of the upcoming …
(edit) @1653c11f   17 years vitor1001 cosmetics: vertical alignment Commited in SoC by Bobby Bingham on …
(edit) @af838d4   17 years vitor1001 Add pts to frame references Commited in SoC by Bobby Bingham on …
(edit) @998a7aa3   17 years vitor1001 Actually fail when colorspaces don't match Commited in SoC by Bobby …
(edit) @9586ba3a   17 years vitor1001 Provide a default for request_frame() which does the right thing for …
(edit) @3628fbe0   17 years vitor1001 Adjust the default start_frame() and end_frame() implementations to …
(edit) @72e3037a   17 years vitor1001 Missing semicolon typo Commited in SoC by Bobby Bingham on 2007-07-08 …
(edit) @efb36bf   17 years vitor1001 Make avfilter_ref_pic also handle removal of permissions for the …
(edit) @426d5c25   17 years vitor1001 Add an RGB24 <-> BGR24 conversion filter Commited in SoC by Bobby …
(edit) @eaf7eb66   17 years vitor1001 Add a simple video source filter which loads a PPM file and outputs it …
(edit) @ce356b09   17 years vitor1001 Add a filter to cut video frames into smaller slices. Commited in SoC …
(edit) @102fb0e3   17 years vitor1001 Provide some default functions to simplify the implementation of …
(edit) @ba6b9035   17 years vitor1001 cosmetic: more vertical alignment Commited in SoC by Bobby Bingham on …
(edit) @e0752603   17 years vitor1001 Rework filter initialization sequence. Now supports passing user …
(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) …
Note: See TracRevisionLog for help on using the revision log.