14203 Commits (890f6fd3ecf88954847447b7dfe458b8793217d1)
 

Author SHA1 Message Date
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
Vitor Sessak c185fc5d72 Cosmetics 17 years ago
Vitor Sessak 5b31015a7f Remove unnused var 17 years ago
Vitor Sessak c880791fc1 Simplify 17 years ago
Vitor Sessak c956dd431f Use av_mallocz instead of av_malloc to simplify some code 17 years ago
Vitor Sessak e97908ee70 Factor linked list insertion in its own function 17 years ago
Vitor Sessak c658f47eff Remove comment redundant with those in graphparser.h 17 years ago
Vitor Sessak 089d371450 These error messages should print the filter name, not the instance name 17 years ago
Vitor Sessak 12849837d4 10l: fix previous commit 17 years ago
Vitor Sessak ba3fed2fc2 Simplify 17 years ago
Vitor Sessak 98fb286b60 Remove senseless comments 17 years ago
Vitor Sessak 5e60018545 Cosmetics: split setting a var and checking for error 17 years ago
Vitor Sessak 69fa7e80c2 Fix doxy comment 17 years ago
Vitor Sessak bd80b349b3 Make parse_link_name() return a pointer to the name read 17 years ago
Vitor Sessak f5cbde2ee1 Cosmetics: more function reordering 17 years ago
Vitor Sessak d424e138d1 Make consume_whitespace() return a number of bytes to be skiped 17 years ago
Vitor Sessak 8e74c889bc Cosmetics: change function order 17 years ago
Vitor Sessak 74c2f1fbcb Simplify 17 years ago
Vitor Sessak 6a0c770b21 Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut linked list 17 years ago
Vitor Sessak d835680e3c Cosmetics: more indentation consistency 17 years ago
Vitor Sessak 487c0e6700 More cosmetics: make indentation more consistent 17 years ago
Vitor Sessak d9d086d901 More cosmetics 17 years ago
Vitor Sessak eee68d96d4 Move code out of if 17 years ago
Vitor Sessak 67ba10fe56 Cosmetics 17 years ago
Vitor Sessak f6557d5e33 Cosmetics 17 years ago
Vitor Sessak 443c10ef2b Factor common code out of if 17 years ago
Vitor Sessak 7baa62108a Rename another var 17 years ago