14031 Commits (e88b67de6ce3b9ea2f25a258c35fbde32fb6e502)
 

Author SHA1 Message Date
Vitor Sessak a64821f4e5 Remove unneeded var 17 years ago
Vitor Sessak 89475efd26 Cosmetics: alignment 17 years ago
Vitor Sessak 03cea46194 Make two variables const 17 years ago
Vitor Sessak 22260824c0 Better error messages 17 years ago
Vitor Sessak 325cb1efb2 More simplifying 17 years ago
Vitor Sessak a3acd1d9da Simplify 17 years ago
Vitor Sessak 55672c8368 Merge declaration and initialization 17 years ago
Vitor Sessak 2839ff5e2f Cosmetics 17 years ago
Vitor Sessak ffac8784d6 Update comments to new syntax 17 years ago
Vitor Sessak 2255026d53 10l: Forgot to consider the null byte at the end of the string when alloc'ing 17 years ago
Vitor Sessak d7ff229718 Use '[' and ']' for label naming 17 years ago
Vitor Sessak 92973a04f0 Rename avfilter_graph_parse_chain() to avfilter_parse_graph() 17 years ago
Vitor Sessak 37161d641e Rename AVFilterInOut.instance to AVFilterInOut.filter 17 years ago
Vitor Sessak da790674c5 Cosmetics 17 years ago
Vitor Sessak 93b7a0f68d Simplify consume_string() as Michael suggested 17 years ago
Vitor Sessak 5b2bb2c906 Simplify 17 years ago
Vitor Sessak 58a2d7a5c2 Better instance name for parsed filters 17 years ago
Vitor Sessak ee75692a5f Use link_filter() instead avfilter_link() when clearer 17 years ago
Vitor Sessak 9710beaf14 Avoid searching by instance name when it is not necessary 17 years ago
Vitor Sessak 27a669ab00 Better error messages 17 years ago
Vitor Sessak 046f49baa2 Handle av_realloc() failure 17 years ago
Vitor Sessak f0703f5d94 Last commit was missing header file 17 years ago
Vitor Sessak 27afb09d51 I should not have merged the graph parser with the graph 17 years ago
Vladimir Voroshilov d347a046e2 Move pitch vector interpolation code to acelp_filters 17 years ago
Vitor Sessak 13b6729361 Use an intermediate variable for overflow testing 17 years ago
Vitor Sessak 84490b744e Handle the case where we do not have enough input 17 years ago
Michael Niedermayer 9d2e6e84ce Anoter try to make +- behave sanely. 17 years ago
Aurelien Jacobs ebea1d7668 cosmetics: indentation 17 years ago
Aurelien Jacobs 570745cc51 remove useless title check 17 years ago
Vitor Sessak be2c232f43 Simplify eq() 17 years ago
Vitor Sessak 2279dd9e41 Simplify final() 17 years ago
Vitor Sessak 0853393979 Simplify rms() 17 years ago
Vitor Sessak c2c237a0d5 More simplifications of ra144_decode_frame() 17 years ago
Vitor Sessak d548f09ff6 Make wavtable a table instead of an array 17 years ago
Carl Eugen Hoyos d1845b4c84 Fix compilation for buggy icc. 17 years ago
Baptiste Coudurier f61d45c99e better error message 17 years ago
Baptiste Coudurier 1692008f51 latest libavc svn requires at least this value for bit_rate_tolerance, not using av_q2d because of float 17 years ago
Baptiste Coudurier 5366f15d05 simplify, remove useless vars 17 years ago
Baptiste Coudurier fbabb0c277 add new h264 and aac flv ids 17 years ago
Baptiste Coudurier 7ef94d221b in flv this field is dts finally 17 years ago
Baptiste Coudurier 19719bc631 flv use 32 bit pts 17 years ago
Michael Niedermayer abd2256dbe Pass time_base as argument to new_chapter() as well. 17 years ago
Michael Niedermayer f6e76ba476 Document pts/dts. 17 years ago
Michael Niedermayer b18a4ab2ae Warn user about invalid timestamps. 17 years ago
Michael Niedermayer 883fe4d5bb Chapter demuxing support. (untested as I have no nuts with chapters) 17 years ago
Michael Niedermayer 5c37f43a0d Make ff_new_chapter() return AVChapter instead of int so its consistant with 17 years ago
Michael Niedermayer fbabf1e944 nb_chapters should be unsigned 17 years ago
Michael Niedermayer 7c8202cc92 s/num_chapters/nb_chapters/ all other similar variables are called nb_*. 17 years ago
Michael Niedermayer 747fb6c60c vertical align 17 years ago
Michael Niedermayer 42720ee4d0 indent 17 years ago