summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add version information to DLLs.Jeremy Kolb2008-05-25
* Fix MB skipping with droppable frames.Michael Niedermayer2008-05-25
* Do not reject odd width/height.Michael Niedermayer2008-05-25
* Use (u)int16_t instead of short for tablesVitor Sessak2008-05-25
* Make tables that fit in one byte (u)int8_tVitor Sessak2008-05-25
* Remove yet another val (gbuf1) from contextVitor Sessak2008-05-25
* Parameter n of dec functions is always 3. Hardcode it.Vitor Sessak2008-05-25
* set correct duration when using b framesBaptiste Coudurier2008-05-25
* use short optionBaptiste Coudurier2008-05-25
* better error messageBaptiste Coudurier2008-05-25
* do not loop input, uselessBaptiste Coudurier2008-05-24
* fix feed path according to regression scriptBaptiste Coudurier2008-05-24
* simplify, use ffserver launch directiveBaptiste Coudurier2008-05-24
* Move const *pow2tab out of context.Michael Niedermayer2008-05-24
* simplify init_pow2tableMichael Niedermayer2008-05-24
* Merge init_rootpow2table and init_pow2table.Michael Niedermayer2008-05-24
* compute the end of all chapters when end is not specified in the containerAurelien Jacobs2008-05-24
* IndentVitor Sessak2008-05-24
* Remove another useless variable from contextVitor Sessak2008-05-24
* Split openLinks linked list into openInputs and openOutputsVitor Sessak2008-05-24
* One more memory leakVitor Sessak2008-05-24
* Cosmetical: move statementVitor Sessak2008-05-24
* Plug some memory leaksVitor Sessak2008-05-24
* Merge variable initialization and declarationVitor Sessak2008-05-24
* CosmeticsVitor Sessak2008-05-24
* Remove unnused varVitor Sessak2008-05-24
* SimplifyVitor Sessak2008-05-24
* Use av_mallocz instead of av_malloc to simplify some codeVitor Sessak2008-05-24
* Factor linked list insertion in its own functionVitor Sessak2008-05-24
* Remove comment redundant with those in graphparser.hVitor Sessak2008-05-24
* These error messages should print the filter name, not the instance nameVitor Sessak2008-05-24
* 10l: fix previous commitVitor Sessak2008-05-24
* SimplifyVitor Sessak2008-05-24
* Remove senseless commentsVitor Sessak2008-05-24
* Cosmetics: split setting a var and checking for errorVitor Sessak2008-05-24
* Fix doxy commentVitor Sessak2008-05-24
* Make parse_link_name() return a pointer to the name readVitor Sessak2008-05-24
* Cosmetics: more function reorderingVitor Sessak2008-05-24
* Make consume_whitespace() return a number of bytes to be skipedVitor Sessak2008-05-24
* Cosmetics: change function orderVitor Sessak2008-05-24
* SimplifyVitor Sessak2008-05-24
* Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut li...Vitor Sessak2008-05-24
* Cosmetics: more indentation consistencyVitor Sessak2008-05-24
* More cosmetics: make indentation more consistentVitor Sessak2008-05-24
* More cosmeticsVitor Sessak2008-05-24
* Move code out of ifVitor Sessak2008-05-24
* CosmeticsVitor Sessak2008-05-24
* CosmeticsVitor Sessak2008-05-24
* Factor common code out of ifVitor Sessak2008-05-24
* Rename another varVitor Sessak2008-05-24