summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Minor simplification of dec1()Vitor Sessak2008-05-251-5/+3
| | | | Originally committed as revision 13392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplification of dec2()Vitor Sessak2008-05-251-6/+1
| | | | Originally committed as revision 13391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless variableVitor Sessak2008-05-251-4/+1
| | | | Originally committed as revision 13390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: merge declaration and initializationVitor Sessak2008-05-251-3/+1
| | | | Originally committed as revision 13389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: braces removalVitor Sessak2008-05-251-3/+2
| | | | Originally committed as revision 13388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move evaluation of variable a to where it is trivialVitor Sessak2008-05-251-11/+6
| | | | Originally committed as revision 13387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make add_wav() receive a vector instead of three integersVitor Sessak2008-05-251-20/+13
| | | | Originally committed as revision 13386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentJustin Ruggles2008-05-251-7/+7
| | | | Originally committed as revision 13385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix error in commit r13382Justin Ruggles2008-05-251-1/+3
| | | | Originally committed as revision 13384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove gbuf2 from contextVitor Sessak2008-05-251-13/+11
| | | | Originally committed as revision 13383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add checks for missing information in the first blockJustin Ruggles2008-05-251-0/+18
| | | | Originally committed as revision 13382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add check for invalid channel mode when coupling is usedJustin Ruggles2008-05-251-0/+5
| | | | Originally committed as revision 13381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Forgot to commit changes to subdir.mak in last revision.Ramiro Polla2008-05-251-1/+3
| | | | Originally committed as revision 13380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add version information to DLLs.Jeremy Kolb2008-05-252-2/+77
| | | | | | Patch by Jeremy Kolb. Originally committed as revision 13379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MB skipping with droppable frames.Michael Niedermayer2008-05-251-1/+1
| | | | | | Fixes issue323. Originally committed as revision 13378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not reject odd width/height.Michael Niedermayer2008-05-251-2/+1
| | | | | | Fixes issue371. Originally committed as revision 13377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use (u)int16_t instead of short for tablesVitor Sessak2008-05-252-16/+16
| | | | Originally committed as revision 13376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make tables that fit in one byte (u)int8_tVitor Sessak2008-05-252-5/+6
| | | | Originally committed as revision 13375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove yet another val (gbuf1) from contextVitor Sessak2008-05-251-12/+13
| | | | Originally committed as revision 13374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parameter n of dec functions is always 3. Hardcode it.Vitor Sessak2008-05-251-10/+10
| | | | Originally committed as revision 13373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct duration when using b framesBaptiste Coudurier2008-05-251-1/+1
| | | | Originally committed as revision 13372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use short optionBaptiste Coudurier2008-05-251-2/+2
| | | | Originally committed as revision 13371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better error messageBaptiste Coudurier2008-05-251-4/+4
| | | | Originally committed as revision 13370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not loop input, uselessBaptiste Coudurier2008-05-241-1/+1
| | | | Originally committed as revision 13369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix feed path according to regression scriptBaptiste Coudurier2008-05-241-1/+1
| | | | Originally committed as revision 13368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use ffserver launch directiveBaptiste Coudurier2008-05-242-4/+1
| | | | Originally committed as revision 13367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move const *pow2tab out of context.Michael Niedermayer2008-05-241-10/+11
| | | | Originally committed as revision 13366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify init_pow2tableMichael Niedermayer2008-05-241-7/+3
| | | | Originally committed as revision 13365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge init_rootpow2table and init_pow2table.Michael Niedermayer2008-05-241-9/+1
| | | | Originally committed as revision 13364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute the end of all chapters when end is not specified in the containerAurelien Jacobs2008-05-241-0/+22
| | | | Originally committed as revision 13363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentVitor Sessak2008-05-241-2/+2
| | | | Originally committed as revision 13362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove another useless variable from contextVitor Sessak2008-05-241-6/+2
| | | | Originally committed as revision 13361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split openLinks linked list into openInputs and openOutputsVitor Sessak2008-05-242-41/+23
| | | | | | 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
* One more memory leakVitor Sessak2008-05-241-0/+1
| | | | | | 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
* Cosmetical: move statementVitor Sessak2008-05-241-1/+2
| | | | | | 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
* Plug some memory leaksVitor Sessak2008-05-241-2/+12
| | | | | | 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
* Merge variable initialization and declarationVitor Sessak2008-05-241-2/+1
| | | | | | 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
* CosmeticsVitor Sessak2008-05-241-3/+2
| | | | | | 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
* Remove unnused varVitor Sessak2008-05-241-9/+3
| | | | | | 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
* SimplifyVitor Sessak2008-05-241-9/+5
| | | | | | 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
* Use av_mallocz instead of av_malloc to simplify some codeVitor Sessak2008-05-241-4/+2
| | | | | | 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
* Factor linked list insertion in its own functionVitor Sessak2008-05-241-7/+11
| | | | | | 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
* Remove comment redundant with those in graphparser.hVitor Sessak2008-05-241-3/+0
| | | | | | 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
* These error messages should print the filter name, not the instance nameVitor Sessak2008-05-241-2/+2
| | | | | | 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
* 10l: fix previous commitVitor Sessak2008-05-241-1/+2
| | | | | | 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
* SimplifyVitor Sessak2008-05-241-5/+2
| | | | | | 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
* Remove senseless commentsVitor Sessak2008-05-241-4/+0
| | | | | | 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
* Cosmetics: split setting a var and checking for errorVitor Sessak2008-05-241-3/+8
| | | | | | 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
* Fix doxy commentVitor Sessak2008-05-241-2/+2
| | | | | | 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
* Make parse_link_name() return a pointer to the name readVitor Sessak2008-05-241-10/+9
| | | | | | 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
OpenPOWER on IntegriCloud