summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
...
* Cosmetics: more indentation consistencyVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 19:24:23 Originally committed as revision 13337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More cosmetics: make indentation more consistentVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 19:14:08 Originally committed as revision 13336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More cosmeticsVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 19:13:06 Originally committed as revision 13335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move code out of ifVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 19:05:32 Originally committed as revision 13334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 19:00:50 Originally committed as revision 13333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:52:24 Originally committed as revision 13332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor common code out of ifVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:41:07 Originally committed as revision 13331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename another varVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:39:42 Originally committed as revision 13330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename varVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:37:42 Originally committed as revision 13329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move var declaration to where it is neededVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:36:26 Originally committed as revision 13328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace if(!a){B}else{C} by if(a){C}else{B}Vitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:24:46 Originally committed as revision 13327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless assignmentVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:15:23 Originally committed as revision 13326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify while(pad){pad--; etc} to while(pad--){etc}Vitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:03:27 Originally committed as revision 13325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify extract_inout() as suggested by MichaelVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:01:31 Originally committed as revision 13324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the parser logic following Michael's reviewVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-21 18:45:01 Originally committed as revision 13323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The name field of AVFilterInOut can be declared constVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-21 18:42:11 Originally committed as revision 13322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A semi-colon is also a string endVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-21 18:40:05 Originally committed as revision 13321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Missed that in one of the last commitsVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-21 18:39:38 Originally committed as revision 13320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move code from handle_link() to the only place the function is calledVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-18 18:18:35 Originally committed as revision 13319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-18 17:57:42 Originally committed as revision 13318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a user-provided context for av_log()Vitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 14:33:41 Originally committed as revision 13317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve error handlingVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 14:32:13 Originally committed as revision 13316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 14:28:40 Originally committed as revision 13315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better error handlingVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 14:28:30 Originally committed as revision 13314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 14:16:34 Originally committed as revision 13313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Link filters in the same pass as the parserVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 14:12:56 Originally committed as revision 13312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: if(x != NULL) -> if(x)Vitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 14:11:19 Originally committed as revision 13311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Even more improvements on whitespaces handlingVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 10:37:15 Originally committed as revision 13310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More improvements on the handling of whitespacesVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 10:34:48 Originally committed as revision 13309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper handling of trailing whitespacesVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 21:29:33 Originally committed as revision 13308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded varVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 21:26:45 Originally committed as revision 13307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignmentVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 21:10:06 Originally committed as revision 13306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make two variables constVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 21:06:35 Originally committed as revision 13305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better error messagesVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 18:35:09 Originally committed as revision 13304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More simplifyingVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 18:26:40 Originally committed as revision 13303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 16:51:23 Originally committed as revision 13302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initializationVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 16:46:33 Originally committed as revision 13301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 16:41:47 Originally committed as revision 13300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update comments to new syntaxVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 16:40:03 Originally committed as revision 13299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Forgot to consider the null byte at the end of the string when alloc'ingVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 16:39:07 Originally committed as revision 13298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use '[' and ']' for label namingVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 19:02:56 Originally committed as revision 13297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename avfilter_graph_parse_chain() to avfilter_parse_graph()Vitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:58:17 Originally committed as revision 13296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename AVFilterInOut.instance to AVFilterInOut.filterVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:45:08 Originally committed as revision 13295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:43:29 Originally committed as revision 13294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify consume_string() as Michael suggestedVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:43:02 Originally committed as revision 13293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:20:25 Originally committed as revision 13292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better instance name for parsed filtersVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:19:09 Originally committed as revision 13291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use link_filter() instead avfilter_link() when clearerVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:17:29 Originally committed as revision 13290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid searching by instance name when it is not necessaryVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:00:58 Originally committed as revision 13289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better error messagesVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 11:09:29 Originally committed as revision 13288 to svn://svn.ffmpeg.org/ffmpeg/trunk