summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Minor simplification of dec1()Vitor Sessak2008-05-25
* Minor simplification of dec2()Vitor Sessak2008-05-25
* Remove useless variableVitor Sessak2008-05-25
* Cosmetics: merge declaration and initializationVitor Sessak2008-05-25
* Cosmetics: braces removalVitor Sessak2008-05-25
* Move evaluation of variable a to where it is trivialVitor Sessak2008-05-25
* Make add_wav() receive a vector instead of three integersVitor Sessak2008-05-25
* cosmetics: indentJustin Ruggles2008-05-25
* 10l: fix error in commit r13382Justin Ruggles2008-05-25
* Remove gbuf2 from contextVitor Sessak2008-05-25
* add checks for missing information in the first blockJustin Ruggles2008-05-25
* add check for invalid channel mode when coupling is usedJustin Ruggles2008-05-25
* Forgot to commit changes to subdir.mak in last revision.Ramiro Polla2008-05-25
* 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