13929 Commits (fa3b98182d711f7735da6e820f90fbcf96cae4d7)
 

Author SHA1 Message Date
  Michael Niedermayer fa3b98182d Ensure that one can store X bytes in a fifo of size X. 17 years ago
  Michael Niedermayer 0871ae1a93 Make av_fifo*_read() ignore the available amount of data. 17 years ago
  Michael Niedermayer 46eab09341 Make opt_verbose() work again. 17 years ago
  Justin Ruggles eccba2bc4b safer solution for setting audio parameters 17 years ago
  Vitor Sessak 5012cf88a3 Merge two if's 17 years ago
  Vitor Sessak 9d3c35fcfc Use (u)int16_t instead of (unsigned) short 17 years ago
  Justin Ruggles cf03a8173a set audio parameters if frame header is ok, even if crc fails 17 years ago
  Justin Ruggles 3336110acf cosmetics: indent 17 years ago
  Justin Ruggles ecfe94b294 add error concealment 17 years ago
  Vitor Sessak 6477a940f6 Yet more cosmetics 17 years ago
  Vitor Sessak 6fc4fac06c More cosmetics 17 years ago
  Vitor Sessak b906a5e3b7 Cosmetics 17 years ago
  Vitor Sessak f8b5f7c71d Rename var 17 years ago
  Vitor Sessak ac1c27b21c Minor simplification of dec1() 17 years ago
  Vitor Sessak 4bf8f3029b Minor simplification of dec2() 17 years ago
  Vitor Sessak c62c628fb3 Remove useless variable 17 years ago
  Vitor Sessak 14ff7cceeb Cosmetics: merge declaration and initialization 17 years ago
  Vitor Sessak cdc15adf16 Cosmetics: braces removal 17 years ago
  Vitor Sessak 58e23a5f21 Move evaluation of variable a to where it is trivial 17 years ago
  Vitor Sessak d6ff684b12 Make add_wav() receive a vector instead of three integers 17 years ago
  Justin Ruggles 93a2c8c14f cosmetics: indent 17 years ago
  Justin Ruggles 43ad93a4f1 10l: fix error in commit r13382 17 years ago
  Vitor Sessak 8916d922fc Remove gbuf2 from context 17 years ago
  Justin Ruggles 82a591d8d1 add checks for missing information in the first block 17 years ago
  Justin Ruggles 3af9131398 add check for invalid channel mode when coupling is used 17 years ago
  Ramiro Polla e188cb70d8 Forgot to commit changes to subdir.mak in last revision. 17 years ago
  Jeremy Kolb 3f28da61de Add version information to DLLs. 17 years ago
  Michael Niedermayer 5b0e7dacd8 Fix MB skipping with droppable frames. 17 years ago
  Michael Niedermayer 16e30b7a04 Do not reject odd width/height. 17 years ago
  Vitor Sessak d7dc90e42d Use (u)int16_t instead of short for tables 17 years ago
  Vitor Sessak 0a08273542 Make tables that fit in one byte (u)int8_t 17 years ago
  Vitor Sessak cb24827f4d Remove yet another val (gbuf1) from context 17 years ago
  Vitor Sessak 94e79f0949 Parameter n of dec functions is always 3. Hardcode it. 17 years ago
  Baptiste Coudurier a9ee86e79b set correct duration when using b frames 17 years ago
  Baptiste Coudurier fd83ad7f02 use short option 17 years ago
  Baptiste Coudurier c351cc7f57 better error message 17 years ago
  Baptiste Coudurier bc908bc453 do not loop input, useless 17 years ago
  Baptiste Coudurier ea2b716f68 fix feed path according to regression script 17 years ago
  Baptiste Coudurier 1faf7a20d5 simplify, use ffserver launch directive 17 years ago
  Michael Niedermayer 0c5421585a Move const *pow2tab out of context. 17 years ago
  Michael Niedermayer 158bf33e36 simplify init_pow2table 17 years ago
  Michael Niedermayer 40756c172c Merge init_rootpow2table and init_pow2table. 17 years ago
  Aurelien Jacobs c2c3dedf6e compute the end of all chapters when end is not specified in the container 17 years ago
  Vitor Sessak a6072fdc18 Indent 17 years ago
  Vitor Sessak ae76c49908 Remove another useless variable from context 17 years ago
  Vitor Sessak e2b5fdaf11 Split openLinks linked list into openInputs and openOutputs 17 years ago
  Vitor Sessak 64fbf5e263 One more memory leak 17 years ago
  Vitor Sessak 4d11beb293 Cosmetical: move statement 17 years ago
  Vitor Sessak 64b164f44a Plug some memory leaks 17 years ago
  Vitor Sessak 90ed076ce3 Merge variable initialization and declaration 17 years ago