Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-08Implement avfilter_version().Stefano Sabatini
Originally committed as revision 14669 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-03Improve AVFilterFormats doxy.Michael Niedermayer
Originally committed as revision 12672 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-06Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris
imgresample.c. Originally committed as revision 12352 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-27Make libavfilter define its version like the other libav* libsVitor Sessak
Originally committed as revision 12248 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-22Ascii art to explain what avfilter_formats_changeref() does.Michael Niedermayer
Originally committed as revision 12176 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-22cosmeticMichael Niedermayer
Originally committed as revision 12175 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-22Better description (merge is too vague IMHO).Michael Niedermayer
Originally committed as revision 12174 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-22Document avfilter_formats_ref() with some ascii art.Michael Niedermayer
Originally committed as revision 12172 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Remove unneeded function.Vitor Sessak
Commited in SoC by Vitor Sessak on 2008-02-12 20:54:11 Originally committed as revision 12120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16OopsVitor Sessak
Commited in SoC by Vitor Sessak on 2008-02-12 20:43:49 Originally committed as revision 12119 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Missed this file in my conditional compilation patchVitor Sessak
Commited in SoC by Vitor Sessak on 2008-02-12 20:40:32 Originally committed as revision 12118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Add libavfilter_versionVíctor Paesa
Patch by Víctor Paesa Commited in SoC by Vitor Sessak on 2008-02-12 20:31:53 Originally committed as revision 12117 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Remove author fieldVitor Sessak
Suggested by Baptiste Coudurier Commited in SoC by Vitor Sessak on 2008-02-11 19:56:27 Originally committed as revision 12116 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Use CodecType for pad typeVitor Sessak
Commited in SoC by Vitor Sessak on 2008-02-10 20:41:57 Originally committed as revision 12115 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Nit: remove odd whitespaceVitor Sessak
Commited in SoC by Vitor Sessak on 2008-02-10 20:32:56 Originally committed as revision 12114 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Group avfilter_poll_frame() with related funcions and add doxygen commentVitor Sessak
Commited in SoC by Vitor Sessak on 2008-02-10 20:30:50 Originally committed as revision 12113 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Update comment to match codeVitor Sessak
Commited in SoC by Vitor Sessak on 2008-02-10 08:55:18 Originally committed as revision 12112 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Nits: punctuation and capitalizationVitor Sessak
Commited in SoC by Vitor Sessak on 2008-02-09 19:47:46 Originally committed as revision 12111 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Add const to silence warningsVitor Sessak
Commited in SoC by Vitor Sessak on 2008-02-09 15:59:47 Originally committed as revision 12110 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Implement poll_frame() method. Fix ffmpeg.c bug withVitor Sessak
vf_fps filter. Commited in SoC by Vitor Sessak on 2008-02-06 19:55:36 Originally committed as revision 12109 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16IndentationVitor Sessak
Commited in SoC by Bobby Bingham on 2007-12-24 03:24:26 Originally committed as revision 12108 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Rework link property configuration system.Vitor Sessak
This can now handle filters which are added to graphs out of order, including auto-inserted scale filters. As an added bonus, it can now detect circular filter chains which wouldn't work anyway. Commited in SoC by Bobby Bingham on 2007-12-24 03:22:10 Originally committed as revision 12107 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Fix misc. warningsVitor Sessak
Commited in SoC by Vitor Sessak on 2007-12-21 10:53:16 Originally committed as revision 12106 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Rewrite colorspace negotiation.Vitor Sessak
Commited in SoC by Bobby Bingham on 2007-12-20 19:36:26 Originally committed as revision 12105 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Add pixel aspect ratio to AVFilterPicRef structureVitor Sessak
Commited in SoC by Bobby Bingham on 2007-08-20 14:33:24 Originally committed as revision 12104 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Add another "reuse" permission, to distinguish between the case where aVitor Sessak
source filter will simply want to re-output the same image multiple times and reuse a buffer to do it, and the case where the source filter will output multiple image by modifying a single buffer and outputting it multiple times. Commited in SoC by Bobby Bingham on 2007-08-18 02:21:01 Originally committed as revision 12103 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16use units of 1/AV_TIME_BASE for pts rather than millisecondsVitor Sessak
Commited in SoC by Bobby Bingham on 2007-08-18 01:42:42 Originally committed as revision 12102 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Rename avfilter_create to avfilter_open and remove the wrapper functionVitor Sessak
avfilter_create_by_name. Commited in SoC by Bobby Bingham on 2007-08-17 23:39:55 Originally committed as revision 12101 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Revert braindead linked list of permissionsVitor Sessak
Commited in SoC by Bobby Bingham on 2007-08-17 22:44:03 Originally committed as revision 12100 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Track the permissions that have been given out to each picture.Vitor Sessak
This should make it easier to know what can be done to a buffer once it's been passed to your filter without falling back to copying it "just to be safe". Commited in SoC by Bobby Bingham on 2007-08-17 18:21:07 Originally committed as revision 12099 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Allow filters to set the requirements on permissions for incoming buffers.Vitor Sessak
Commited in SoC by Bobby Bingham on 2007-08-17 16:40:26 Originally committed as revision 12098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16spelling fixVitor Sessak
Commited in SoC by Bobby Bingham on 2007-08-17 14:40:55 Originally committed as revision 12097 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Remove the data parameter from draw_slice(). It's unneeded and often moreVitor Sessak
work than it's worth. Commited in SoC by Bobby Bingham on 2007-08-17 14:39:11 Originally committed as revision 12096 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Add many new and improve existing doxy comments.Vitor Sessak
Commited in SoC by Bobby Bingham on 2007-08-14 16:39:26 Originally committed as revision 12095 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Let request_frame() indicate success or failureVitor Sessak
Commited in SoC by Bobby Bingham on 2007-08-11 17:42:36 Originally committed as revision 12094 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Helper functions for adding new pads to filters at runtimeVitor Sessak
Commited in SoC by Bobby Bingham on 2007-08-07 22:31:56 Originally committed as revision 12093 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Separate the process of creating links between filters from that of configuringVitor Sessak
the links. Commited in SoC by Bobby Bingham on 2007-08-07 21:02:18 Originally committed as revision 12092 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Move default entry point implementations to their own file.Vitor Sessak
Make them externally visible because they may be useful for filters to use. Commited in SoC by Bobby Bingham on 2007-08-02 15:14:05 Originally committed as revision 12091 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Make input/output pads modifiable on a per-instance basis.Vitor Sessak
This makes it possible to change filter callbacks (eg. to a SIMD version on supported processors). It also allows filters to change their own input and output pads. Commited in SoC by Bobby Bingham on 2007-07-31 19:20:54 Originally committed as revision 12090 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Make the opaque init parameter non-const.Vitor Sessak
Commited in SoC by Bobby Bingham on 2007-07-30 18:53:17 Originally committed as revision 12089 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Fix some potential segfaults.Vitor Sessak
Commited in SoC by Bobby Bingham on 2007-07-30 15:53:33 Originally committed as revision 12088 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Allow code to pass data to filters it creates.Vitor Sessak
Commited in SoC by Bobby Bingham on 2007-07-15 16:45:50 Originally committed as revision 12087 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Split filter graphs out into their own source & header files.Vitor Sessak
Commited in SoC by Bobby Bingham on 2007-07-14 21:20:21 Originally committed as revision 12086 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Add a simple filter graph structure and functionsVitor Sessak
Commited in SoC by Bobby Bingham on 2007-07-14 20:12:54 Originally committed as revision 12085 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Allow giving filter instances names, in anticipation of the upcomingVitor Sessak
AVFilterGraph structure and related functions. Commited in SoC by Bobby Bingham on 2007-07-14 19:33:28 Originally committed as revision 12084 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Add pts to frame referencesVitor Sessak
Commited in SoC by Bobby Bingham on 2007-07-14 17:31:40 Originally committed as revision 12083 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Adjust the default start_frame() and end_frame() implementations to simplifyVitor Sessak
the implementation of simple filters. Commited in SoC by Bobby Bingham on 2007-07-08 16:48:15 Originally committed as revision 12082 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-16Make avfilter_ref_pic also handle removal of permissions for the caller.Vitor Sessak
Commited in SoC by Bobby Bingham on 2007-07-08 16:14:49 Originally committed as revision 12081 to svn://svn.ffmpeg.org/ffmpeg/trunk