summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make opt_verbose() work again.Michael Niedermayer2008-05-25
| | | | Originally committed as revision 13403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* safer solution for setting audio parametersJustin Ruggles2008-05-25
| | | | Originally committed as revision 13402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge two if'sVitor Sessak2008-05-25
| | | | Originally committed as revision 13401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use (u)int16_t instead of (unsigned) shortVitor Sessak2008-05-25
| | | | Originally committed as revision 13400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set audio parameters if frame header is ok, even if crc failsJustin Ruggles2008-05-25
| | | | Originally committed as revision 13399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentJustin Ruggles2008-05-25
| | | | Originally committed as revision 13398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add error concealmentJustin Ruggles2008-05-25
| | | | Originally committed as revision 13397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet more cosmeticsVitor Sessak2008-05-25
| | | | Originally committed as revision 13396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More cosmeticsVitor Sessak2008-05-25
| | | | Originally committed as revision 13395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-05-25
| | | | Originally committed as revision 13394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename varVitor Sessak2008-05-25
| | | | Originally committed as revision 13393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplification of dec1()Vitor Sessak2008-05-25
| | | | Originally committed as revision 13392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplification of dec2()Vitor Sessak2008-05-25
| | | | Originally committed as revision 13391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless variableVitor Sessak2008-05-25
| | | | Originally committed as revision 13390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: merge declaration and initializationVitor Sessak2008-05-25
| | | | Originally committed as revision 13389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: braces removalVitor Sessak2008-05-25
| | | | Originally committed as revision 13388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move evaluation of variable a to where it is trivialVitor Sessak2008-05-25
| | | | Originally committed as revision 13387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make add_wav() receive a vector instead of three integersVitor Sessak2008-05-25
| | | | Originally committed as revision 13386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentJustin Ruggles2008-05-25
| | | | Originally committed as revision 13385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix error in commit r13382Justin Ruggles2008-05-25
| | | | Originally committed as revision 13384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove gbuf2 from contextVitor Sessak2008-05-25
| | | | Originally committed as revision 13383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add checks for missing information in the first blockJustin Ruggles2008-05-25
| | | | Originally committed as revision 13382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add check for invalid channel mode when coupling is usedJustin Ruggles2008-05-25
| | | | 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-25
| | | | Originally committed as revision 13380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add version information to DLLs.Jeremy Kolb2008-05-25
| | | | | | 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-25
| | | | | | Fixes issue323. Originally committed as revision 13378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not reject odd width/height.Michael Niedermayer2008-05-25
| | | | | | 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-25
| | | | Originally committed as revision 13376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make tables that fit in one byte (u)int8_tVitor Sessak2008-05-25
| | | | Originally committed as revision 13375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove yet another val (gbuf1) from contextVitor Sessak2008-05-25
| | | | 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-25
| | | | Originally committed as revision 13373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct duration when using b framesBaptiste Coudurier2008-05-25
| | | | Originally committed as revision 13372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use short optionBaptiste Coudurier2008-05-25
| | | | Originally committed as revision 13371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better error messageBaptiste Coudurier2008-05-25
| | | | Originally committed as revision 13370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not loop input, uselessBaptiste Coudurier2008-05-24
| | | | Originally committed as revision 13369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix feed path according to regression scriptBaptiste Coudurier2008-05-24
| | | | Originally committed as revision 13368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use ffserver launch directiveBaptiste Coudurier2008-05-24
| | | | Originally committed as revision 13367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move const *pow2tab out of context.Michael Niedermayer2008-05-24
| | | | Originally committed as revision 13366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify init_pow2tableMichael Niedermayer2008-05-24
| | | | Originally committed as revision 13365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge init_rootpow2table and init_pow2table.Michael Niedermayer2008-05-24
| | | | 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-24
| | | | Originally committed as revision 13363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentVitor Sessak2008-05-24
| | | | Originally committed as revision 13362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove another useless variable from contextVitor Sessak2008-05-24
| | | | Originally committed as revision 13361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split openLinks linked list into openInputs and openOutputsVitor Sessak2008-05-24
| | | | | | 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-24
| | | | | | 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-24
| | | | | | 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-24
| | | | | | 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-24
| | | | | | 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-24
| | | | | | 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-24
| | | | | | 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