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-05-25Split openLinks linked list into openInputs and openOutputsVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 17:20:09 Originally committed as revision 13360 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25One more memory leakVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 17:18:03 Originally committed as revision 13359 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Cosmetical: move statementVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 17:17:19 Originally committed as revision 13358 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Plug some memory leaksVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 17:15:18 Originally committed as revision 13357 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Merge variable initialization and declarationVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 17:01:01 Originally committed as revision 13356 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25CosmeticsVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 17:00:23 Originally committed as revision 13355 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Remove unnused varVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 16:58:58 Originally committed as revision 13354 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25SimplifyVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 16:55:47 Originally committed as revision 13353 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Use av_mallocz instead of av_malloc to simplify some codeVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 16:53:33 Originally committed as revision 13352 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Factor linked list insertion in its own functionVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:33:17 Originally committed as revision 13351 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Remove comment redundant with those in graphparser.hVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:10:07 Originally committed as revision 13350 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25These error messages should print the filter name, not the instance nameVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:08:23 Originally committed as revision 13349 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-2510l: fix previous commitVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:06:05 Originally committed as revision 13348 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25SimplifyVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:05:30 Originally committed as revision 13347 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Remove senseless commentsVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:03:51 Originally committed as revision 13346 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Cosmetics: split setting a var and checking for errorVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 13:03:07 Originally committed as revision 13345 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Fix doxy commentVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 12:57:58 Originally committed as revision 13344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Make parse_link_name() return a pointer to the name readVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 12:57:20 Originally committed as revision 13343 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Cosmetics: more function reorderingVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 12:53:28 Originally committed as revision 13342 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Make consume_whitespace() return a number of bytes to be skipedVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 12:50:32 Originally committed as revision 13341 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Cosmetics: change function orderVitor Sessak
Commited in SoC by Vitor Sessak on 2008-05-24 12:46:27 Originally committed as revision 13340 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25SimplifyVitor Sessak
Commited in SoC by Vitor Sessak on 2008-04-23 20:46:17 Originally committed as revision 13339 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut ↵Vitor Sessak
linked list Commited in SoC by Vitor Sessak on 2008-04-23 20:40:49 Originally committed as revision 13338 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-25Cosmetics: more indentation consistencyVitor Sessak
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
2008-05-25More cosmetics: make indentation more consistentVitor Sessak
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
2008-05-25More cosmeticsVitor Sessak
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
2008-05-25Move code out of ifVitor Sessak
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
2008-05-25CosmeticsVitor Sessak
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
2008-05-25CosmeticsVitor Sessak
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
2008-05-25Factor common code out of ifVitor Sessak
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
2008-05-25Rename another varVitor Sessak
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
2008-05-25Rename varVitor Sessak
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
2008-05-25Move var declaration to where it is neededVitor Sessak
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
2008-05-25Replace if(!a){B}else{C} by if(a){C}else{B}Vitor Sessak
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
2008-05-25Remove useless assignmentVitor Sessak
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
2008-05-25Simplify while(pad){pad--; etc} to while(pad--){etc}Vitor Sessak
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
2008-05-25Simplify extract_inout() as suggested by MichaelVitor Sessak
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
2008-05-25Change the parser logic following Michael's reviewVitor Sessak
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
2008-05-25The name field of AVFilterInOut can be declared constVitor Sessak
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
2008-05-25A semi-colon is also a string endVitor Sessak
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
2008-05-2510l: Missed that in one of the last commitsVitor Sessak
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
2008-05-25Move code from handle_link() to the only place the function is calledVitor Sessak
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
2008-05-25SimplifyVitor Sessak
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
2008-05-25Use a user-provided context for av_log()Vitor Sessak
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
2008-05-25Improve error handlingVitor Sessak
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
2008-05-25CosmeticsVitor Sessak
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
2008-05-25Better error handlingVitor Sessak
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
2008-05-25SimplifyVitor Sessak
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
2008-05-25Link filters in the same pass as the parserVitor Sessak
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
2008-05-25Cosmetics: if(x != NULL) -> if(x)Vitor Sessak
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